keys
Overview
Name | keys |
Type | Resource |
Id | okta.identityprovider.keys |
Fields
Name | Datatype |
---|---|
_links | object |
alg | string |
created | string |
e | string |
expiresAt | string |
false | string |
key_ops | array |
kid | string |
kty | string |
lastUpdated | string |
status | string |
use | string |
x5c | array |
x5t | string |
x5t#S256 | string |
x5u | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | keyId, subdomain | Gets a specific IdP Key Credential by kid |
list | SELECT | subdomain | Enumerates IdP key credentials. |
insert | INSERT | subdomain | Adds a new X.509 certificate credential to the IdP key store. |
delete | DELETE | keyId, subdomain | Deletes a specific IdP Key Credential by kid if it is not currently being used by an Active or Inactive IdP. |