Resource Type: dsc_o365user
- Defined in:
- lib/puppet/type/dsc_o365user.rb
Overview
The DSC O365User resource type. Automatically generated from version 1.21.1222.1
Properties
-
dsc_applicationid
Id of the Azure Active Directory application to authenticate with.
-
dsc_certificatepath
Path to certificate used in service principal usually a PFX file.
-
dsc_certificatethumbprint
Thumbprint of the Azure Active Directory application’s authentication certificate to use for authentication.
-
dsc_city
The City name of the user
-
dsc_country
The Country name of the user
-
dsc_department
The Department name of the user
-
dsc_displayname
The display name for the user
-
dsc_ensure
Present ensures the user exists, absent ensures it is removed
-
dsc_fax
The Fax Number of the user
-
dsc_firstname
The first name of the user
-
dsc_lastname
The last name of the user
-
dsc_licenseassignment
The account SKU Id for the license to be assigned to the user
-
dsc_mobilephone
The Mobile Phone Number of the user
-
dsc_office
The Office Name of the user
-
dsc_passwordneverexpires
Specifies whether the user password expires periodically. Default value is false
-
dsc_phonenumber
The Phone Number of the user
-
dsc_postalcode
The Postal Code of the user
-
dsc_preferreddatalocation
The Prefered location to store data of the user
-
dsc_preferredlanguage
The Prefered Language of the user
-
dsc_state
Specifies the state or province where the user is located
-
dsc_streetaddress
Specifies the street address of the user
-
dsc_tenantid
Id of the Azure Active Directory tenant used for authentication.
-
dsc_title
Specifies the title of the user
-
dsc_usagelocation
The country code the user will be assigned to
-
dsc_usertype
Specifies the title of the user
Parameters
-
dsc_certificatepassword
Username can be made up to anything but password will be used for CertificatePassword
-
dsc_credential
Credentials of the Exchange Global Admin
-
dsc_password
The password for the account. The parameter is a PSCredential object, but only the Password component will be used
-
dsc_psdscrunascredential
-
dsc_userprincipalname (namevar)
The login name of the user
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).