Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::CreateIdentityAwareProxyClientRequest.
The request sent to CreateIdentityAwareProxyClient.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#identity_aware_proxy_client
def identity_aware_proxy_client() -> ::Google::Cloud::Iap::V1::IdentityAwareProxyClient
Returns
- (::Google::Cloud::Iap::V1::IdentityAwareProxyClient) — Required. Identity Aware Proxy Client to be created.
#identity_aware_proxy_client=
def identity_aware_proxy_client=(value) -> ::Google::Cloud::Iap::V1::IdentityAwareProxyClient
Parameter
- value (::Google::Cloud::Iap::V1::IdentityAwareProxyClient) — Required. Identity Aware Proxy Client to be created.
Returns
- (::Google::Cloud::Iap::V1::IdentityAwareProxyClient) — Required. Identity Aware Proxy Client to be created.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Path to create the client in. In the following format: projects/{project_number/id}/brands/{brand}. The project must belong to a G Suite account.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Path to create the client in. In the following format: projects/{project_number/id}/brands/{brand}. The project must belong to a G Suite account.
Returns
- (::String) — Required. Path to create the client in. In the following format: projects/{project_number/id}/brands/{brand}. The project must belong to a G Suite account.