Class SecretRolesetArgs
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
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretRolesetArgs : ResourceArgs
Constructors
View SourceSecretRolesetArgs()
Declaration
public SecretRolesetArgs()
Properties
View SourceBackend
Path where the GCP Secrets Engine is mounted
Declaration
public Input<string> Backend { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Bindings
Bindings to create for this roleset. This can be specified multiple times for multiple bindings. Structure is documented below.
Declaration
public InputList<SecretRolesetBindingArgs> Bindings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SecretRolesetBindingArgs> |
Project
Name of the GCP project that this roleset's service account will belong to.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Roleset
Name of the Roleset to create
Declaration
public Input<string> Roleset { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecretType
Type of secret generated for this role set. Accepted values: access_token, service_account_key. Defaults to access_token.
Declaration
public Input<string> SecretType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TokenScopes
List of OAuth scopes to assign to access_token secrets generated under this role set (access_token role sets only).
Declaration
public InputList<string> TokenScopes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |