IAttestationIdentity Interface
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 interface IAttestationIdentity : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.AttestationIdentityTypeConverter))>]
type IAttestationIdentity = interface
interface IJsonSerializable
Public Interface IAttestationIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |