Class EntraConditionalAccessSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the conditional access settings for an Entra directory.
public class EntraConditionalAccessSettings : BypassSection
- Inheritance
-
EntraConditionalAccessSettings
- Inherited Members
Constructors
EntraConditionalAccessSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessSettings class.
public EntraConditionalAccessSettings()
Properties
AuthenticationContexts
Gets or sets the conditional access authentication context class references.
public EntraConditionalAccessAuthenticationContextCollection AuthenticationContexts { get; set; }
Property Value
AuthenticationStrengthPolicies
Gets or sets the authentication strength policies.
public EntraConditionalAccessAuthenticationStrengthPolicyCollection AuthenticationStrengthPolicies { get; set; }
Property Value
IsLicensed
Gets or sets whether conditional access is licensed in the tenant.
public BooleanOption IsLicensed { get; set; }
Property Value
NamedLocations
Gets or sets the conditional access named locations.
public EntraConditionalAccessNamedLocationCollection NamedLocations { get; set; }
Property Value
Policies
Gets or sets the conditional access policies.
public EntraConditionalAccessPolicyCollection Policies { get; set; }
Property Value
UsageTermsAgreements
Gets or sets the conditional access usage terms agreements.
public EntraConditionalAccessUsageTermsAgreementCollection UsageTermsAgreements { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraConditionalAccessSettings class from the specified XML.
public static EntraConditionalAccessSettings FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraConditionalAccessSettings
A CENTREL.XIA.Configuration.Types.EntraConditionalAccessSettings class.
ToString()
Returns the Entra directory conditional access settings as a human readable string.
public override string ToString()
Returns
- string
The Entra directory conditional access settings as a human readable string.