Class DefaultObjectACLState
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.Gcp.Storage
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DefaultObjectACLState : ResourceArgs
Constructors
View SourceDefaultObjectACLState()
Declaration
public DefaultObjectACLState()
Properties
View SourceBucket
The name of the bucket it applies to.
Declaration
public Input<string> Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |