identityProviderDetails

@JvmName(name = "mawijkhepmaikmob")
suspend fun identityProviderDetails(value: Output<ServerIdentityProviderDetailsArgs>)
@JvmName(name = "mbeupbogbofbmyxh")
suspend fun identityProviderDetails(value: ServerIdentityProviderDetailsArgs?)

Parameters

value

Required when IdentityProviderType is set to AWS_DIRECTORY_SERVICE , AWS _LAMBDA or API_GATEWAY . Accepts an array containing all of the information required to use a directory in AWS_DIRECTORY_SERVICE or invoke a customer-supplied authentication API, including the API Gateway URL. Cannot be specified when IdentityProviderType is set to SERVICE_MANAGED .


@JvmName(name = "mwreinalapgrbhmn")
suspend fun identityProviderDetails(argument: suspend ServerIdentityProviderDetailsArgsBuilder.() -> Unit)

Parameters

argument

Required when IdentityProviderType is set to AWS_DIRECTORY_SERVICE , AWS _LAMBDA or API_GATEWAY . Accepts an array containing all of the information required to use a directory in AWS_DIRECTORY_SERVICE or invoke a customer-supplied authentication API, including the API Gateway URL. Cannot be specified when IdentityProviderType is set to SERVICE_MANAGED .