google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerUser View Source

Attributes

  • active (type: boolean(), default: nil) - Boolean flag that specifies whether the user account is active.
  • apps (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PortalApp.t), default: nil) - List of apps associated with the user.
  • audiences (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerAudience.t), default: nil) - List of audiences to which the user is assigned.
  • customFieldValues (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomFieldValue.t), default: nil) - List of custom fields entered during user account registration.
  • email (type: String.t, default: nil) - Email address of the user.
  • id (type: String.t, default: nil) - ID of the user.
  • name (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerName.t, default: nil) - Name of the user.
  • passwordLastModified (type: String.t, default: nil) - Time the password was last modified in milliseconds since epoch.
  • teams (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumersTeam.t), default: nil) - List of teams to which the user is assigned.
  • verified (type: boolean(), default: nil) - Boolean flag that specifies whether the user account has been verified.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

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.