Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig
- 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
-
#permissions ⇒ Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ClientPermissions
Configuration related to restricting a user's ability to affect their account.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig
constructor
A new instance of GoogleCloudIdentitytoolkitAdminV2ClientPermissionConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#permissions ⇒ Google::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 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 |