RegistryCredential

RegistryCredential
RegistryCredential

A registry credential defines authentication credentials for accessing container image registries

AllOf
This class requires all of the following:
JSON Example
{
    "guid": "string",
    "created_at": "string",
    "updated_at": "string",
    "location": "string",
    "username": "string",
    "scope": "string",
    "relationships": {
        "organization": {
            "data": {
                "guid": "string"
            }
        },
        "space": {
            "data": {
                "guid": "string"
            }
        },
        "app": {
            "data": {
                "guid": "string"
            }
        }
    },
    "metadata": {
        "labels": {
            "labels": "string"
        },
        "annotations": {
            "annotations": "string"
        }
    },
    "links": {
        "self": {
            "href": "string",
            "method": "string"
        },
        "app": {
            "href": "string",
            "method": "string"
        },
        "organization": {
            "href": "string",
            "method": "string"
        },
        "space": {
            "href": "string",
            "method": "string"
        }
    }
}