aio Package

Classes

AttestationAdministrationClient

Provides administrative APIs for managing an instance of the Attestation Service.

The AttestationAdministrationClient object implements the policy management and policy certificate management functions.

If the signing_key and signing_certificate parameters are provided, they will be applied to the following APIs:

Note

The signing_key and signing_certificate parameters are a pair. If one

is present, the other must also be provided. In addition, the public key

in the signing_key and the public key in the signing_certificate must

match to ensure that the signing_certificate can be used to validate an

object signed by signing_key.

Tip

The validate_token, validation_callback, validate_signature,

validate_expiration, validate_not_before_time, validate_issuer, and

issuer keyword arguments are default values applied to each API call within

the AttestationAdministrationClient class. These values can be

overridden on individual API calls as needed.

For additional client creation configuration options, please see Python Request Options.

AttestationClient

Provides access to the Attestation family of APIs for trusted environment attestation.

Tip

The validate_token, validation_callback, validate_signature,

validate_expiration, validate_not_before_time, validate_issuer, and

issuer keyword arguments are default values applied to each API call within

the AttestationClient class. These values can be

overridden on individual API calls as needed.

For additional client creation configuration options, please see Python Request Options.