SSOProfileUpdatedEvent
Event occurred when SSO Profile updated in customer's account. The event are being received from insight forwarder
JSON representation |
{
"inboundSsoProfileName": string,
"inboundSsoProfileChanges": string
} |
Fields |
inboundSsoProfileName |
string
sso profile name which got updated
|
inboundSsoProfileChanges |
string
changes made to sso profile
|
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 an SSO profile is updated in a customer's account."],["The event data includes the name of the updated SSO profile and a string describing the specific changes made."],["The event is received through Insight Forwarder, indicating its origin and delivery method."],["The data is structured in JSON format with specific fields for the profile name and changes."]]],[]]