ProjectsBrandsIdentityAwareProxyClientsResource class

Constructors

ProjectsBrandsIdentityAwareProxyClientsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(IdentityAwareProxyClient request, String parent, {String? $fields}) Future<IdentityAwareProxyClient>
Creates an Identity Aware Proxy (IAP) OAuth client.
delete(String name, {String? $fields}) Future<Empty>
Deletes an Identity Aware Proxy (IAP) OAuth client.
get(String name, {String? $fields}) Future<IdentityAwareProxyClient>
Retrieves an Identity Aware Proxy (IAP) OAuth client.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListIdentityAwareProxyClientsResponse>
Lists the existing clients for the brand.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetSecret(ResetIdentityAwareProxyClientSecretRequest request, String name, {String? $fields}) Future<IdentityAwareProxyClient>
Resets an Identity Aware Proxy (IAP) OAuth client secret.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited