Get
asymmetric-keys
Get
Returns the specified asymmetric KMS key by id.
GET
Get
Authorizations
The Authorization header expects a Bearer token.
Path Parameters
ID of the asymmetric KMS key to return. To get the ID of an asymmetric KMS key use an [AsymmetricKeyService.List] request.
Query Parameters
By default, Get doesn't return resource if it is scheduled for deletion. If show_scheduled_for_deletion = true, the Get operation returns the resource even if it is scheduled for deletion. If show_scheduled_for_deletion = false, the Get method returns the NOT_FOUND gRPC status code.