Skip to main content
Version: 0.9.x

Policy Service

Policy

GetPolicy

SetPolicy

GetRootPolicy

Requires SetPolicyRootPolicy

SetRootPolicy

Requires SetPolicyRootPolicy

GetRBACPolicy

Requires SetPolicyRbacPolicy

SetRBACPolicy

Requires SetPolicyRbacPolicy

AccessPolicy

Policy

A policy defines the set of subjects that can access a resource and under which conditions that access is granted.

FieldDescriptionValidation Rule

allow

List of tetrateio.api.tsb.rbac.v2.Binding
The list of allowed bindings configures the different access profiles that are allowed on the resource configured by the policy.

GetAdminPolicyRequest

NameNumberDescription

GetPolicyRequest

FieldDescriptionValidation Rule

fqn

string
REQUIRED
Fully-qualified name of the policy.

string = {
  min_len: 1
}