TrustedIdProvidersOperations Class
TrustedIdProvidersOperations operations.
- Inheritance
-
builtins.objectTrustedIdProvidersOperations
Constructor
TrustedIdProvidersOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
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
- trusted_id_provider_name
- str
The name of the trusted identity provider. This is used for differentiation of providers in the account.
- operation_config
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
- operation_config
Operation configuration overrides.
Returns
None or ClientRawResponse if raw=true
Return type
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
- operation_config
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
- operation_config
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
- trusted_id_provider_name
- str
The name of the trusted identity provider. This is used for differentiation of providers in the account.
- operation_config
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'>
Feedback
Submit and view feedback for