policies
Overview
Name | policies |
Type | Resource |
Id | okta.policy.policies |
Fields
Name | Datatype |
---|---|
id | string |
name | string |
description | string |
_embedded | object |
_links | object |
conditions | object |
created | string |
lastUpdated | string |
priority | integer |
status | string |
system | boolean |
type | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | policyId, subdomain | Gets a policy. |
list | SELECT | type, subdomain | Gets all policies with the specified type. |
insert | INSERT | subdomain | Creates a policy. |
delete | DELETE | policyId, subdomain | Removes a policy. |
activate | EXEC | policyId, ruleId, subdomain | Activates a policy rule. |
deactivate | EXEC | policyId, ruleId, subdomain | Deactivates a policy rule. |