$OauthProfileAccessLevelGroup: {
    properties: {
        description: {
            description: "A description for the group. Changes to this attribute are synchronized to HA mates via config-sync. The default value is `\"\"`.";
            type: "string";
        };
        globalAccessLevel: {
            type: "Enum";
        };
        groupName: {
            description: "The name of the group.";
            type: "string";
        };
        msgVpnAccessLevel: {
            type: "Enum";
        };
        oauthProfileName: {
            description: "The name of the OAuth profile.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        description: {
            description: "A description for the group. Changes to this attribute are synchronized to HA mates via config-sync. The default value is `\"\"`.";
            type: "string";
        };
        globalAccessLevel: {
            type: "Enum";
        };
        groupName: {
            description: "The name of the group.";
            type: "string";
        };
        msgVpnAccessLevel: {
            type: "Enum";
        };
        oauthProfileName: {
            description: "The name of the OAuth profile.";
            type: "string";
        };
    }
    • description: {
          description: "A description for the group. Changes to this attribute are synchronized to HA mates via config-sync. The default value is `\"\"`.";
          type: "string";
      }
      • description: "A description for the group. Changes to this attribute are synchronized to HA mates via config-sync. The default value is `\"\"`."
      • type: "string"
    • globalAccessLevel: {
          type: "Enum";
      }
      • type: "Enum"
    • groupName: {
          description: "The name of the group.";
          type: "string";
      }
      • description: "The name of the group."
      • type: "string"
    • msgVpnAccessLevel: {
          type: "Enum";
      }
      • type: "Enum"
    • oauthProfileName: {
          description: "The name of the OAuth profile.";
          type: "string";
      }
      • description: "The name of the OAuth profile."
      • type: "string"