Share via


ITrustedAccessRoleBindingProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TrustedAccessRoleBindingPropertiesTypeConverter))]
public interface ITrustedAccessRoleBindingProperties : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TrustedAccessRoleBindingPropertiesTypeConverter))>]
type ITrustedAccessRoleBindingProperties = interface
    interface IJsonSerializable
Public Interface ITrustedAccessRoleBindingProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ProvisioningState

The current provisioning state of trusted access role binding.

Role

A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.

SourceResourceId

The ARM resource ID of source resource that trusted access is configured for.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to