ssf_security_event_tokens
Creates, updates, deletes, gets or lists a ssf_security_event_tokens
resource.
Overview
Name | ssf_security_event_tokens |
Type | Resource |
Id | okta.security.ssf_security_event_tokens |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
publish_security_event_tokens | exec | subdomain | Publishes a Security Event Token (SET) sent by a Security Events Provider. After the token is verified, Okta ingests the event and performs any appropriate action. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
subdomain | string | The domain of your organization. This can be a provided subdomain of an official okta domain (okta.com, oktapreview.com, etc) or one of your configured custom domains. (default: my-org) |
Lifecycle Methods
- publish_security_event_tokens
Publishes a Security Event Token (SET) sent by a Security Events Provider. After the token is verified, Okta ingests the event and performs any appropriate action.
EXEC okta.security.ssf_security_event_tokens.publish_security_event_tokens
@subdomain='{{ subdomain }}' --required;