Class EncryptionServiceResponse
- java.lang.Object
-
- com.pulumi.azurenative.storage.outputs.EncryptionServiceResponse
-
public final class EncryptionServiceResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EncryptionServiceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EncryptionServiceResponse.Builder
builder()
static EncryptionServiceResponse.Builder
builder(EncryptionServiceResponse defaults)
java.util.Optional<java.lang.Boolean>
enabled()
java.util.Optional<java.lang.String>
keyType()
java.lang.String
lastEnabledTime()
-
-
-
Method Detail
-
enabled
public java.util.Optional<java.lang.Boolean> enabled()
- Returns:
- A boolean indicating whether or not the service encrypts the data as it is stored. Encryption at rest is enabled by default today and cannot be disabled.
-
keyType
public java.util.Optional<java.lang.String> keyType()
- Returns:
- Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used.
-
lastEnabledTime
public java.lang.String lastEnabledTime()
- Returns:
- Gets a rough estimate of the date/time when the encryption was last enabled by the user. Data is encrypted at rest by default today and cannot be disabled.
-
builder
public static EncryptionServiceResponse.Builder builder()
-
builder
public static EncryptionServiceResponse.Builder builder(EncryptionServiceResponse defaults)
-
-