Package-level declarations
Types
Link copied to clipboard
data class CustomerManagedKeyEncryptionPropertiesArgs(val keyEncryptionKeyIdentity: Output<CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentityArgs>? = null, val keyEncryptionKeyUrl: Output<String>? = null) : ConvertibleToJava<CustomerManagedKeyEncryptionPropertiesArgs>
All Customer-managed key encryption properties for the resource.
Link copied to clipboard
Link copied to clipboard
data class CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentityArgs(val identityType: Output<CmkIdentityType>? = null, val userAssignedIdentityResourceId: Output<String>? = null) : ConvertibleToJava<CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentityArgs>
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
Link copied to clipboard
data class EncryptionPropertiesArgs(val customerManagedKeyEncryption: Output<CustomerManagedKeyEncryptionPropertiesArgs>? = null) : ConvertibleToJava<EncryptionPropertiesArgs>
All encryption configuration for a resource.
Link copied to clipboard
Builder for EncryptionPropertiesArgs.
Link copied to clipboard
data class GetFluidRelayServerPlainArgs(val fluidRelayServerName: String, val resourceGroup: String) : ConvertibleToJava<GetFluidRelayServerPlainArgs>
Link copied to clipboard
Builder for GetFluidRelayServerPlainArgs.
Link copied to clipboard
data class IdentityArgs(val type: Output<ResourceIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityArgs>
Identity for the resource.
Link copied to clipboard
class IdentityArgsBuilder
Builder for IdentityArgs.
Link copied to clipboard
data class ListFluidRelayServerKeysPlainArgs(val fluidRelayServerName: String, val resourceGroup: String) : ConvertibleToJava<ListFluidRelayServerKeysPlainArgs>
Link copied to clipboard
Builder for ListFluidRelayServerKeysPlainArgs.