Class OrganizationNacAuthorizationPolicySet
Organization Nac Authorization Policy Set
[DataContract]
public class OrganizationNacAuthorizationPolicySet
- Inheritance
-
OrganizationNacAuthorizationPolicySet
- Inherited Members
Constructors
OrganizationNacAuthorizationPolicySet()
public OrganizationNacAuthorizationPolicySet()
Properties
Condition
Condition of Authorization rule.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "condition")]
public object Condition { get; set; }
Property Value
ConditionTags
Summary of the conditions of rules
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "conditionTags")]
public List<string> ConditionTags { get; set; }
Property Value
Counts
Counts
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationNacAuthorizationPolicySetCounts Counts { get; set; }
Property Value
Enabled
Enabled/Disabled status for an authorization policy set
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }
Property Value
HasOutdatedCondition
True if any of the condition contains invalid/outdated attribute values
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "hasOutdatedCondition")]
public bool HasOutdatedCondition { get; set; }
Property Value
Name
Name of the authorization policy set
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
PolicysetId
ID of the authorization policy set.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "policysetId")]
public string PolicysetId { get; set; }
Property Value
Rank
Rank of an authorization policy set
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rank")]
public int Rank { get; set; }
Property Value
Rules
Rules associated to an authorization policy set
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "rules")]
public List<OrganizationNacAuthorizationPolicySetRule> Rules { get; set; }
Property Value
Version
Current version of the authorization policy set
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "version")]
public string Version { get; set; }