Class OrganizationNacAuthorizationPolicySetRule
Rule associated to an authorization policy set
[DataContract]
public class OrganizationNacAuthorizationPolicySetRule
- Inheritance
-
OrganizationNacAuthorizationPolicySetRule
- Inherited Members
Constructors
OrganizationNacAuthorizationPolicySetRule()
public OrganizationNacAuthorizationPolicySetRule()
Properties
AuthorizationProfile
Authorization profile associated with the rule
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "authorizationProfile")]
public OrganizationNacAuthorizationPolicySetRuleAuthorizationProfile AuthorizationProfile { get; set; }
Property Value
Counts
Counts
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationNacAuthorizationPolicySetRuleCounts Counts { get; set; }
Property Value
Enabled
Enabled status of a rule
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }
Property Value
Name
Name of a rule
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Rank
Rank of the rule
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rank")]
public int Rank { get; set; }
Property Value
RuleId
ID of the rule
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ruleId")]
public string RuleId { get; set; }