MsgVpnRestDeliveryPointRestConsumerOauthJwtClaim: {
    msgVpnName?: string;
    oauthJwtClaimName?: string;
    oauthJwtClaimValue?: string;
    restConsumerName?: string;
    restDeliveryPointName?: string;
}

Type declaration

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional oauthJwtClaimName?: string

    The name of the additional claim. Cannot be "exp", "iat", or "jti".

  • Optional oauthJwtClaimValue?: string

    The value of the additional claim, which must be a string containing a valid JSON value.

  • Optional restConsumerName?: string

    The name of the REST Consumer.

  • Optional restDeliveryPointName?: string

    The name of the REST Delivery Point.