Microsoft.ContainerService managedClusters/trustedAccessRoleBindings

ARM template resource definition

The managedClusters/trustedAccessRoleBindings resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings resource, add the following JSON to your template.

{
  "type": "Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings",
  "apiVersion": "2024-02-01",
  "name": "string",
  "properties": {
    "roles": [ "string" ],
    "sourceResourceId": "string"
  }
}

Property values

managedClusters/trustedAccessRoleBindings

Name Description Value
type The resource type 'Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings'
apiVersion The resource api version '2024-02-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties Properties for trusted access role binding TrustedAccessRoleBindingProperties (required)

TrustedAccessRoleBindingProperties

Name Description Value
roles A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'. string[] (required)
sourceResourceId The ARM resource ID of source resource that trusted access is configured for. string (required)