VcfPasswordAccountsResponse
VcfPasswordAccountsResponse
Paginated List of VcfPasswordAccountResponse
JSON Example
{
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"pageInfo": {
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string",
"totalCount": 0
},
"vcfPasswordAccounts": [
{
"accountType": "string",
"appliance": "string",
"applianceFqdn": "string",
"applianceOpsResourceId": "string",
"credentialType": "string",
"displayApplianceType": "string",
"expiryDate": 0,
"passwordAccountKey": "string",
"passwordAlias": "string",
"status": "string",
"userName": "string",
"vcfDomainId": "string"
}
]
}