Get
|
|||||
|
|
Retrieves an HMAC key's metadata
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
- View your data across Google Cloud Platform services
- View your data in Google Cloud Storage
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
projectId Required |
STRING |
Project ID owning the service account of the requested key |
accessId Required |
STRING |
Name of the HMAC key |
userProject |
STRING |
The project to be billed for this request |
= Parameter name
= Format
projectId STRING Required Project ID owning the service account of the requested key |
accessId STRING Required Name of the HMAC key |
userProject STRING The project to be billed for this request |
Output
This building block provides 10 output parameters
Name | Format | Description |
---|---|---|
accessId |
STRING |
The ID of the HMAC Key |
etag |
STRING |
HTTP 1.1 Entity tag for the HMAC key |
id |
STRING |
The ID of the HMAC key, including the Project ID and the Access ID |
kind |
STRING |
The kind of item this is. For HMAC Key metadata, this is always storage#hmacKeyMetadata |
projectId |
STRING |
Project ID owning the service account to which the key authenticates |
selfLink |
STRING |
The link to this resource |
serviceAccountEmail |
STRING |
The email address of the key's associated service account |
state |
STRING |
The state of the key. Can be one of ACTIVE, INACTIVE, or DELETED |
timeCreated |
DATE_TIME |
The creation time of the HMAC key in RFC 3339 format |
updated |
DATE_TIME |
The last modification time of the HMAC key metadata in RFC 3339 format |
= Parameter name
= Format
accessId STRING The ID of the HMAC Key |
etag STRING HTTP 1.1 Entity tag for the HMAC key |
id STRING The ID of the HMAC key, including the Project ID and the Access ID |
kind STRING The kind of item this is. For HMAC Key metadata, this is always storage#hmacKeyMetadata |
projectId STRING Project ID owning the service account to which the key authenticates |
selfLink STRING The link to this resource |
serviceAccountEmail STRING The email address of the key's associated service account |
state STRING The state of the key. Can be one of ACTIVE, INACTIVE, or DELETED |
timeCreated DATE_TIME The creation time of the HMAC key in RFC 3339 format |
updated DATE_TIME The last modification time of the HMAC key metadata in RFC 3339 format |