Create registers a new SSF receiver stream with the specified configuration and returns the created stream along with the push auth token (if push delivery).
Documentation Index
Fetch the complete documentation index at: https://conductorone-ian-account-to-user-pipeline.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
SSFReceiverStreamServiceCreateRequest contains the configuration for a new SSF receiver stream.
Human-readable name for the stream.
The issuer URL of the upstream SSF transmitter, used for token validation.
Action to take when an account-disabled event is received.
SSF_REVOCATION_ACTION_UNSPECIFIED, SSF_REVOCATION_ACTION_REVOKE_ALL, SSF_REVOCATION_ACTION_LOG_ONLY Action to take when a credential-change event is received.
SSF_REVOCATION_ACTION_UNSPECIFIED, SSF_REVOCATION_ACTION_REVOKE_ALL, SSF_REVOCATION_ACTION_LOG_ONLY Action to take when a credential-compromise event is received.
SSF_REVOCATION_ACTION_UNSPECIFIED, SSF_REVOCATION_ACTION_REVOKE_ALL, SSF_REVOCATION_ACTION_LOG_ONLY Controls whether events are received via push or poll delivery.
SSF_DELIVERY_METHOD_UNSPECIFIED, SSF_DELIVERY_METHOD_PUSH, SSF_DELIVERY_METHOD_POLL Optional description of the stream's purpose or source.
Controls whether the stream starts processing events immediately after creation.
Expected audience claim in incoming SETs. If set, SETs with a different audience are rejected.
URL to fetch the transmitter's JSON Web Key Set for SET signature verification.
URL of the transmitter's poll endpoint. Required when delivery_method is POLL.
Per-event-type action configuration. Action to take when a session-revoked event is received.
SSF_REVOCATION_ACTION_UNSPECIFIED, SSF_REVOCATION_ACTION_REVOKE_ALL, SSF_REVOCATION_ACTION_LOG_ONLY SSFReceiverStreamServiceCreateResponse returns the created stream and the push auth token in plaintext.
SSFReceiverStreamServiceCreateResponse returns the created stream and the push auth token in plaintext.
Push auth token returned in plaintext ONLY on create.
SSFReceiverStream is the public API representation. Secrets (push_auth_token, outbound credentials) are write-only.
This message contains a oneof named outbound_auth. Only a single field of the following list may be set at a time: