Class EntraConditionalAccessPolicyConditions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the conditions of an Entra directory conditional access policy.
public class EntraConditionalAccessPolicyConditions : GlobalSerializableBase
- Inheritance
-
EntraConditionalAccessPolicyConditions
Constructors
EntraConditionalAccessPolicyConditions()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyConditions class.
public EntraConditionalAccessPolicyConditions()
Properties
AgentIdentityRiskLevels
Gets or sets the agent identity risk levels condition.
public EntraConditionalAccessPolicyConditionSimpleTargetsScope AgentIdentityRiskLevels { get; set; }
Property Value
AuthenticationFlows
Gets or sets the authentication flows condition.
public EntraConditionalAccessPolicyConditionSimpleTargetsScope AuthenticationFlows { get; set; }
Property Value
ClientApps
Gets or sets the client apps condition.
public EntraConditionalAccessPolicyConditionSimpleTargetsScope ClientApps { get; set; }
Property Value
DevicePlatforms
Gets or sets the device platforms condition.
public EntraConditionalAccessPolicyConditionSimpleTargetsScope DevicePlatforms { get; set; }
Property Value
DevicesFilter
Gets or sets the devices filter.
public EntraConditionalAccessPolicyFilter DevicesFilter { get; set; }
Property Value
InsiderRiskLevels
Gets or sets the insider risk levels condition.
public EntraConditionalAccessPolicyConditionSimpleTargetsScope InsiderRiskLevels { get; set; }
Property Value
Locations
Gets or sets the locations condition.
public EntraConditionalAccessPolicyConditionIdentifiedTargetsScope Locations { get; set; }
Property Value
ServicePrincipalRiskLevels
Gets or sets the service principal risk levels condition.
public EntraConditionalAccessPolicyConditionSimpleTargetsScope ServicePrincipalRiskLevels { get; set; }
Property Value
SignInRiskLevels
Gets or sets the sign-in risk levels condition.
public EntraConditionalAccessPolicyConditionSimpleTargetsScope SignInRiskLevels { get; set; }
Property Value
UserRiskLevels
Gets or sets the user risk levels condition.
public EntraConditionalAccessPolicyConditionSimpleTargetsScope UserRiskLevels { get; set; }