User
Creates and manages user objects.
Manages Users and list users and groups associated with that user.
Example Usage
Argument reference
administrator
- (Required)[Boolean] Indicates if the user has administrative rights. Administrators do not need to be managed in groups, as they automatically have access to all resources associated with the contract.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 forced 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
- (Optional)[Boolean] Indicates if secure authentication is active for the user or not. it can not be used in create requests - can be used in updates3_canonical_user_id
- (Computed) Canonical (IONOS Object Storage) id of the user for a given identityactive
- (Optional)[Boolean] Indicates if the user is activegroup_ids
- (Optional)[Set] The groups that this user will be a member of
NOTE: Group_ids field cannot be used at the same time with user_ids field in group resource. Trying to add the same user to the same group in both ways in the same plan will result in a cyclic dependency error.
Import
Resource User can be imported using the resource id
, e.g.
Last updated