CredentialProfileResponse

CredentialProfileResponse
CredentialProfileResponse
AllOf
This class requires all of the following:
JSON Example
{
    "entity_id": "10000:3100:3441876721632546588",
    "name": "sshprofile",
    "connection_type": "SSH",
    "account_type": "string",
    "credential": {
        "username": "readonly",
        "password": "VMware1!"
    },
    "snmp_credential": {
        "snmp_enabled": true,
        "snmp_version": "v2c",
        "config_snmp_2c": {
            "community_string": "public"
        },
        "config_snmp_3": {
            "username": "readonly",
            "context_name": "default",
            "authentication_type": "MD5",
            "authentication_password": "VMware1!",
            "privacy_type": "AES256",
            "privacy_password": "VMware1!"
        }
    },
    "createdBy": "admin",
    "modifiedBy": "support",
    "creationTime": 3441876721632547000,
    "modifiedTime": 3441876721632547000
}