Class SecretRolesetBinding
Inheritance
System.Object
SecretRolesetBinding
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.Outputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretRolesetBinding
Fields
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 readonly string Resource
Field Value
| Type | Description |
|---|---|
| System.String |
Roles
List of GCP IAM roles for the resource.
Declaration
public readonly ImmutableArray<string> Roles
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |