Skip to content
Start here

Keys

List Signing Keys
client.Images.V1.Keys.List(ctx, query) (*V1KeyListResponse, error)
GET/accounts/{account_id}/images/v1/keys
Create a new Signing Key
client.Images.V1.Keys.Update(ctx, signingKeyName, body) (*V1KeyUpdateResponse, error)
PUT/accounts/{account_id}/images/v1/keys/{signing_key_name}
Delete Signing Key
client.Images.V1.Keys.Delete(ctx, signingKeyName, body) (*V1KeyDeleteResponse, error)
DELETE/accounts/{account_id}/images/v1/keys/{signing_key_name}
ModelsExpand Collapse
type Key struct{…}
Name stringOptional

Key name.

Value stringOptional

Key value.