ProjectsLocationsClustersTokenAuthUsersResource class

Constructors

ProjectsLocationsClustersTokenAuthUsersResource(ApiRequester client)

Properties

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

Methods

addAuthToken(AddAuthTokenRequest request, String tokenAuthUser, {String? $fields}) Future<Operation>
Adds a auth token for a user of a token based auth enabled cluster.
delete(String name, {bool? force, String? requestId, String? $fields}) Future<Operation>
Deletes a token auth user for a token based auth enabled cluster.
get(String name, {String? $fields}) Future<TokenAuthUser>
Gets a specific token auth user for a basic auth enabled cluster.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListTokenAuthUsersResponse>
Lists all the token auth users for a token based auth enabled cluster.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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