Class AsymmetricEncryptedSecretArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.storsimple.inputs.AsymmetricEncryptedSecretArgs
-
public final class AsymmetricEncryptedSecretArgs extends com.pulumi.resources.ResourceArgs
Represent the secrets intended for encryption with asymmetric key pair.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AsymmetricEncryptedSecretArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AsymmetricEncryptedSecretArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AsymmetricEncryptedSecretArgs.Builder
builder()
static AsymmetricEncryptedSecretArgs.Builder
builder(AsymmetricEncryptedSecretArgs defaults)
com.pulumi.core.Output<EncryptionAlgorithm>
encryptionAlgorithm()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
encryptionCertThumbprint()
com.pulumi.core.Output<java.lang.String>
value()
-
-
-
Field Detail
-
Empty
public static final AsymmetricEncryptedSecretArgs Empty
-
-
Method Detail
-
encryptionAlgorithm
public com.pulumi.core.Output<EncryptionAlgorithm> encryptionAlgorithm()
- Returns:
- The algorithm used to encrypt "Value".
-
encryptionCertThumbprint
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> encryptionCertThumbprint()
- Returns:
- Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
-
value
public com.pulumi.core.Output<java.lang.String> value()
- Returns:
- The value of the secret.
-
builder
public static AsymmetricEncryptedSecretArgs.Builder builder()
-
builder
public static AsymmetricEncryptedSecretArgs.Builder builder(AsymmetricEncryptedSecretArgs defaults)
-
-