TrustedAccessRoleBindingProperties Class
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.
Properties for trusted access role binding
public class TrustedAccessRoleBindingProperties
type TrustedAccessRoleBindingProperties = class
Public Class TrustedAccessRoleBindingProperties
- Inheritance
-
TrustedAccessRoleBindingProperties
Constructors
| Name | Description |
|---|---|
| TrustedAccessRoleBindingProperties() |
Initializes a new instance of the TrustedAccessRoleBindingProperties class. |
| TrustedAccessRoleBindingProperties(String, IList<String>, String) |
Initializes a new instance of the TrustedAccessRoleBindingProperties class. |
Properties
| Name | Description |
|---|---|
| ProvisioningState |
Gets the current provisioning state of trusted access role binding. Possible values include: 'Canceled', 'Deleting', 'Failed', 'Succeeded', 'Updating' |
| Roles |
Gets or sets a list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'. |
| SourceResourceId |
Gets or sets the ARM resource ID of source resource that trusted access is configured for. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |