
com.pulumi.azurenative.servicefabricmesh.inputs.SecretResourcePropertiesArgs 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.servicefabricmesh.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Describes the properties of a secret resource.
*
*/
public final class SecretResourcePropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final SecretResourcePropertiesArgs Empty = new SecretResourcePropertiesArgs();
/**
* The type of the content stored in the secret value. The value of this property is opaque to Service Fabric. Once set, the value of this property cannot be changed.
*
*/
@Import(name="contentType")
private @Nullable Output contentType;
/**
* @return The type of the content stored in the secret value. The value of this property is opaque to Service Fabric. Once set, the value of this property cannot be changed.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy