ITrustedAccessRoleBindingProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |