Class: Google::Apis::CloudidentityV1beta1::UpdateInboundSamlSsoProfileOperationMetadata

Inherits:
Object
  • Object
show all
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. UpdateInboundSamlSsoProfile.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpdateInboundSamlSsoProfileOperationMetadata

Returns a new instance of UpdateInboundSamlSsoProfileOperationMetadata.



4019
4020
4021
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4019

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

Instance Attribute Details

#stateString

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

Returns:

  • (String)


4017
4018
4019
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4017

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4024
4025
4026
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4024

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