Show / Hide Table of Contents

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 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 readonly string Resource
Field Value
Type Description
System.String
View Source

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