PermissionSet
A permission set represents a Kubernetes RBAC Role
or ClusterRole
, which contain rules that represent a set of permissions that has been bound to an identity via a RoleBinding
or ClusterRoleBinding
. Permissions are purely additive (there are no "deny" rules).
Properties
Property | Type | Description |
---|---|---|
name | string |
Name of the underlying role in Kubernetes |
rules | []string |
List of strings representing the access granted by the role (see generator function flattenPolicyRules) |