We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca891d commit 687917aCopy full SHA for 687917a
sdk/ai/azure-ai-projects/azure/ai/projects/models/_patch.py
@@ -14,9 +14,9 @@
14
class CustomCredential(CustomCredentialGenerated):
15
"""Custom credential definition.
16
17
- :ivar type: The credential type. Required. Custom credential
18
- :vartype type: str or ~azure.ai.projects.models.CUSTOM
19
- :ivar credential_keys: The credential type. Required.
+ :ivar type: The credential type. Always equals CredentialType.CUSTOM. Required.
+ :vartype type: str or ~azure.ai.projects.models.CredentialType
+ :ivar credential_keys: The secret custom credential keys. Required.
20
:vartype credential_keys: dict[str, str]
21
"""
22
0 commit comments