SSOProfileUpdatedEvent
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],null,["# SSOProfileUpdatedEvent\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nEvent occurred when SSO Profile updated in customer's account. The event are being received from insight forwarder\n\n| JSON representation |\n|---------------------------------------------------------------------------------|\n| ``` { \"inboundSsoProfileName\": string, \"inboundSsoProfileChanges\": string } ``` |\n\n| Fields ||\n|----------------------------|---------------------------------------------|\n| `inboundSsoProfileName` | `string` sso profile name which got updated |\n| `inboundSsoProfileChanges` | `string` changes made to sso profile |"]]