Show / Hide Table of Contents

Class SecretRolesetBindingGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecretRolesetBindingGetArgs
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 SecretRolesetBindingGetArgs : ResourceArgs

Constructors

View Source

SecretRolesetBindingGetArgs()

Declaration
public SecretRolesetBindingGetArgs()

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.