Class EntraConditionalAccessPolicyGrantControls
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the grant controls of an Entra directory conditional access policy.
public class EntraConditionalAccessPolicyGrantControls : GlobalSerializableBase
- Inheritance
-
EntraConditionalAccessPolicyGrantControls
Constructors
EntraConditionalAccessPolicyGrantControls()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyGrantControls class.
public EntraConditionalAccessPolicyGrantControls()
Properties
Operator
Gets or sets the operator of the grant controls.
public EntraConditionalAccessPolicyGrantControlsOperator Operator { get; set; }
Property Value
OperatorString
Gets the operator as a human readable string.
public string OperatorString { get; set; }
Property Value
Outcome
Gets or sets the outcome of the grant controls.
public EntraConditionalAccessPolicyGrantControlOutcome Outcome { get; set; }
Property Value
OutcomeString
Gets the outcome as a human readable string.
public string OutcomeString { get; set; }
Property Value
Requirements
Gets or sets the requirements.
public EntraConditionalAccessPolicyGrantRequirementCollection Requirements { get; set; }
Property Value
Methods
ToString()
Returns the grant controls as a human readable string.
public override string ToString()
Returns
- string
The grant controls as a human readable string.