VaultSecretGroup Class

Definition

Describes a set of certificates which are all in the same Key Vault.

public class VaultSecretGroup
type VaultSecretGroup = class
Public Class VaultSecretGroup
Inheritance
VaultSecretGroup

Constructors

VaultSecretGroup()

Initializes a new instance of the VaultSecretGroup class.

VaultSecretGroup(SubResource, IList<VaultCertificate>)

Initializes a new instance of the VaultSecretGroup class.

Properties

SourceVault

Gets or sets the relative URL of the Key Vault containing all of the certificates in VaultCertificates.

VaultCertificates

Gets or sets the list of key vault references in SourceVault which contain certificates.

Applies to