UserProperties

Properties

NameTypeDescriptionNotes

firstname

string

first name of the user

[optional] [default to undefined]

lastname

string

last name of the user

[optional] [default to undefined]

email

string

email address of the user

[optional] [default to undefined]

administrator

boolean

indicates if the user has admin rights or not

[optional] [default to undefined]

forceSecAuth

boolean

indicates if secure authentication should be forced on the user or not

[optional] [default to undefined]

secAuthActive

boolean

indicates if secure authentication is active for the user or not

[optional] [default to undefined]

s3CanonicalUserId

string

Canonical (S3) id of the user for a given identity

[optional] [default to undefined]

active

boolean

indicates if the user is active

[optional] [default to undefined]

Last updated