Skip to main content
Version: v0.19.0

PolicyRuleConfig

actionstringrequired

Action of the rule

Example: use
constraints object[]

Constraints of the rule

  • Array [
  • typestringrequired

    Type of the constraint

    Example: CredentialType
    valuestringrequired

    Value of the constraint

    Example: MembershipCredential
  • ]
  • PolicyRuleConfig
    {
    "action": "use",
    "constraints": [
    {
    "type": "CredentialType",
    "value": "MembershipCredential"
    }
    ]
    }