DomainPurchaseConsent Class
Domain purchase consent object, representing acceptance of applicable legal agreements.
Constructor
DomainPurchaseConsent(*, agreement_keys: List[str] | None = None, agreed_by: str | None = None, agreed_at: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
agreement_keys
|
List of applicable legal agreement keys. This list can be retrieved
using ListLegalAgreements API under Default value: None
|
agreed_by
|
Client IP address. Default value: None
|
agreed_at
|
Timestamp when the agreements were accepted. Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python