DomainPurchaseConsent Class
Domain purchase consent object, representing acceptance of applicable legal agreements.
- Inheritance
-
azure.mgmt.web._serialization.ModelDomainPurchaseConsent
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 |
agreed_by
|
Client IP address. |
agreed_at
|
Timestamp when the agreements were accepted. |
Variables
Name | Description |
---|---|
agreement_keys
|
List of applicable legal agreement keys. This list can be retrieved using
ListLegalAgreements API under |
agreed_by
|
Client IP address. |
agreed_at
|
Timestamp when the agreements were accepted. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python