trusted Id Providers
suspend fun trustedIdProviders(value: Output<List<CreateTrustedIdProviderWithAccountParametersArgs>>)
Parameters
value
The list of trusted identity providers associated with this Data Lake Store account.
suspend fun trustedIdProviders(vararg values: Output<CreateTrustedIdProviderWithAccountParametersArgs>)
suspend fun trustedIdProviders(values: List<Output<CreateTrustedIdProviderWithAccountParametersArgs>>)
Parameters
values
The list of trusted identity providers associated with this Data Lake Store account.
suspend fun trustedIdProviders(argument: List<suspend CreateTrustedIdProviderWithAccountParametersArgsBuilder.() -> Unit>)
suspend fun trustedIdProviders(vararg argument: suspend CreateTrustedIdProviderWithAccountParametersArgsBuilder.() -> Unit)
suspend fun trustedIdProviders(argument: suspend CreateTrustedIdProviderWithAccountParametersArgsBuilder.() -> Unit)
Parameters
argument
The list of trusted identity providers associated with this Data Lake Store account.