AttestationServiceCreationParams Class

Parameters for creating an attestation service instance.

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

Inheritance
AttestationServiceCreationParams

Constructor

AttestationServiceCreationParams(*, location: str, properties: azure.mgmt.attestation.models._models_py3.AttestationServiceCreationSpecificParams, tags: Optional[Dict[str, str]] = None, **kwargs)

Parameters

location
str
Required

Required. The supported Azure location where the attestation service instance should be created.

tags
dict[str, str]
Required

A set of tags. The tags that will be assigned to the attestation service instance.

properties
AttestationServiceCreationSpecificParams
Required

Required. Properties of the attestation service instance.