Type alias CountryCodeAttributes

CountryCodeAttributes: { c: string; co: string; countryCode: number }

Type declaration

  • c: string

    ISO-3166 2-digit string value Admin DisplayName: Country-Name Description: Country-Name ldapDisplayName: c attributeSyntax: 2.5.5.12 attributeID: 2.5.4.6

  • co: string

    Country Text Open string value Admin DisplayName: Text-Country Description: Text-Country ldapDisplayName: co attributeSyntax: 2.5.5.12 attributeID: 1.2.840.113556.1.2.131

  • countryCode: number

    ISO-3166 Integer value Admin DisplayName: Country-Code Description: Country-Code ldapDisplayName: countryCode attributeSyntax: 2.5.5.9 attributeID: 1.2.840.113556.1.4.25

Generated using TypeDoc