Google Cloud Audit API - Class BigQueryAuditMetadata.Types.BigQueryAcl (2.4.0)

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

Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.BigQueryAcl.

An access control list.

Inheritance

object > BigQueryAuditMetadata.Types.BigQueryAcl

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

BigQueryAcl()

public BigQueryAcl()

BigQueryAcl(BigQueryAcl)

public BigQueryAcl(BigQueryAuditMetadata.Types.BigQueryAcl other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesBigQueryAcl

Properties

AuthorizedViews

public RepeatedField<string> AuthorizedViews { get; }

List of authorized views for a dataset.

Format: projects/<project_id>/datasets/<dataset_id>/tables/<view_id>.

Property Value
TypeDescription
RepeatedFieldstring

Policy

public Policy Policy { get; set; }

IAM policy for the resource.

Property Value
TypeDescription
Policy