SSOProfileCreatedEvent
Event occurred when SSO Profile created in customer's account. The event are being received from insight forwarder
JSON representation |
{
"inboundSsoProfileName": string
} |
Fields |
inboundSsoProfileName |
string
sso profile name which got created
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["This event is triggered when a new Single Sign-On (SSO) profile is created within a customer's account."],["The event data includes the name of the newly created SSO profile, delivered via an Insight forwarder."],["The event data is structured as a JSON object with a single field, \"inboundSsoProfileName,\" which contains the name of the SSO profile as a string value."]]],["A new SSO Profile has been created in a customer's account, as indicated by an event received from an insight forwarder. The event data, represented in JSON format, includes a single field: `inboundSsoProfileName`. This field, of string type, contains the name of the newly created SSO profile. The information is provided as part of an event notification.\n"]]