$MsgVpnAuthenticationOauthProfileResourceServerRequiredClaim:{ properties: { msgVpnName: { description: "The name of the Message VPN."; type: "string"; }; oauthProfileName: { description: "The name of the OAuth profile."; type: "string"; }; resourceServerRequiredClaimName: { description: "The name of the access token claim to verify."; type: "string"; }; resourceServerRequiredClaimValue: { description: "The required claim value."; type: "string"; }; }; } = ...
Type declaration
properties: { msgVpnName: { description: "The name of the Message VPN."; type: "string"; }; oauthProfileName: { description: "The name of the OAuth profile."; type: "string"; }; resourceServerRequiredClaimName: { description: "The name of the access token claim to verify."; type: "string"; }; resourceServerRequiredClaimValue: { description: "The required claim value."; type: "string"; }; }
msgVpnName: { description: "The name of the Message VPN."; type: "string"; }
description: "The name of the Message VPN."
type: "string"
oauthProfileName: { description: "The name of the OAuth profile."; type: "string"; }
description: "The name of the OAuth profile."
type: "string"
resourceServerRequiredClaimName: { description: "The name of the access token claim to verify."; type: "string"; }
description: "The name of the access token claim to verify."
type: "string"
resourceServerRequiredClaimValue: { description: "The required claim value."; type: "string"; }