다음을 통해 공유


AttestationServiceCreationSpecificParams Class

Definition

Client supplied parameters used to create a new attestation provider.

public class AttestationServiceCreationSpecificParams : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Attestation.Models.AttestationServiceCreationSpecificParams>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Attestation.Models.AttestationServiceCreationSpecificParams>
type AttestationServiceCreationSpecificParams = class
    interface IJsonModel<AttestationServiceCreationSpecificParams>
    interface IPersistableModel<AttestationServiceCreationSpecificParams>
Public Class AttestationServiceCreationSpecificParams
Implements IJsonModel(Of AttestationServiceCreationSpecificParams), IPersistableModel(Of AttestationServiceCreationSpecificParams)
Inheritance
AttestationServiceCreationSpecificParams
Implements

Constructors

AttestationServiceCreationSpecificParams()

Initializes a new instance of AttestationServiceCreationSpecificParams.

Properties

PolicySigningCertificatesKeys

The value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.

PublicNetworkAccess

Controls whether traffic from the public network is allowed to access the Attestation Provider APIs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AttestationServiceCreationSpecificParams>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AttestationServiceCreationSpecificParams>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AttestationServiceCreationSpecificParams>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AttestationServiceCreationSpecificParams>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AttestationServiceCreationSpecificParams>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to