IArtifactSigningIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ArtifactSigningIdentityTypeConverter))]
public interface IArtifactSigningIdentity : Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ArtifactSigningIdentityTypeConverter))>]
type IArtifactSigningIdentity = interface
    interface IJsonSerializable
Public Interface IArtifactSigningIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AccountName

Artifact Signing account name.

Id

Resource identity path

ProfileName

Certificate profile name.

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to