Show / Hide Table of Contents

Class BucketAccessControlArgs

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

Constructors

View Source

BucketAccessControlArgs()

Declaration
public BucketAccessControlArgs()

Properties

View Source

Bucket

The name of the bucket.

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

Entity

The entity holding the permission, in one of the following forms: user-userId user-email group-groupId group-email domain-domain project-team-projectId allUsers allAuthenticatedUsers Examples: The user liz@example.com would be user-liz@example.com. The group example@googlegroups.com would be group-example@googlegroups.com. To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.

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

Role

The access permission for the entity.

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