TldLegalAgreement Class

Legal agreement for a top level domain.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.web._serialization.Model
TldLegalAgreement

Constructor

TldLegalAgreement(*, agreement_key: str, title: str, content: str, url: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
agreement_key
str

Unique identifier for the agreement. Required.

title
str

Agreement title. Required.

content
str

Agreement details. Required.

url
str

URL where a copy of the agreement details is hosted.

Variables

Name Description
agreement_key
str

Unique identifier for the agreement. Required.

title
str

Agreement title. Required.

content
str

Agreement details. Required.

url
str

URL where a copy of the agreement details is hosted.