import { INTEGER } from "@wildboar/asn1"; import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; /** * @summary governingStructureRule * @description * * ### ASN.1 Definition: * * ```asn1 * governingStructureRule ATTRIBUTE ::= { * WITH SYNTAX INTEGER * EQUALITY MATCHING RULE integerMatch * SINGLE VALUE TRUE * NO USER MODIFICATION TRUE * USAGE directoryOperation * LDAP-SYNTAX integer.&id * LDAP-NAME {"governingStructureRule"} * ID id-soa-governingStructureRule } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const governingStructureRule: ATTRIBUTE; //# sourceMappingURL=governingStructureRule.oa.d.mts.map