google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneLinksLogout View Source

Links and information used when signing out of zone.

Attributes

  • disabledRedirectParameter (type: boolean(), default: nil) - Boolean flag that specifies whether the redirect parameter is disabled.
  • redirectParameterName (type: String.t, default: nil) - URI parameter for the sign-out redirection.
  • redirectUrl (type: String.t, default: nil) - URL to which users are directed when signing out of zone.
  • whitelist (type: String.t, default: nil) - Comma-delimited string of email addresses and domains that can create accounts on your portal.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneLinksLogout{
  disabledRedirectParameter: boolean(),
  redirectParameterName: String.t(),
  redirectUrl: String.t(),
  whitelist: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.