Select Cloud Storage Credentials (Azure BYOS only)
Select
SaaS
Customer Managed
This API returns credentials for microsoft azure storage.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
credentialManager object[]
id integerCredential ID
name stringCredential Name
accountType stringvendorType stringauthType string
{
"credentialManager": [
{
"id": 0,
"name": "string",
"accountType": "string",
"vendorType": "string",
"authType": "string"
}
]
}
{
"credentialManager": [
{
"id": 332,
"name": "TestM",
"accountType": "CLOUD_ACCOUNT",
"vendorType": "MICROSOFT_AZURE_TYPE",
"authType": "MICROSOFT_AZURE"
},
{
"id": 344,
"name": "azure-storage-ash",
"accountType": "CLOUD_ACCOUNT",
"vendorType": "MICROSOFT_AZURE_TYPE",
"authType": "MICROSOFT_AZURE"
},
{
"id": 350,
"name": "testCred",
"accountType": "CLOUD_ACCOUNT",
"vendorType": "MICROSOFT_AZURE_TYPE",
"authType": "MICROSOFT_AZURE"
},
{
"id": 376,
"name": "testcredential",
"accountType": "CLOUD_ACCOUNT",
"vendorType": "MICROSOFT_AZURE_TYPE",
"authType": "MICROSOFT_AZURE"
}
]
}
Loading...