Skip to main content

List web key details for the instance

GET 

/resources/v3alpha/web_keys

List web key details for the instance

Request​

Query Parameters

    instance.id string
    instance.domain string

Responses​

OK

Schema

    webKeys

    object[]

  • Array [

  • details

    object

    id string
    created date-time

    the timestamp of the first event applied to the object.

    changed date-time

    the timestamp of the last event applied to the object.

    owner

    object

    the parent object representing the returned objects context.

    type string

    Possible values: [OWNER_TYPE_UNSPECIFIED, OWNER_TYPE_SYSTEM, OWNER_TYPE_INSTANCE, OWNER_TYPE_ORG]

    Default value: OWNER_TYPE_UNSPECIFIED

    id string

    config

    object

    rsa

    object

    bits bit size of the RSA key (string)

    Possible values: [RSA_BITS_UNSPECIFIED, RSA_BITS_2048, RSA_BITS_3072, RSA_BITS_4096]

    Default value: RSA_BITS_UNSPECIFIED

    hasher signing algrithm used (string)

    Possible values: [RSA_HASHER_UNSPECIFIED, RSA_HASHER_SHA256, RSA_HASHER_SHA384, RSA_HASHER_SHA512]

    Default value: RSA_HASHER_UNSPECIFIED

    ecdsa

    object

    curve string

    Possible values: [ECDSA_CURVE_UNSPECIFIED, ECDSA_CURVE_P256, ECDSA_CURVE_P384, ECDSA_CURVE_P512]

    Default value: ECDSA_CURVE_UNSPECIFIED

    ed25519 object
    state string

    Possible values: [STATE_UNSPECIFIED, STATE_INITIAL, STATE_ACTIVE, STATE_INACTIVE, STATE_REMOVED]

    Default value: STATE_UNSPECIFIED

  • ]

Loading...