다음을 통해 공유


CreateTrustedIdProviderWithAccountParameters Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datalake.store._serialization.Model
CreateTrustedIdProviderWithAccountParameters

Constructor

CreateTrustedIdProviderWithAccountParameters(*, name: str, id_provider: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The unique name of the trusted identity provider to create. Required.

id_provider
str

The URL of this trusted identity provider. Required.

Variables

Name Description
name
str

The unique name of the trusted identity provider to create. Required.

id_provider
str

The URL of this trusted identity provider. Required.