Variable AppAccess

AppAccess: {
    validate: ((access) => void);
}

Type declaration

  • validate: ((access) => void)

    Validate the CIDR rules for AppAccess.

    Public - always valid. No CIDR rules are needed here, and the type-system enforces this Restricted - Must not include global CIDR ranges as doing so makes other listed CIDR ranges redundant Internal - All CIDR ranges must start 10.

    Throws

    Error when CIDR rules are invalid

      • (access): void
      • Parameters

        Returns void