KeySets

Get a KeySet

Get a KeySet using ID or name.

get/v2/control-planes/{controlPlaneId}/core-entities/key-sets/{KeySetId}

Response

Successfully fetched KeySet

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable

A string representing a UUID (universally unique identifier).

namestring nullable

The name to associate with the given key-set.

tagsstring[] nullable

A set of strings representing tags.

updated_atinteger nullable

Unix epoch when the resource was last updated.

Example response

{
  "id": "b58c7d9d-e54f-444c-b24d-cdfc4159f61e",
  "name": "example-key-set",
  "tags": [
    "idp-keys"
  ]
}

Changes

Changed in 3 of the 52 revisions of this API.63

    • the response property tags became nullable for the status 200

      response-property-became-nullable

  • fc6abbc537f322See the full diff
    • the response property created_at became nullable for the status 200

      response-property-became-nullable

    • the response property updated_at became nullable for the status 200

      response-property-became-nullable

    • the response optional property created_at became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property updated_at became not read-only for the status 200

      response-optional-property-became-not-read-only

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 08ead66e9ebb31See the full diff
    • the response property id became nullable for the status 200

      response-property-became-nullable

    • the response property name became nullable for the status 200

      response-property-became-nullable

    • the response property tags became nullable for the status 200

      response-property-became-nullable

    • the response optional property id became not read-only for the status 200

      response-optional-property-became-not-read-only

    This revision also has 88 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog