API to programmatically create, list and retrieve Identity Aware Proxy (IAP) OAuth brands; and create, retrieve, delete and reset-secret of IAP OAuth clients.
Equality
Instances of this class created via copy-construction or copy-assignment always compare equal. Instances created with equal std::shared_ptr<*Connection>
objects compare equal. Objects that compare equal share the same underlying resources.
Performance
Creating a new instance of this class is a relatively expensive operation, new objects establish new connections to the service. In contrast, copy-construction, move-construction, and the corresponding assignment operations are relatively efficient as the copies share all underlying resources.
Thread Safety
Concurrent access to different instances of this class, even if they compare equal, is guaranteed to work. Two or more threads operating on the same instance of this class is not guaranteed to work. Since copy-construction and move-construction is a relatively efficient operation, consider using such a copy when using this class from multiple threads.
Constructors
IdentityAwareProxyOAuthServiceClient(IdentityAwareProxyOAuthServiceClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
IdentityAwareProxyOAuthServiceClient const &
|
IdentityAwareProxyOAuthServiceClient(IdentityAwareProxyOAuthServiceClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
IdentityAwareProxyOAuthServiceClient &&
|
IdentityAwareProxyOAuthServiceClient(std::shared_ptr< IdentityAwareProxyOAuthServiceConnection >, Options)
Parameters | |
---|---|
Name | Description |
connection |
std::shared_ptr< IdentityAwareProxyOAuthServiceConnection >
|
opts |
Options
|
Operators
operator=(IdentityAwareProxyOAuthServiceClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
IdentityAwareProxyOAuthServiceClient const &
|
Returns | |
---|---|
Type | Description |
IdentityAwareProxyOAuthServiceClient & |
operator=(IdentityAwareProxyOAuthServiceClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
IdentityAwareProxyOAuthServiceClient &&
|
Returns | |
---|---|
Type | Description |
IdentityAwareProxyOAuthServiceClient & |
Functions
ListBrands(google::cloud::iap::v1::ListBrandsRequest const &, Options)
Lists the existing brands for the project.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::iap::v1::ListBrandsRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::iap::v1::ListBrandsResponse > |
the result of the RPC. The response message type (google.cloud.iap.v1.ListBrandsResponse) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateBrand(google::cloud::iap::v1::CreateBrandRequest const &, Options)
Constructs a new OAuth brand for the project if one does not exist.
The created brand is "internal only", meaning that OAuth clients created under it only accept requests from users who belong to the same Google Workspace organization as the project. The brand is created in an un-reviewed status. NOTE: The "internal only" status can be manually changed in the Google Cloud Console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::iap::v1::CreateBrandRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::iap::v1::Brand > |
the result of the RPC. The response message type (google.cloud.iap.v1.Brand) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetBrand(google::cloud::iap::v1::GetBrandRequest const &, Options)
Retrieves the OAuth brand of the project.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::iap::v1::GetBrandRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::iap::v1::Brand > |
the result of the RPC. The response message type (google.cloud.iap.v1.Brand) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateIdentityAwareProxyClient(google::cloud::iap::v1::CreateIdentityAwareProxyClientRequest const &, Options)
Creates an Identity Aware Proxy (IAP) OAuth client.
The client is owned by IAP. Requires that the brand for the project exists and that it is set for internal-only use.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::iap::v1::CreateIdentityAwareProxyClientRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::iap::v1::IdentityAwareProxyClient > |
the result of the RPC. The response message type (google.cloud.iap.v1.IdentityAwareProxyClient) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
ListIdentityAwareProxyClients(google::cloud::iap::v1::ListIdentityAwareProxyClientsRequest, Options)
Lists the existing clients for the brand.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::iap::v1::ListIdentityAwareProxyClientsRequest
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::iap::v1::IdentityAwareProxyClient > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetIdentityAwareProxyClient(google::cloud::iap::v1::GetIdentityAwareProxyClientRequest const &, Options)
Retrieves an Identity Aware Proxy (IAP) OAuth client.
Requires that the client is owned by IAP.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::iap::v1::GetIdentityAwareProxyClientRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::iap::v1::IdentityAwareProxyClient > |
the result of the RPC. The response message type (google.cloud.iap.v1.IdentityAwareProxyClient) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
ResetIdentityAwareProxyClientSecret(google::cloud::iap::v1::ResetIdentityAwareProxyClientSecretRequest const &, Options)
Resets an Identity Aware Proxy (IAP) OAuth client secret.
Useful if the secret was compromised. Requires that the client is owned by IAP.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::iap::v1::ResetIdentityAwareProxyClientSecretRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::iap::v1::IdentityAwareProxyClient > |
the result of the RPC. The response message type (google.cloud.iap.v1.IdentityAwareProxyClient) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
DeleteIdentityAwareProxyClient(google::cloud::iap::v1::DeleteIdentityAwareProxyClientRequest const &, Options)
Deletes an Identity Aware Proxy (IAP) OAuth client.
Useful for removing obsolete clients, managing the number of clients in a given project, and cleaning up after tests. Requires that the client is owned by IAP.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::iap::v1::DeleteIdentityAwareProxyClientRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
Status |
a |