Class: Google::Apis::CloudidentityV1beta1::OidcSsoInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::OidcSsoInfo
- 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 is set to OIDC_SSO.
Instance Attribute Summary collapse
-
#inbound_oidc_sso_profile ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OidcSsoInfo
constructor
A new instance of OidcSsoInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OidcSsoInfo
Returns a new instance of OidcSsoInfo.
3721 3722 3723 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 3721 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inbound_oidc_sso_profile ⇒ String
Required. Name of the InboundOidcSsoProfile to use. Must be of the form
inboundOidcSsoProfiles/inbound_oidc_sso_profile`.
Corresponds to the JSON propertyinboundOidcSsoProfile`
3719 3720 3721 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 3719 def inbound_oidc_sso_profile @inbound_oidc_sso_profile end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3726 3727 3728 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 3726 def update!(**args) @inbound_oidc_sso_profile = args[:inbound_oidc_sso_profile] if args.key?(:inbound_oidc_sso_profile) end |