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