Share via


AttestationServiceCreationParams Class

Definition

Parameters for creating an attestation provider

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.AttestationServiceCreationParamsTypeConverter))]
public class AttestationServiceCreationParams : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationServiceCreationParams
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.AttestationServiceCreationParamsTypeConverter))>]
type AttestationServiceCreationParams = class
    interface IAttestationServiceCreationParams
    interface IJsonSerializable
Public Class AttestationServiceCreationParams
Implements IAttestationServiceCreationParams
Inheritance
AttestationServiceCreationParams
Attributes
Implements

Constructors

AttestationServiceCreationParams()

Creates an new AttestationServiceCreationParams instance.

Properties

Location

The supported Azure location where the attestation provider should be created.

PolicySigningCertificateKey

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.

Tag

The tags that will be assigned to the attestation provider.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AttestationServiceCreationParams.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AttestationServiceCreationParams.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationServiceCreationParams.

FromJsonString(String)

Creates a new instance of AttestationServiceCreationParams, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AttestationServiceCreationParams into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to