Rule

Updated: June 19, 2015

Applies To: Azure

This topic provides descriptions and legal values for the properties of the Rule entity of the Microsoft Azure Active Directory Access Control (also known as Access Control Service or ACS) Management Service.

Note

For descriptions and legal values for the properties of the ConditionalRule entity of the ACS Management Service, see Conditional Rule. Conditional rule entity is used for rules that use two input claims as conditions.

Rule Properties

Property name Type Is nullable Description

Id

Int64

False

Specifies the unique identifier of the rule. This value is automatically set by ACS.

RuleGroupId

Int64

False

Specifies the unique identifier of the rule group that the rule is associated with.

IssuerId

Int64

False

Specifies the unique identifier of the claims issuer.

Description

String

True

Specifies the description of the rule.

InputClaimType

String

True

Specifies the input claim type for the rule. A null value indicates that the claim type should be passed through.

InputClaimValue

String

True

Specifies the value of the input claim type for the rule. A null value indicates that the claim value should be passed through.

OutputClaimType

String

True

Specifies the output claim type for the rule.

OutputClaimValue

String

True

Specifies the value of the output claim type for the rule.

SystemReserved

Boolean

False

Specifies whether the Rule entity is reserved by ACS. Reserved entities cannot be deleted or edited.

Version

Binary

True

This property contains a time stamp that is automatically set by ACS.

See Also

Concepts

ACS Management Service API Reference