Values.SignInOptionsSourceA structure that describes the sign-in options for an application portal.
type nonrec t = {origin : SignInOrigin.t;This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values: APPLICATION: IAM Identity Center redirects the customer to the configured ApplicationUrl. IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.
*)applicationUrl : ApplicationUrl.t option;The URL that accepts authentication requests for an application. This is a required parameter if the Origin parameter is APPLICATION.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ApplicationUrl.t ]) list ]