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

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

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

Row access policy creation event.

Inheritance

object > BigQueryAuditMetadata.Types.RowAccessPolicyCreation

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

RowAccessPolicyCreation()

public RowAccessPolicyCreation()

RowAccessPolicyCreation(RowAccessPolicyCreation)

public RowAccessPolicyCreation(BigQueryAuditMetadata.Types.RowAccessPolicyCreation other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesRowAccessPolicyCreation

Properties

JobName

public string JobName { get; set; }

The URI of the job that created this row access policy.

Format: projects/<project_id>/jobs/<job_id>.

Property Value
TypeDescription
string

RowAccessPolicy

public BigQueryAuditMetadata.Types.RowAccessPolicy RowAccessPolicy { get; set; }

The row access policy created by this event.

Property Value
TypeDescription
BigQueryAuditMetadataTypesRowAccessPolicy