Class: Google::Apis::ServicemanagementV1::Experimental

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

Overview

Experimental service configuration. These configuration options can only be used by whitelisted users.

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) ⇒ Experimental

Returns a new instance of Experimental



1427
1428
1429
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 1427

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

Instance Attribute Details

#authorizationGoogle::Apis::ServicemanagementV1::AuthorizationConfig

Configuration of authorization. This section determines the authorization provider, if unspecified, then no authorization check will be done. Example: experimental: authorization: provider: firebaserules.googleapis.com Corresponds to the JSON property authorization



1425
1426
1427
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 1425

def authorization
  @authorization
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1432
1433
1434
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 1432

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