EnvironmentSettings

EnvironmentSettings
EnvironmentSettings

A list of environment resources

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "valueType": "string",
    "values": [
        {
            "metadata": {
                "endpoint": "sample.endpoint.com",
                "username": "serviceaccount",
                "password": "samplesecret"
            },
            "name": "name",
            "subType": "subType",
            "id": "id",
            "type": "type"
        }
    ]
}