PolicyRuleConfig
actionstringrequired
Action of the rule
Example:
useconstraints object[]
Constraints of the rule
Array [
typestringrequired
Type of the constraint
Example:
CredentialTypevaluestringrequired
Value of the constraint
Example:
MembershipCredential]
PolicyRuleConfig
{
"action": "use",
"constraints": [
{
"type": "CredentialType",
"value": "MembershipCredential"
}
]
}