Table of Contents

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

EntraConditionalAccessAuthenticationContextCollection

AuthenticationStrengthPolicies

Gets or sets the authentication strength policies.

public EntraConditionalAccessAuthenticationStrengthPolicyCollection AuthenticationStrengthPolicies { get; set; }

Property Value

EntraConditionalAccessAuthenticationStrengthPolicyCollection

IsLicensed

Gets or sets whether conditional access is licensed in the tenant.

public BooleanOption IsLicensed { get; set; }

Property Value

BooleanOption

NamedLocations

Gets or sets the conditional access named locations.

public EntraConditionalAccessNamedLocationCollection NamedLocations { get; set; }

Property Value

EntraConditionalAccessNamedLocationCollection

Policies

Gets or sets the conditional access policies.

public EntraConditionalAccessPolicyCollection Policies { get; set; }

Property Value

EntraConditionalAccessPolicyCollection

UsageTermsAgreements

Gets or sets the conditional access usage terms agreements.

public EntraConditionalAccessUsageTermsAgreementCollection UsageTermsAgreements { get; set; }

Property Value

EntraConditionalAccessUsageTermsAgreementCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.EntraConditionalAccessSettings class from the specified XML.

public static EntraConditionalAccessSettings FromXml(string xml)

Parameters

xml string

The 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.