azure::active-directory-user

Creates a active directory user.

Example

azure::active-directory-user user-example
    name: "user-name"
    email: "user-email"
    password: "Pa55w@rd"
end

Attributes

Attribute Description
name Name of the user. (Required)
email Email of the user. (Required)
password The password for the user. (Required)
account-enabled Enable or Disable the user account. Defaults to enabled true.

Outputs

Attribute Description
principal-name The principal name of the User.
id The ID of the User.