InlineVimEnforcementResponse1
InlineVimEnforcementResponse1
JSON Example
{
"id": "string",
"vimName": "string",
"vimUrl": "string",
"username": "string",
"status": {
"phase": "string",
"observedGeneration": 0,
"conditions": [
{
"type": "string",
"status": "string",
"reason": "string",
"message": "string",
"lastTransitionTime": "string"
}
],
"deployStatus": {}
},
"violationCount": "ViolationCount Object",
"k8sVersion": "string",
"connection": "string",
"tenantName": "string",
"opaGatekeeperInstallationDetails": "OpaGatekeeperInstallationInVimResponse Object",
"customized": false,
"updatedAt": "string"
}
string
id
Required
The unique identifier of VimEnforcement.
string
vimName
Optional
The name of the subject VIM.
string
vimUrl
Optional
The subject VIM k8s url.
string
username
Required
The username who last modified or created this VimEnforcement.
string
k8sVersion
Optional
The version of the k8s vim.
string
connection
Optional
The connection status as jsonString.
string
tenantName
Optional
tenant name
opaGatekeeperInstallationDetails
Optional
opaGatekeeperInstallationDetails
boolean
customized
Optional
Flag to indicate whether it is customized or not.
string As date-time
As date-time
updatedAt
Required
The last time when VimEnforcement was updated.