google_api_apigee v0.3.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 type
t()
View Sourcet() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerUser{ active: boolean(), apps: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PortalApp.t()], audiences: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerAudience.t()], customFieldValues: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomFieldValue.t() ], email: String.t(), id: String.t(), name: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumerName.t(), passwordLastModified: String.t(), teams: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConsumersTeam.t()], verified: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.