NamespaceManagementSupervisorServicesContentCheckSpec
The SupervisorServices.ContentCheckSpec structure provides a specification required for validation checks on the content of a Supervisor Service version.
Properties
string
content
Optional
The content of a Supervisor Service version, which shall be base64 encoded. If unset, the content shall be provided separately. In the current release, this field is required, otherwise InvalidArgument will be thrown.
JSON Example
{
"content": "string"
}