Share via


AdvertisedPublicPrefixProperties interface

Prefix properties required to perform validation using openssl signature.

Properties

prefix

Advertised Public Prefix.

signature

Signed string generated by encrypting validationId with a private key.

validationId

Validation string that contains circuit peering info.

validationState

Advertised Public Prefix State that denotes if the prefix is validated or not. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

prefix

Advertised Public Prefix.

prefix?: string

Property Value

string

signature

Signed string generated by encrypting validationId with a private key.

signature?: string

Property Value

string

validationId

Validation string that contains circuit peering info.

validationId?: string

Property Value

string

validationState

Advertised Public Prefix State that denotes if the prefix is validated or not. NOTE: This property will not be serialized. It can only be populated by the server.

validationState?: string

Property Value

string