User
Creates and manages user objects.
Manages users and list users and groups associated with that user.
Example Usage
Argument reference
administrator
- (Required)[Boolean] The group has permission to edit privileges on this resource.email
- (Required)[string] An e-mail address for the user.first_name
- (Required)[string] A first name for the user.force_sec_auth
- (Required)[Boolean] Indicates if secure (two-factor) authentication should be enabled for the user (true) or not (false).last_name
- (Required)[string] A last name for the user.password
- (Required)[string] A password for the user.sec_auth_active
- (Computed) Indicates if secure authentication is active for the user or nots3_canonical_user_id
- (Computed) Canonical (S3) id of the user for a given identityactive
- (Optional)[Boolean] Indicates if the user is active
Import
Resource User can be imported using the resource id
, e.g.
Last updated