GetPoolCertificate

data class GetPoolCertificate(val id: String, val storeLocation: String, val storeName: String, val visibilities: List<String>)

Constructors

Link copied to clipboard
constructor(id: String, storeLocation: String, storeName: String, visibilities: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The fully qualified ID of the certificate installed on the pool.

Link copied to clipboard

The location of the certificate store on the compute node into which the certificate is installed, either CurrentUser or LocalMachine.

Link copied to clipboard

The name of the certificate store on the compute node into which the certificate is installed.

Link copied to clipboard

Which user accounts on the compute node have access to the private data of the certificate.