Policy Bindings
Binding
A binding associates a role with a set of subjects.
Bindings are used to configure policies, where different roles can be assigned to different sets of subjects to configure a fine-grained access control to the resource protected by the policy.
Field | Description | Validation Rule |
role | string | string = { |
subjects | List of tetrateio.api.tsb.rbac.v2.Subject | – |
Subject
Subject identifies a user or a team under a tenant. Roles are assigned to subjects for specific resources in the system.
Field | Description | Validation Rule |
user | string | – |
team | string | – |