ApplicationPackageDto
Schema Representation of request for creating Application Package Capture
Properties
Description for the application
Application Id under which package has to created.Either applicationName or applicationId has to be present.If both are present, applicationId will only be considered.If applicationId is present, packageInfrastructure can’t be empty
Name of the application to be packaged.Either applicationName or applicationId has to be present.
This represents the timestamp at which the object was created
This represents the unique Id of the Object
This represents the location
This represents the organization Id
Azure AD Object guid of the Owner who is supposed to be the owner for this application
Schema for Edge details with respect to application package capture request.if this is empty, Only an empty application will be created
This represents the latest timestamp at which the object was updated
JSON Example
{
"applicationDescription": "Application for Notepad++",
"applicationId": "3c48add3-6129-43c4-8e7b-26b192475dde",
"applicationName": "Notepad++",
"createdAt": "2022-07-11T07:44:49.619+00:00",
"id": "e7421121-d052-4fd9-861f-7ce57246134e",
"location": "US",
"orgId": "e7421121-d052-4fd9-861f-7ce57246134e",
"ownerId": "3c48add3-6129-43c4-8e7b-26b192475dde",
"updatedAt": "2022-07-11T07:44:49.619+00:00"
}
Property Of
DataRequestDtoOfApplicationPackageDto