$MsgVpnRestDeliveryPointRestConsumerOauthJwtClaim:{ properties: { msgVpnName: { description: "The name of the Message VPN."; type: "string"; }; oauthJwtClaimName: { description: "The name of the additional claim. Cannot be \"exp\", \"iat\", or \"jti\"."; type: "string"; }; oauthJwtClaimValue: { description: "The value of the additional claim, which must be a string containing a valid JSON value."; type: "string"; }; restConsumerName: { description: "The name of the REST Consumer."; type: "string"; }; restDeliveryPointName: { description: "The name of the REST Delivery Point."; type: "string"; }; }; } = ...
Type declaration
properties: { msgVpnName: { description: "The name of the Message VPN."; type: "string"; }; oauthJwtClaimName: { description: "The name of the additional claim. Cannot be \"exp\", \"iat\", or \"jti\"."; type: "string"; }; oauthJwtClaimValue: { description: "The value of the additional claim, which must be a string containing a valid JSON value."; type: "string"; }; restConsumerName: { description: "The name of the REST Consumer."; type: "string"; }; restDeliveryPointName: { description: "The name of the REST Delivery Point."; type: "string"; }; }
msgVpnName: { description: "The name of the Message VPN."; type: "string"; }
description: "The name of the Message VPN."
type: "string"
oauthJwtClaimName: { description: "The name of the additional claim. Cannot be \"exp\", \"iat\", or \"jti\"."; type: "string"; }
description: "The name of the additional claim. Cannot be \"exp\", \"iat\", or \"jti\"."
type: "string"
oauthJwtClaimValue: { description: "The value of the additional claim, which must be a string containing a valid JSON value."; type: "string"; }
description: "The value of the additional claim, which must be a string containing a valid JSON value."
type: "string"
restConsumerName: { description: "The name of the REST Consumer."; type: "string"; }
description: "The name of the REST Consumer."
type: "string"
restDeliveryPointName: { description: "The name of the REST Delivery Point."; type: "string"; }
description: "The name of the REST Delivery Point."