Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig

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

Overview

Options related to how clients making requests on behalf of a tenant should be configured.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig

Returns a new instance of GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig.



182
183
184
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 182

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

Instance Attribute Details

#permissionsGoogle::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ClientPermissions

Configuration related to restricting a user's ability to affect their account. Corresponds to the JSON property permissions



180
181
182
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 180

def permissions
  @permissions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



187
188
189
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 187

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