AttestationServicePatchParams interface
Parameters for patching an attestation provider
Properties
| properties | Properties of the attestation provider |
| tags | The tags that will be assigned to the attestation provider. |
Property Details
properties
Properties of the attestation provider
properties?: AttestationServicePatchSpecificParams
Property Value
tags
The tags that will be assigned to the attestation provider.
tags?: Record<string, string>
Property Value
Record<string, string>