View Source GoogleApi.AlertCenter.V1beta1.Model.SSOProfileUpdatedEvent (google_api_alert_center v0.24.0)

Event occurred when SSO Profile updated in customer's account. The event are being received from insight forwarder

Attributes

  • inboundSsoProfileChanges (type: String.t, default: nil) - changes made to sso profile
  • inboundSsoProfileName (type: String.t, default: nil) - sso profile name which got updated

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.SSOProfileUpdatedEvent{
  inboundSsoProfileChanges: String.t() | nil,
  inboundSsoProfileName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.