TrustedAccessRole interface
Trusted access role definition.
Properties
name | Name of role, name is unique under a source resource type NOTE: This property will not be serialized. It can only be populated by the server. |
rules | List of rules for the role. This maps to 'rules' property of Kubernetes Cluster Role. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Resource type of Azure resource NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
name
Name of role, name is unique under a source resource type NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
rules
List of rules for the role. This maps to 'rules' property of Kubernetes Cluster Role. NOTE: This property will not be serialized. It can only be populated by the server.
rules?: TrustedAccessRoleRule[]
Property Value
sourceResourceType
Resource type of Azure resource NOTE: This property will not be serialized. It can only be populated by the server.
sourceResourceType?: string
Property Value
string