singleSignOnUserIdentifier property

Input<String?>? singleSignOnUserIdentifier
final

A specifier for the type of value specified in singleSignOnUserValue. Currently, the only supported value is UserName. If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.

Implementation

final pulumi.Input<String?>? singleSignOnUserIdentifier;