
com.pulumi.azurenative.deviceregistry.inputs.OwnCertificateArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.deviceregistry.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Certificate or private key that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.
*
*/
public final class OwnCertificateArgs extends com.pulumi.resources.ResourceArgs {
public static final OwnCertificateArgs Empty = new OwnCertificateArgs();
/**
* Secret Reference Name (Pfx or Pem password).
*
*/
@Import(name="certPasswordReference")
private @Nullable Output certPasswordReference;
/**
* @return Secret Reference Name (Pfx or Pem password).
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy