Share via


TrustedAccessRoleOutput interface

Trusted access role definition.

Properties

name

Name of role, name is unique under a source resource type

rules

List of rules for the role. This maps to 'rules' property of Kubernetes Cluster Role.

sourceResourceType

Resource type of Azure resource

Property Details

name

Name of role, name is unique under a source resource type

name?: string

Property Value

string

rules

List of rules for the role. This maps to 'rules' property of Kubernetes Cluster Role.

rules?: TrustedAccessRoleRuleOutput[]

Property Value

sourceResourceType

Resource type of Azure resource

sourceResourceType?: string

Property Value

string