Class CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity
- java.lang.Object
-
- com.pulumi.azurenative.fluidrelay.outputs.CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity
-
public final class CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity.Builder
builder()
static CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity.Builder
builder(CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity defaults)
java.util.Optional<java.lang.String>
identityType()
java.util.Optional<java.lang.String>
userAssignedIdentityResourceId()
-
-
-
Method Detail
-
identityType
public java.util.Optional<java.lang.String> identityType()
- Returns:
- Values can be SystemAssigned or UserAssigned
-
userAssignedIdentityResourceId
public java.util.Optional<java.lang.String> userAssignedIdentityResourceId()
- Returns:
- user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity.
-
builder
public static CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity.Builder builder()
-
builder
public static CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity.Builder builder(CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity defaults)
-
-