Enum EntraConditionalAccessPolicyAssignmentType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the assignment type within an Entra conditional access policy.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraConditionalAccessPolicyAssignmentType
Fields
All = 3The assignment type is all.
AllAgentResources = 4All agent resources.
None = 1The assignment type is none.
NotApplicable = 2The assignment type is not applicable.
ServicePrincipalsInMyTenant = 5The assignment type is service principals in my tenant.
Specific = 6The assignment type is specific.
Unknown = 0The assignment type is unknown.