ProjectsBrandsIdentityAwareProxyClients
class ProjectsBrandsIdentityAwareProxyClients extends Resource (View source)
The "identityAwareProxyClients" collection of methods.
Typical usage is:
$iapService = new Google\Service\CloudIAP(...);
$identityAwareProxyClients = $iapService->projects_brands_identityAwareProxyClients;
Methods
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. (identityAwareProxyClients.create)
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.
Retrieves an Identity Aware Proxy (IAP) OAuth client. Requires that the client is owned by IAP. (identityAwareProxyClients.get)
Lists the existing clients for the brand.
Resets an Identity Aware Proxy (IAP) OAuth client secret. Useful if the secret was compromised. Requires that the client is owned by IAP.
Details
IdentityAwareProxyClient
create(string $parent, IdentityAwareProxyClient $postBody, array $optParams = [])
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. (identityAwareProxyClients.create)
IapEmpty
delete(string $name, array $optParams = [])
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.
(identityAwareProxyClients.delete)
IdentityAwareProxyClient
get(string $name, array $optParams = [])
Retrieves an Identity Aware Proxy (IAP) OAuth client. Requires that the client is owned by IAP. (identityAwareProxyClients.get)
ListIdentityAwareProxyClientsResponse
listProjectsBrandsIdentityAwareProxyClients(string $parent, array $optParams = [])
Lists the existing clients for the brand.
(identityAwareProxyClients.listProjectsBrandsIdentityAwareProxyClients)
IdentityAwareProxyClient
resetSecret(string $name, ResetIdentityAwareProxyClientSecretRequest $postBody, array $optParams = [])
Resets an Identity Aware Proxy (IAP) OAuth client secret. Useful if the secret was compromised. Requires that the client is owned by IAP.
(identityAwareProxyClients.resetSecret)