Class EncryptionConfigurationResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.EncryptionConfigurationResponse
-
public final class EncryptionConfigurationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EncryptionConfigurationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EncryptionConfigurationResponse.Builder
builder()
static EncryptionConfigurationResponse.Builder
builder(EncryptionConfigurationResponse defaults)
java.util.Optional<CMKIdentityDefinitionResponse>
identity()
java.lang.String
keyName()
java.util.Optional<java.lang.String>
keyVersion()
java.lang.String
vaultBaseUrl()
-
-
-
Method Detail
-
identity
public java.util.Optional<CMKIdentityDefinitionResponse> identity()
- Returns:
- User assigned identity to use to authenticate to customer's key vault. If not provided Managed Service Identity will be used.
-
keyName
public java.lang.String keyName()
- Returns:
- The name of the key in Azure Key Vault to use as Customer Managed Key.
-
keyVersion
public java.util.Optional<java.lang.String> keyVersion()
- Returns:
- The version of the key used for CMK. If not provided, latest version will be used.
-
vaultBaseUrl
public java.lang.String vaultBaseUrl()
- Returns:
- The url of the Azure Key Vault used for CMK.
-
builder
public static EncryptionConfigurationResponse.Builder builder()
-
builder
public static EncryptionConfigurationResponse.Builder builder(EncryptionConfigurationResponse defaults)
-
-