@Generated public interface TokenManagementService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
CreateOboTokenResponse |
createOboToken(CreateOboTokenRequest createOboTokenRequest)
Create on-behalf token.
|
void |
delete(DeleteTokenManagementRequest deleteTokenManagementRequest)
Delete a token.
|
TokenInfo |
get(GetTokenManagementRequest getTokenManagementRequest)
Get token info.
|
ListTokensResponse |
list(ListTokenManagementRequest listTokenManagementRequest)
List all tokens.
|
CreateOboTokenResponse createOboToken(CreateOboTokenRequest createOboTokenRequest)
Creates a token on behalf of a service principal.
void delete(DeleteTokenManagementRequest deleteTokenManagementRequest)
Deletes a token, specified by its ID.
TokenInfo get(GetTokenManagementRequest getTokenManagementRequest)
Gets information about a token, specified by its ID.
ListTokensResponse list(ListTokenManagementRequest listTokenManagementRequest)
Lists all tokens associated with the specified workspace or user.
Copyright © 2023. All rights reserved.