Class: Google::Cloud::Iap::V1::IdentityAwareProxyClient
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::IdentityAwareProxyClient
- 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
-
#display_name ⇒ ::String
Human-friendly name given to the OAuth client.
-
#name ⇒ ::String
readonly
Output only.
-
#secret ⇒ ::String
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String
Returns 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.
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.
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 |