"description":"Information about certificate content that were affected during the execution of the lifecycle management operation, if this notification represents the result of a lifecycle management operation occurrence. Shall be present when using delegation mode, otherwise shall be absent. This attribute shall be supported when delegation mode in certificate management is applicable\n",
"type":"array",
"items":{
"description":"This type provides input information about added, deleted, and modified certificate contents.\n",
"type":"object",
"required":[
"certificateInfoId",
"changeType"
],
"properties":{
"certificateInfoId":{
"description":"An identifier with the intention of being globally unique.\n",
"type":"string"
},
"certificateBaseProfileId":{
"description":"An identifier with the intention of being globally unique.\n",
"type":"string"
},
"securityPolicyId":{
"description":"An identifier with the intention of being globally unique.\n",
"type":"string"
},
"cmfInfoId":{
"description":"An identifier with the intention of being globally unique.\n",
"type":"string"
},
"certificateContentId":{
"description":"An identifier with the intention of being globally unique.\n",
"type":"string"
},
"changeType":{
"description":"Signals the type of change.",
"type":"string",
"enum":[
"ADD",
"REMOVE",
"MODIFY"
]
}
}
}
},
"changedExtConnectivity":{
"description":"Information about changed external connectivity, if this notification represents the result of a lifecycle operation occurrence. Shall be present if the \"notificationStatus\" is set to \"RESULT\" and the \"operation\" has made any change of the external connectivity of the VNF instance. Shall be absent otherwise.\n",