attestationapi

package
v66.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetadataConfigurationClientAPI

type MetadataConfigurationClientAPI interface {
	Get(ctx context.Context, tenantBaseURL string) (result attestation.SetObject, err error)
}

MetadataConfigurationClientAPI contains the set of methods on the MetadataConfigurationClient type.

type PolicyCertificatesClientAPI

type PolicyCertificatesClientAPI interface {
	Add(ctx context.Context, tenantBaseURL string, policyCertificateToAdd string) (result attestation.SetObject, err error)
	Get(ctx context.Context, tenantBaseURL string) (result attestation.SetObject, err error)
	Remove(ctx context.Context, tenantBaseURL string, policyCertificateToRemove string) (result attestation.SetObject, err error)
}

PolicyCertificatesClientAPI contains the set of methods on the PolicyCertificatesClient type.

type PolicyClientAPI

type PolicyClientAPI interface {
	Get(ctx context.Context, tenantBaseURL string, tee attestation.TeeKind) (result attestation.SetObject, err error)
	PrepareToSet(ctx context.Context, tenantBaseURL string, tee attestation.TeeKind, policyJws string) (result attestation.SetObject, err error)
	Reset(ctx context.Context, tenantBaseURL string, tee attestation.TeeKind, policyJws string) (result attestation.SetObject, err error)
	Set(ctx context.Context, tenantBaseURL string, tee attestation.TeeKind, newAttestationPolicy string) (result attestation.SetObject, err error)
}

PolicyClientAPI contains the set of methods on the PolicyClient type.

type SigningCertificatesClientAPI

type SigningCertificatesClientAPI interface {
	Get(ctx context.Context, tenantBaseURL string) (result attestation.SetObject, err error)
}

SigningCertificatesClientAPI contains the set of methods on the SigningCertificatesClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL