Skip to main content

SubscriptionPutRequest

Import this model from the entry point of its package:

import { SubscriptionPutRequest } from '@sailpoint/angular-sdk/triggers';

Properties

NameTypeDescriptionNotes
name(optional) stringSubscription name.[default to undefined]
description(optional) stringSubscription description.[default to undefined]
type(optional) SubscriptionType[default to undefined]
responseDeadline(optional) stringDeadline for completing REQUEST_RESPONSE trigger invocation, represented in ISO-8601 duration format.[default to 'PT1H']
httpConfig(optional) HttpConfig[default to undefined]
eventBridgeConfig(optional) EventBridgeConfig[default to undefined]
enabled(optional) booleanWhether subscription should receive real-time trigger invocations or not. Test trigger invocations are always enabled regardless of this option.[default to true]
filter(optional) stringJSONPath filter to conditionally invoke trigger when expression evaluates to true.[default to undefined]