DataLakeAnalyticsCatalogCredentialUpdateParameters Class
Data Lake Analytics catalog credential update parameters.
- Inheritance
-
DataLakeAnalyticsCatalogCredentialUpdateParameters
Constructor
DataLakeAnalyticsCatalogCredentialUpdateParameters(*, password: Optional[str] = None, new_password: Optional[str] = None, uri: Optional[str] = None, user_id: Optional[str] = None, **kwargs)
Parameters
- password
- str
Required
the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.
- new_password
- str
Required
the new password for the credential and user with access to the data source.
- uri
- str
Required
the URI identifier for the data source this credential can connect to in the format :
- user_id
- str
Required
the object identifier for the user associated with this credential with access to the data source.
Feedback
Submit and view feedback for