Contains response data for the attestSgxEnclave operation.
Contains response data for the attestTpm operation. Contains response data for the attestTpm operation.
Defines values for AttestationType.
KnownAttestationType can be used interchangeably with AttestationType,
this enum contains the known values that the service supports.
SgxEnclave: Intel Software Guard eXtensions
OpenEnclave: OpenEnclave extensions to SGX
Tpm: Edge TPM Virtualization Based Security
Defines values for AttestationType.
KnownAttestationType can be used interchangeably with AttestationType,
this enum contains the known values that the service supports.
SgxEnclave: Intel Software Guard eXtensions OpenEnclave: OpenEnclave extensions to SGX Tpm: Edge TPM Virtualization Based Security
Defines values for CertificateModification.
KnownCertificateModification can be used interchangeably with CertificateModification,
this enum contains the known values that the service supports.
IsPresent: After the operation was performed, the certificate is in the set of certificates.
IsAbsent: After the operation was performed, the certificate is no longer present in the set of certificates.
Defines values for CertificateModification.
KnownCertificateModification can be used interchangeably with CertificateModification,
this enum contains the known values that the service supports.
IsPresent: After the operation was performed, the certificate is in the set of certificates. IsAbsent: After the operation was performed, the certificate is no longer present in the set of certificates.
Defines values for DataType.
KnownDataType can be used interchangeably with DataType,
this enum contains the known values that the service supports.
Binary: The contents of the field should be treated as binary and not interpreted by MAA.
JSON: The contents of the field should be treated as a JSON object and may be further interpreted by MAA.
Defines values for DataType.
KnownDataType can be used interchangeably with DataType,
this enum contains the known values that the service supports.
Binary: The contents of the field should be treated as binary and not interpreted by MAA. JSON: The contents of the field should be treated as a JSON object and may be further interpreted by MAA.
Contains response data for the get operation.
The parsed response body.
Contains response data for the add operation. Contains response data for the add operation.
Contains response data for the get operation. Contains response data for the get operation.
Contains response data for the remove operation. Contains response data for the remove operation.
Contains response data for the get operation.
Defines values for PolicyModification.
KnownPolicyModification can be used interchangeably with PolicyModification,
this enum contains the known values that the service supports.
Updated: The specified policy object was updated.
Removed: The specified policy object was removed.
Defines values for PolicyModification.
KnownPolicyModification can be used interchangeably with PolicyModification,
this enum contains the known values that the service supports.
Updated: The specified policy object was updated. Removed: The specified policy object was removed.
Contains response data for the reset operation.
Contains response data for the set operation.
Contains response data for the get operation.
Decodes a base64 string into a byte array.
the base64 string to decode
Encodes a byte array in base64 format.
the Uint8Array to encode
Decodes a base64url string into a byte array.
the base64url string to decode
Encodes a byte array in base64 format.
the Uint8Array to encode
Encodes a string in base64 format.
the string to encode
Adds missing padding to a Base64 encoded string
The unpadded input string
The padded string
Converts a hex encoded string to its base64 equivalent.
Hex encoded value
Generated using TypeDoc
Contains response data for the attestOpenEnclave operation.