$MsgVpnAuthenticationOauthProfileLinks: {
    properties: {
        clientRequiredClaimsUri: {
            description: "The URI of this OAuth Profile's collection of Required Claim objects.";
            type: "string";
        };
        resourceServerRequiredClaimsUri: {
            description: "The URI of this OAuth Profile's collection of Required Claim objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this OAuth Profile object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        clientRequiredClaimsUri: {
            description: "The URI of this OAuth Profile's collection of Required Claim objects.";
            type: "string";
        };
        resourceServerRequiredClaimsUri: {
            description: "The URI of this OAuth Profile's collection of Required Claim objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this OAuth Profile object.";
            type: "string";
        };
    }
    • clientRequiredClaimsUri: {
          description: "The URI of this OAuth Profile's collection of Required Claim objects.";
          type: "string";
      }
      • description: "The URI of this OAuth Profile's collection of Required Claim objects."
      • type: "string"
    • resourceServerRequiredClaimsUri: {
          description: "The URI of this OAuth Profile's collection of Required Claim objects.";
          type: "string";
      }
      • description: "The URI of this OAuth Profile's collection of Required Claim objects."
      • type: "string"
    • uri: {
          description: "The URI of this OAuth Profile object.";
          type: "string";
      }
      • description: "The URI of this OAuth Profile object."
      • type: "string"