idps
Overview
Name | idps |
Type | Resource |
Id | okta.identityprovider.idps |
Fields
Name | Datatype |
---|---|
id | string |
name | string |
_links | object |
created | string |
issuerMode | string |
lastUpdated | string |
policy | object |
protocol | object |
status | string |
type | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | idpId, subdomain | Fetches an IdP by id . |
list | SELECT | subdomain | Enumerates IdPs in your organization with pagination. A subset of IdPs can be returned that match a supported filter expression or query. |
insert | INSERT | subdomain | Adds a new IdP to your organization. |
delete | DELETE | idpId, subdomain | Removes an IdP from your organization. |
activate | EXEC | idpId, subdomain | Activates an inactive IdP. |
deactivate | EXEC | idpId, subdomain | Activates an inactive IdP. |
update | EXEC | idpId, subdomain | Updates the configuration for an IdP. |