BigQuery Audit Data Logging v1 API - Class BigQueryAcl.Types.Entry (1.0.0)

public sealed class Entry : IMessage<BigQueryAcl.Types.Entry>, IEquatable<BigQueryAcl.Types.Entry>, IDeepCloneable<BigQueryAcl.Types.Entry>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class BigQueryAcl.Types.Entry.

Access control entry.

Inheritance

Object > BigQueryAcl.Types.Entry

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

Entry()

public Entry()

Entry(BigQueryAcl.Types.Entry)

public Entry(BigQueryAcl.Types.Entry other)
Parameter
NameDescription
otherBigQueryAcl.Types.Entry

Properties

Domain

public string Domain { get; set; }

Grants access to all members of a domain.

Property Value
TypeDescription
String

GroupEmail

public string GroupEmail { get; set; }

Grants access to a group identified by an email address.

Property Value
TypeDescription
String

Role

public string Role { get; set; }

The granted role, which can be READER, WRITER, or OWNER.

Property Value
TypeDescription
String

SpecialGroup

public string SpecialGroup { get; set; }

Grants access to special groups. Valid groups are PROJECT_OWNERS, PROJECT_READERS, PROJECT_WRITERS and ALL_AUTHENTICATED_USERS.

Property Value
TypeDescription
String

UserEmail

public string UserEmail { get; set; }

Grants access to a user identified by an email address.

Property Value
TypeDescription
String

ViewName

public TableName ViewName { get; set; }

Grants access to a BigQuery View.

Property Value
TypeDescription
TableName