singleSignOnUserValue property

Input<String?>? singleSignOnUserValue
final

The username of the associated AWS Single Sign-On User for this User Profile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.

Implementation

final pulumi.Input<String?>? singleSignOnUserValue;