Class: Google::Cloud::Iap::V1::OAuthSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::OAuthSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
Configuration for OAuth login&consent flow behavior as well as for OAuth Credentials.
Instance Attribute Summary collapse
-
#client_id ⇒ ::Google::Protobuf::StringValue
Optional.
-
#client_secret ⇒ ::Google::Protobuf::StringValue
Optional.
-
#client_secret_sha256 ⇒ ::Google::Protobuf::StringValue
readonly
Output only.
-
#login_hint ⇒ ::Google::Protobuf::StringValue
Domain hint to send as hd=? parameter in OAuth request flow.
-
#programmatic_clients ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#client_id ⇒ ::Google::Protobuf::StringValue
Returns Optional. OAuth 2.0 client ID used in the OAuth flow. This allows for client sharing. The risks of client sharing are outlined here: https://cloud.google.com/iap/docs/sharing-oauth-clients#risks.
281 282 283 284 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 281 class OAuthSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_secret ⇒ ::Google::Protobuf::StringValue
Returns Optional. Input only. OAuth secret paired with client ID.
281 282 283 284 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 281 class OAuthSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_secret_sha256 ⇒ ::Google::Protobuf::StringValue (readonly)
Returns Output only. OAuth secret SHA256 paired with client ID.
281 282 283 284 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 281 class OAuthSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#login_hint ⇒ ::Google::Protobuf::StringValue
Returns Domain hint to send as hd=? parameter in OAuth request flow. Enables redirect to primary IDP by skipping Google's login screen. https://developers.google.com/identity/protocols/OpenIDConnect#hd-param Note: IAP does not verify that the id token's hd claim matches this value since access behavior is managed by IAM policies.
281 282 283 284 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 281 class OAuthSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#programmatic_clients ⇒ ::Array<::String>
Returns Optional. List of client ids allowed to use IAP programmatically.
281 282 283 284 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 281 class OAuthSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |