CreateTrustedIdProviderWithAccountParametersArgs

data class CreateTrustedIdProviderWithAccountParametersArgs(val idProvider: Output<String>, val name: Output<String>) : ConvertibleToJava<CreateTrustedIdProviderWithAccountParametersArgs>

The parameters used to create a new trusted identity provider while creating a new Data Lake Store account.

Constructors

constructor(idProvider: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val idProvider: Output<String>

The URL of this trusted identity provider.

Link copied to clipboard
val name: Output<String>

The unique name of the trusted identity provider to create.

Functions

Link copied to clipboard
open override fun toJava(): CreateTrustedIdProviderWithAccountParametersArgs