TrustedIdProvidersOperations Class

TrustedIdProvidersOperations operations.

Inheritance
builtins.object
TrustedIdProvidersOperations

Constructor

TrustedIdProvidersOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

api_version

Client Api Version. Constant value: "2016-11-01".

Methods

create_or_update

Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider.

delete

Deletes the specified trusted identity provider from the specified Data Lake Store account.

get

Gets the specified Data Lake Store trusted identity provider.

list_by_account

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

update

Updates the specified trusted identity provider.

create_or_update

Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider.

create_or_update(resource_group_name, account_name, trusted_id_provider_name, id_provider, custom_headers=None, raw=False, **operation_config)

Parameters

resource_group_name
str
Required

The name of the Azure resource group.

account_name
str
Required

The name of the Data Lake Store account.

trusted_id_provider_name
str
Required

The name of the trusted identity provider. This is used for differentiation of providers in the account.

id_provider
str
Required

The URL of this trusted identity provider.

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

TrustedIdProvider or ClientRawResponse if raw=true

Return type

Exceptions

delete

Deletes the specified trusted identity provider from the specified Data Lake Store account.

delete(resource_group_name, account_name, trusted_id_provider_name, custom_headers=None, raw=False, **operation_config)

Parameters

resource_group_name
str
Required

The name of the Azure resource group.

account_name
str
Required

The name of the Data Lake Store account.

trusted_id_provider_name
str
Required

The name of the trusted identity provider to delete.

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

None or ClientRawResponse if raw=true

Return type

None,

Exceptions

get

Gets the specified Data Lake Store trusted identity provider.

get(resource_group_name, account_name, trusted_id_provider_name, custom_headers=None, raw=False, **operation_config)

Parameters

resource_group_name
str
Required

The name of the Azure resource group.

account_name
str
Required

The name of the Data Lake Store account.

trusted_id_provider_name
str
Required

The name of the trusted identity provider to retrieve.

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

TrustedIdProvider or ClientRawResponse if raw=true

Return type

Exceptions

list_by_account

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

list_by_account(resource_group_name, account_name, custom_headers=None, raw=False, **operation_config)

Parameters

resource_group_name
str
Required

The name of the Azure resource group.

account_name
str
Required

The name of the Data Lake Store account.

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

An iterator like instance of TrustedIdProvider

Return type

Exceptions

update

Updates the specified trusted identity provider.

update(resource_group_name, account_name, trusted_id_provider_name, id_provider=None, custom_headers=None, raw=False, **operation_config)

Parameters

resource_group_name
str
Required

The name of the Azure resource group.

account_name
str
Required

The name of the Data Lake Store account.

trusted_id_provider_name
str
Required

The name of the trusted identity provider. This is used for differentiation of providers in the account.

id_provider
str
default value: None

The URL of this trusted identity provider.

custom_headers
dict
default value: None

headers that will be added to the request

raw
bool
default value: False

returns the direct response alongside the deserialized response

operation_config
Required

Operation configuration overrides.

Returns

TrustedIdProvider or ClientRawResponse if raw=true

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.datalake.store.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\datalake\\store\\models\\__init__.py'>