Class: Google::Cloud::Iap::V1::OAuthSettings

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

Instance Attribute Details

#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.

Returns:



245
246
247
248
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 245

class OAuthSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#programmatic_clients::Array<::String>

Returns List of OAuth client IDs allowed to programmatically authenticate with IAP.

Returns:

  • (::Array<::String>)

    List of OAuth client IDs allowed to programmatically authenticate with IAP.



245
246
247
248
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 245

class OAuthSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end