List web key details for the instance
GET/resources/v3alpha/web_keys
List web key details for the instance
Request​
Query Parameters
Responses​
- 200
- 403
- 404
- default
OK
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
Array [
]
webKeys
object[]
details
object
the timestamp of the first event applied to the object.
the timestamp of the last event applied to the object.
owner
object
the parent object representing the returned objects context.
Possible values: [OWNER_TYPE_UNSPECIFIED
, OWNER_TYPE_SYSTEM
, OWNER_TYPE_INSTANCE
, OWNER_TYPE_ORG
]
Default value: OWNER_TYPE_UNSPECIFIED
config
object
rsa
object
Possible values: [RSA_BITS_UNSPECIFIED
, RSA_BITS_2048
, RSA_BITS_3072
, RSA_BITS_4096
]
Default value: RSA_BITS_UNSPECIFIED
Possible values: [RSA_HASHER_UNSPECIFIED
, RSA_HASHER_SHA256
, RSA_HASHER_SHA384
, RSA_HASHER_SHA512
]
Default value: RSA_HASHER_UNSPECIFIED
ecdsa
object
Possible values: [ECDSA_CURVE_UNSPECIFIED
, ECDSA_CURVE_P256
, ECDSA_CURVE_P384
, ECDSA_CURVE_P512
]
Default value: ECDSA_CURVE_UNSPECIFIED
Possible values: [STATE_UNSPECIFIED
, STATE_INITIAL
, STATE_ACTIVE
, STATE_INACTIVE
, STATE_REMOVED
]
Default value: STATE_UNSPECIFIED
{
"webKeys": [
{
"details": {
"id": "69629012906488334",
"created": "2024-11-22T09:27:09.898Z",
"changed": "2024-11-22T09:27:09.898Z",
"owner": "69629023906488334"
},
"config": {
"rsa": {
"bits": "RSA_BITS_UNSPECIFIED",
"hasher": "RSA_HASHER_UNSPECIFIED"
},
"ecdsa": {
"curve": "ECDSA_CURVE_UNSPECIFIED"
},
"ed25519": {}
},
"state": "STATE_UNSPECIFIED"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
webKeys
object[]
details
object
the timestamp of the first event applied to the object.
the timestamp of the last event applied to the object.
owner
object
the parent object representing the returned objects context.
Possible values: [OWNER_TYPE_UNSPECIFIED
, OWNER_TYPE_SYSTEM
, OWNER_TYPE_INSTANCE
, OWNER_TYPE_ORG
]
Default value: OWNER_TYPE_UNSPECIFIED
config
object
rsa
object
Possible values: [RSA_BITS_UNSPECIFIED
, RSA_BITS_2048
, RSA_BITS_3072
, RSA_BITS_4096
]
Default value: RSA_BITS_UNSPECIFIED
Possible values: [RSA_HASHER_UNSPECIFIED
, RSA_HASHER_SHA256
, RSA_HASHER_SHA384
, RSA_HASHER_SHA512
]
Default value: RSA_HASHER_UNSPECIFIED
ecdsa
object
Possible values: [ECDSA_CURVE_UNSPECIFIED
, ECDSA_CURVE_P256
, ECDSA_CURVE_P384
, ECDSA_CURVE_P512
]
Default value: ECDSA_CURVE_UNSPECIFIED
Possible values: [STATE_UNSPECIFIED
, STATE_INITIAL
, STATE_ACTIVE
, STATE_INACTIVE
, STATE_REMOVED
]
Default value: STATE_UNSPECIFIED
{
"webKeys": [
{
"details": {
"id": "69629012906488334",
"created": "2024-11-22T09:27:09.900Z",
"changed": "2024-11-22T09:27:09.900Z",
"owner": "69629023906488334"
},
"config": {
"rsa": {
"bits": "RSA_BITS_UNSPECIFIED",
"hasher": "RSA_HASHER_UNSPECIFIED"
},
"ecdsa": {
"curve": "ECDSA_CURVE_UNSPECIFIED"
},
"ed25519": {}
},
"state": "STATE_UNSPECIFIED"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
webKeys
object[]
details
object
the timestamp of the first event applied to the object.
the timestamp of the last event applied to the object.
owner
object
the parent object representing the returned objects context.
Possible values: [OWNER_TYPE_UNSPECIFIED
, OWNER_TYPE_SYSTEM
, OWNER_TYPE_INSTANCE
, OWNER_TYPE_ORG
]
Default value: OWNER_TYPE_UNSPECIFIED
config
object
rsa
object
Possible values: [RSA_BITS_UNSPECIFIED
, RSA_BITS_2048
, RSA_BITS_3072
, RSA_BITS_4096
]
Default value: RSA_BITS_UNSPECIFIED
Possible values: [RSA_HASHER_UNSPECIFIED
, RSA_HASHER_SHA256
, RSA_HASHER_SHA384
, RSA_HASHER_SHA512
]
Default value: RSA_HASHER_UNSPECIFIED
ecdsa
object
Possible values: [ECDSA_CURVE_UNSPECIFIED
, ECDSA_CURVE_P256
, ECDSA_CURVE_P384
, ECDSA_CURVE_P512
]
Default value: ECDSA_CURVE_UNSPECIFIED
Possible values: [STATE_UNSPECIFIED
, STATE_INITIAL
, STATE_ACTIVE
, STATE_INACTIVE
, STATE_REMOVED
]
Default value: STATE_UNSPECIFIED
{
"webKeys": [
{
"details": {
"id": "69629012906488334",
"created": "2024-11-22T09:27:09.901Z",
"changed": "2024-11-22T09:27:09.901Z",
"owner": "69629023906488334"
},
"config": {
"rsa": {
"bits": "RSA_BITS_UNSPECIFIED",
"hasher": "RSA_HASHER_UNSPECIFIED"
},
"ecdsa": {
"curve": "ECDSA_CURVE_UNSPECIFIED"
},
"ed25519": {}
},
"state": "STATE_UNSPECIFIED"
}
]
}
Returned when the user does not have permission to access the resource.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource does not exist.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}