Class: Google::Apis::CloudidentityV1beta1::SamlSsoInfo

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

Details that are applicable when sso_mode == SAML_SSO.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SamlSsoInfo

Returns a new instance of SamlSsoInfo.



4123
4124
4125
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4123

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

Instance Attribute Details

#inbound_saml_sso_profileString

Required. Name of the InboundSamlSsoProfile to use. Must be of the form inboundSamlSsoProfiles/inbound_saml_sso_profile`. Corresponds to the JSON propertyinboundSamlSsoProfile`

Returns:

  • (String)


4121
4122
4123
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4121

def inbound_saml_sso_profile
  @inbound_saml_sso_profile
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4128
4129
4130
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 4128

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