Show / Hide Table of Contents

Class SecretRolesetBindingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecretRolesetBindingArgs
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.Inputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretRolesetBindingArgs : ResourceArgs

Constructors

View Source

SecretRolesetBindingArgs()

Declaration
public SecretRolesetBindingArgs()

Properties

View Source

Resource

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

Roles

List of GCP IAM roles for the resource.

Declaration
public InputList<string> Roles { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.