Class EntraServicePrincipalAdminConsentedPermissions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra Directory service principal admin consented permissions.
public class EntraServicePrincipalAdminConsentedPermissions : BypassSection
- Inheritance
-
EntraServicePrincipalAdminConsentedPermissions
- Inherited Members
Constructors
EntraServicePrincipalAdminConsentedPermissions()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraServicePrincipalAdminConsentedPermissions class.
public EntraServicePrincipalAdminConsentedPermissions()
Properties
Items
Gets or sets the items in the collection.
public EntraServicePrincipalAdminConsentedPermissionCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraServicePrincipalAdminConsentedPermissions class from the specified XML.
public static EntraServicePrincipalAdminConsentedPermissions FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraServicePrincipalAdminConsentedPermissions
A CENTREL.XIA.Configuration.Types.EntraServicePrincipalAdminConsentedPermissions class.
ToString()
Returns the Entra directory service principal admin consented permissions as a human readable string.
public override string ToString()
Returns
- string
The Entra directory service principal admin consented permissions as a human readable string.