Class BackendRoleAzureRoleGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Vault.Azure.Inputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class BackendRoleAzureRoleGetArgs : ResourceArgs
Constructors
View SourceBackendRoleAzureRoleGetArgs()
Declaration
public BackendRoleAzureRoleGetArgs()
Properties
View SourceRoleId
Declaration
public Input<string> RoleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleName
Declaration
public Input<string> RoleName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scope
Declaration
public Input<string> Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |