Class: Google::Cloud::Iap::V1::OAuth2

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iap/v1/service.rb

Overview

The OAuth 2.0 Settings

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.

Returns:

  • (::String)

    The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.



302
303
304
305
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 302

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

#client_secret::String

Returns Input only. The OAuth 2.0 client secret created while registering the client ID.

Returns:

  • (::String)

    Input only. The OAuth 2.0 client secret created while registering the client ID.



302
303
304
305
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 302

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

#client_secret_sha256::String (readonly)

Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.

Returns:

  • (::String)

    Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.



302
303
304
305
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 302

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