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
Example response
{
"id": "b58c7d9d-e54f-444c-b24d-cdfc4159f61e",
"name": "example-key-set",
"tags": [
"idp-keys"
]
}Changes
Changed in 1 of the 75 revisions of this API.1
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲