Values_1.CreateUserProfileRequestSourceCreates a user profile. A user profile represents a single user within a domain, and is the main way to reference a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to a domain. If an administrator invites a person by email or imports them from IAM Identity Center, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user's private Amazon Elastic File System home directory.
type nonrec t = {domainId : Values_0.DomainId.t;The ID of the associated Domain.
*)userProfileName : Values_0.UserProfileName.t;A name for the UserProfile. This value is not case sensitive.
*)singleSignOnUserIdentifier : SingleSignOnUserIdentifier.t option;A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is IAM Identity Center, this field is required. If the Domain's AuthMode is not IAM Identity Center, this field cannot be specified.
*)singleSignOnUserValue : Values_0.String256.t option;The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain's AuthMode is IAM Identity Center, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not IAM Identity Center, this field cannot be specified.
*)userSettings : Values_0.UserSettings.t option;A collection of settings.
*)}val make :
?singleSignOnUserIdentifier:??? ->
?singleSignOnUserValue:??? ->
?tags:??? ->
?userSettings:??? ->
domainId:Values_0.DomainId.t ->
userProfileName:Values_0.UserProfileName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.DomainId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of
(string
* [> `Structure of (string * [> `String of string ]) list ])
list ]
list
| `String of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `String of string ])
list ]
list
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `String of string
| `Structure of
(string * [> `Enum of string | `Integer of int ])
list ])
list ])
list ])
list ])
list ]