Conditional Rule

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

ConditionalRule 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 for the first claim.

Description

String

True

Specifies the description of the rule.

InputClaimType

String

True

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

InputClaimValue

String

True

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

ConditionalIssuerId

Int64

False

Specifies the unique identifier of the claims issuer for the second claim.

ConditionalClaimType

String

True

Specifies the type of the second input claim in the rule.

ConditionalClaimValue

String

True

Specifies the value of the second input claim in the rule.

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