Skip to main content

ssf_security_event_tokens

Creates, updates, deletes, gets or lists a ssf_security_event_tokens resource.

Overview

Namessf_security_event_tokens
TypeResource
Idokta.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:

NameAccessible byRequired ParamsOptional ParamsDescription
publish_security_event_tokensexecsubdomainPublishes 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.

NameDatatypeDescription
subdomainstringThe 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

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;