class Google::Apis::BigqueryV2::RowLevelSecurityStatistics

Attributes

row_level_security_applied[RW]
Output-only
Preview

Whether any accessed data was protected by row access

policies. Corresponds to the JSON property `rowLevelSecurityApplied` @return [Boolean]

row_level_security_applied?[RW]
Output-only
Preview

Whether any accessed data was protected by row access

policies. Corresponds to the JSON property `rowLevelSecurityApplied` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 5845
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigquery_v2/classes.rb, line 5850
def update!(**args)
  @row_level_security_applied = args[:row_level_security_applied] if args.key?(:row_level_security_applied)
end