$MsgVpnAuthenticationOauthProfileClientRequiredClaim:{ properties: { clientRequiredClaimName: { description: "The name of the ID token claim to verify."; type: "string"; }; clientRequiredClaimValue: { description: "The required claim value."; type: "string"; }; msgVpnName: { description: "The name of the Message VPN."; type: "string"; }; oauthProfileName: { description: "The name of the OAuth profile."; type: "string"; }; }; } = ...
Type declaration
properties: { clientRequiredClaimName: { description: "The name of the ID token claim to verify."; type: "string"; }; clientRequiredClaimValue: { description: "The required claim value."; type: "string"; }; msgVpnName: { description: "The name of the Message VPN."; type: "string"; }; oauthProfileName: { description: "The name of the OAuth profile."; type: "string"; }; }
clientRequiredClaimName: { description: "The name of the ID token claim to verify."; type: "string"; }
description: "The name of the ID token claim to verify."
type: "string"
clientRequiredClaimValue: { description: "The required claim value."; type: "string"; }
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"; }