Class: Google::Apis::DeploymentmanagerV2::AuthorizationLoggingOptions

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/deploymentmanager_v2/classes.rb,
generated/google/apis/deploymentmanager_v2/representations.rb,
generated/google/apis/deploymentmanager_v2/representations.rb

Overview

Authorization-related information used by Cloud Audit Logging.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AuthorizationLoggingOptions

Returns a new instance of AuthorizationLoggingOptions.



113
114
115
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 113

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#permission_typeString

The type of the permission that was checked. Corresponds to the JSON property permissionType

Returns:

  • (String)


111
112
113
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 111

def permission_type
  @permission_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



118
119
120
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 118

def update!(**args)
  @permission_type = args[:permission_type] if args.key?(:permission_type)
end