TrustedAccessRole 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.
Trusted access role definition.
public class TrustedAccessRole
type TrustedAccessRole = class
Public Class TrustedAccessRole
- Inheritance
-
TrustedAccessRole
Constructors
| Name | Description |
|---|---|
| TrustedAccessRole() |
Initializes a new instance of the TrustedAccessRole class. |
| TrustedAccessRole(String, String, IList<TrustedAccessRoleRule>) |
Initializes a new instance of the TrustedAccessRole class. |
Properties
| Name | Description |
|---|---|
| Name |
Gets name of role, name is unique under a source resource type |
| Rules |
Gets list of rules for the role. This maps to 'rules' property of Kubernetes Cluster Role. |
| SourceResourceType |
Gets resource type of Azure resource |