Table of Contents

Class EntraConditionalAccessPolicyAssignments

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the assignments of an Entra directory conditional access policy.

public class EntraConditionalAccessPolicyAssignments : GlobalSerializableBase
Inheritance
EntraConditionalAccessPolicyAssignments

Constructors

EntraConditionalAccessPolicyAssignments()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyAssignments class.

public EntraConditionalAccessPolicyAssignments()

Properties

AgentIdentities

Gets or sets the agent identity assignments.

public EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope AgentIdentities { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope

AgentIdentitiesFilter

Gets or sets the agent identities filter.

public EntraConditionalAccessPolicyFilter AgentIdentitiesFilter { get; set; }

Property Value

EntraConditionalAccessPolicyFilter

AuthenticationContexts

Gets or sets the authentication context assignments.

public EntraConditionalAccessPolicyAssignmentSimpleTargetsScope AuthenticationContexts { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentSimpleTargetsScope

ExternalTenants

Gets or sets the external tenant assignments.

public EntraConditionalAccessPolicyAssignmentSimpleTargetsScope ExternalTenants { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentSimpleTargetsScope

ExternalUsers

Gets or sets the external user assignments.

public EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope ExternalUsers { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope

Groups

Gets or sets the group assignments.

public EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope Groups { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope

ResourcesFilter

Gets or sets the resources filter.

public EntraConditionalAccessPolicyFilter ResourcesFilter { get; set; }

Property Value

EntraConditionalAccessPolicyFilter

Roles

Gets or sets the role assignments.

public EntraConditionalAccessPolicyAssignmentSimpleTargetsScope Roles { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentSimpleTargetsScope

ServicePrincipals

Gets or sets the service principal assignments.

public EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope ServicePrincipals { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope

ServicePrincipalsFilter

Gets or sets the service principals filter.

public EntraConditionalAccessPolicyFilter ServicePrincipalsFilter { get; set; }

Property Value

EntraConditionalAccessPolicyFilter

TargetResources

Gets or sets the target resource assignments.

public EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope TargetResources { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope

UserActions

Gets or sets the user action assignments.

public EntraConditionalAccessPolicyAssignmentSimpleTargetsScope UserActions { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentSimpleTargetsScope

Users

Gets or sets the user assignments.

public EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope Users { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope