Uses of Class
com.azure.resourcemanager.deviceregistry.models.OwnCertificate
Package
Description
Package containing the data models for DeviceRegistry.
-
Uses of OwnCertificate in com.azure.resourcemanager.deviceregistry.models
Modifier and TypeMethodDescriptionOwnCertificate.withCertPasswordReference
(String certPasswordReference) Set the certPasswordReference property: Secret Reference Name (Pfx or Pem password).OwnCertificate.withCertSecretReference
(String certSecretReference) Set the certSecretReference property: Secret Reference name (cert and private key).OwnCertificate.withCertThumbprint
(String certThumbprint) Set the certThumbprint property: Certificate thumbprint.Modifier and TypeMethodDescriptionTransportAuthentication.ownCertificates()
Get the ownCertificates property: Defines a reference to a secret which contains all certificates and private keys that can be used by the southbound connector connecting to the shop floor/OT device.Modifier and TypeMethodDescriptionTransportAuthentication.withOwnCertificates
(List<OwnCertificate> ownCertificates) Set the ownCertificates property: Defines a reference to a secret which contains all certificates and private keys that can be used by the southbound connector connecting to the shop floor/OT device.