Show / Hide Table of Contents

Class SecretRolesetState

Inheritance
System.Object
InputArgs
ResourceArgs
SecretRolesetState
Inherited Members
ResourceArgs.Empty
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 SecretRolesetState : ResourceArgs

Constructors

View Source

SecretRolesetState()

Declaration
public SecretRolesetState()

Properties

View Source

Backend

Path where the GCP Secrets Engine is mounted

Declaration
public Input<string> Backend { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Bindings

Bindings to create for this roleset. This can be specified multiple times for multiple bindings. Structure is documented below.

Declaration
public InputList<SecretRolesetBindingGetArgs> Bindings { get; set; }
Property Value
Type Description
InputList<SecretRolesetBindingGetArgs>
View Source

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>
View Source

Roleset

Name of the Roleset to create

Declaration
public Input<string> Roleset { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

ServiceAccountEmail

Email of the service account created by Vault for this Roleset

Declaration
public Input<string> ServiceAccountEmail { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.