Show / Hide Table of Contents

Class DefaultObjectACLState

Inheritance
System.Object
InputArgs
ResourceArgs
DefaultObjectACLState
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.Gcp.Storage
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DefaultObjectACLState : ResourceArgs

Constructors

View Source

DefaultObjectACLState()

Declaration
public DefaultObjectACLState()

Properties

View Source

Bucket

The name of the bucket it applies to.

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

RoleEntities

List of role/entity pairs in the form ROLE:entity. See GCS Object ACL documentation for more details. Omitting the field is the same as providing an empty list.

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