Class: Google::Apis::CloudidentityV1::SamlSsoInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1::SamlSsoInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudidentity_v1/classes.rb,
lib/google/apis/cloudidentity_v1/representations.rb,
lib/google/apis/cloudidentity_v1/representations.rb
Overview
Details that are applicable when sso_mode
== SAML_SSO
.
Instance Attribute Summary collapse
-
#inbound_saml_sso_profile ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SamlSsoInfo
constructor
A new instance of SamlSsoInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SamlSsoInfo
Returns a new instance of SamlSsoInfo.
2508 2509 2510 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 2508 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inbound_saml_sso_profile ⇒ String
Required. Name of the InboundSamlSsoProfile
to use. Must be of the form
inboundSamlSsoProfiles/
inbound_saml_sso_profile`.
Corresponds to the JSON property
inboundSamlSsoProfile`
2506 2507 2508 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 2506 def inbound_saml_sso_profile @inbound_saml_sso_profile end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2513 2514 2515 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 2513 def update!(**args) @inbound_saml_sso_profile = args[:inbound_saml_sso_profile] if args.key?(:inbound_saml_sso_profile) end |