AttestationIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.AttestationIdentityTypeConverter))]
public class AttestationIdentity : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.AttestationIdentityTypeConverter))>]
type AttestationIdentity = class
interface IAttestationIdentity
interface IJsonSerializable
Public Class AttestationIdentity
Implements IAttestationIdentity
- Inheritance
-
AttestationIdentity
- Attributes
- Implements
Constructors
AttestationIdentity() |
Creates an new AttestationIdentity instance. |
Properties
Id |
Resource identity path |
Location |
The location of the default provider. |
PrivateEndpointConnectionName |
The name of the private endpoint connection associated with the Azure resource |
ProviderName |
Name of the attestation provider. |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
SubscriptionId |
The ID of the target subscription. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AttestationIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AttestationIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity. |
FromJsonString(String) |
Creates a new instance of AttestationIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AttestationIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |