Module Values_1.CreateUserProfileRequestSource

Creates 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.

Sourcetype nonrec t = {
  1. domainId : Values_0.DomainId.t;
    (*

    The ID of the associated Domain.

    *)
  2. userProfileName : Values_0.UserProfileName.t;
    (*

    A name for the UserProfile. This value is not case sensitive.

    *)
  3. 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.

    *)
  4. 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.

    *)
  5. tags : Values_0.TagList.t option;
    (*

    Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags that you specify for the User Profile are also added to all Apps that the User Profile launches.

    *)
  6. userSettings : Values_0.UserSettings.t option;
    (*

    A collection of settings.

    *)
}
Sourceval context_ : string
Sourceval make : ?singleSignOnUserIdentifier:??? -> ?singleSignOnUserValue:??? -> ?tags:??? -> ?userSettings:??? -> domainId:Values_0.DomainId.t -> userProfileName:Values_0.UserProfileName.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t