interface AgentArtifactDefinition {
    alias?: string;
    artifactType?: AgentArtifactType;
    details?: string;
    name?: string;
    version?: string;
}

Properties

alias?: string

Gets or sets the artifact definition alias.

artifactType?: AgentArtifactType

Gets or sets the artifact type.

details?: string

Gets or sets the artifact definition details.

name?: string

Gets or sets the name of artifact definition.

version?: string

Gets or sets the version of artifact definition.