google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1UserData View Source
Attributes
customFieldValues
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomFieldValue.t)
, default:nil
) - List of custom fields and values.email
(type:String.t
, default:nil
) - Email address for user.id
(type:String.t
, default:nil
) - ID of user.isActive
(type:integer()
, default:nil
) - Flag that specifies whether user is active.lastLogonTime
(type:String.t
, default:nil
) - Time the user last signed in to the portal in milliseconds since epoch.lastModified
(type:String.t
, default:nil
) - Time the user was last modified in milliseconds since epoch.name
(type:String.t
, default:nil
) - Name of user.password
(type:String.t
, default:nil
) - Password for user.verified
(type:boolean()
, default:nil
) - Boolean flag that specifies whether the user account was 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.GoogleCloudApigeeV1UserData{ customFieldValues: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomFieldValue.t() ], email: String.t(), id: String.t(), isActive: integer(), lastLogonTime: String.t(), lastModified: String.t(), name: String.t(), password: String.t(), verified: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.