Show / Hide Table of Contents

Class ObjectAccessControlState

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

Constructors

View Source

ObjectAccessControlState()

Declaration
public ObjectAccessControlState()

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

Domain

The domain associated with the entity.

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

Email

The email address associated with the entity.

Declaration
public Input<string> Email { 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}} (such as "user-liz@example.com&quot;)
  • group-{{groupId}}
  • group-{{email}} (such as "group-example@googlegroups.com&quot;)
  • domain-{{domain}} (such as "domain-example.com")
  • project-team-{{projectId}}
  • allUsers
  • allAuthenticatedUsers
Declaration
public Input<string> Entity { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EntityId

The ID for the entity

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

Generation

The content generation of the object, if applied to an object.

Declaration
public Input<int> Generation { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Object

The name of the object to apply the access control to.

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

ProjectTeam

The project team associated with the entity

Declaration
public Input<ObjectAccessControlProjectTeamGetArgs> ProjectTeam { get; set; }
Property Value
Type Description
Input<ObjectAccessControlProjectTeamGetArgs>
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.