Class: Google::Cloud::Iap::V1::IdentityAwareProxyClient

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

Overview

Contains the data that describes an Identity Aware Proxy owned client.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Human-friendly name given to the OAuth client.

Returns:

  • (::String)

    Human-friendly name given to the OAuth client.



587
588
589
590
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 587

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

#name::String (readonly)

Returns Output only. Unique identifier of the OAuth client.

Returns:

  • (::String)

    Output only. Unique identifier of the OAuth client.



587
588
589
590
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 587

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

#secret::String (readonly)

Returns Output only. Client secret of the OAuth client.

Returns:

  • (::String)

    Output only. Client secret of the OAuth client.



587
588
589
590
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 587

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