cdx-proto
    Preparing search index...

    Type Alias PostalAddressType

    PostalAddressType: Message<"cyclonedx.v1_6.PostalAddressType"> & {
        bomRef?: string;
        country?: string;
        locality?: string;
        postalCodeue?: string;
        postOfficeBoxNumber?: string;
        region?: string;
        streetAddress?: string;
    }

    An address used to identify a contactable location.

    Type declaration

    • OptionalbomRef?: string

      An optional identifier which can be used to reference the address elsewhere in the BOM. Every bom-ref MUST be unique within the BOM.

      from field: optional string bom_ref = 1;

    • Optionalcountry?: string

      The country name or the two-letter ISO 3166-1 country code.

      from field: optional string country = 2;

    • Optionallocality?: string

      The locality or city within the country. For example, Austin.

      from field: optional string locality = 4;

    • OptionalpostalCodeue?: string

      The postal code. For example, 78758.

      from field: optional string postalCodeue = 6;

    • OptionalpostOfficeBoxNumber?: string

      The post office box number. For example, 901.

      from field: optional string postOfficeBoxNumber = 5;

    • Optionalregion?: string

      The region or state in the country. For example, Texas.

      from field: optional string region = 3;

    • OptionalstreetAddress?: string

      The street address. For example, 100 Main Street.

      from field: optional string streetAddress = 7;

    from message cyclonedx.v1_6.PostalAddressType