Add Deny Authorization Policy

The Deny Authorization Policy is automatically added while creating an enterprise application.

The created policy id is available in the response as follows:

"urn:ietf:params:scim:schemas:oracle:idcs:extension:enterpriseApp:App": {
    "allowAuthzPolicy": {
        "value": "1680009a68d947fc94e817102300e362",
        "$ref": "https://tenant-base-url/admin/v1/Policies/1680009a68d947fc94e817102300e362"
    },
    "denyAuthzPolicy": {
        "value": "8f91bf044dd34415936a035434bd766c",
        "$ref": "https://tenant-base-url/admin/v1/Policies/8f91bf044dd34415936a035434bd766c"
    }
}