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