Class: Google::Apis::CloudidentityV1beta1::AddIdpCredentialOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::AddIdpCredentialOperationMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudidentity_v1beta1/classes.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb
Overview
LRO response metadata for InboundSamlSsoProfilesService.AddIdpCredential.
Instance Attribute Summary collapse
-
#state ⇒ String
State of this Operation Will be "awaiting-multi-party-approval" when the operation is deferred due to the target customer having enabled Multi-party approval for sensitive actions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AddIdpCredentialOperationMetadata
constructor
A new instance of AddIdpCredentialOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AddIdpCredentialOperationMetadata
Returns a new instance of AddIdpCredentialOperationMetadata.
36 37 38 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 36 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
State of this Operation Will be "awaiting-multi-party-approval" when the
operation is deferred due to the target customer having enabled Multi-party
approval for sensitive actions.
Corresponds to the JSON property state
34 35 36 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 34 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41 42 43 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 41 def update!(**args) @state = args[:state] if args.key?(:state) end |