Class SecretRolesetBindingGetArgs
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.Gcp.Inputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretRolesetBindingGetArgs : ResourceArgs
Constructors
View SourceSecretRolesetBindingGetArgs()
Declaration
public SecretRolesetBindingGetArgs()
Properties
View SourceResource
Resource or resource path for which IAM policy information will be bound. The resource path may be specified in a few different formats.
Declaration
public Input<string> Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Roles
List of GCP IAM roles for the resource.
Declaration
public InputList<string> Roles { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |