Issue-ID: CCSDK-4052
Change-Id: I4fccf2704938e2dc676f622eb36cd87d5091b4d4
Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
'rApp ID'
policyObject:
$ref: '#/components/schemas/PolicyObject'
- statusNotificationUri:
- description: Callback URI for policy status updates
- type: string
policyTypeId:
description: identity of the policy type
type: string
: policyObjectInformation.getServiceId())
.lastModified(Instant.now())
.isTransient(policyObjectInformation.getTransient())
- .statusNotificationUri(policyObjectInformation.getStatusNotificationUri() == null ? ""
- : policyObjectInformation.getStatusNotificationUri())
.build();
}