TrustedAccessRoleBindingPropertiesOutput interface
Properties for trusted access role binding
Properties
| provisioning |
The current provisioning state of trusted access role binding. |
| roles | A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'. |
| source |
The ARM resource ID of source resource that trusted access is configured for. |
Property Details
provisioningState
The current provisioning state of trusted access role binding.
provisioningState?: "Updating" | "Deleting" | "Failed" | "Succeeded"
Property Value
"Updating" | "Deleting" | "Failed" | "Succeeded"
roles
A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.
roles: string[]
Property Value
string[]
sourceResourceId
The ARM resource ID of source resource that trusted access is configured for.
sourceResourceId: string
Property Value
string