Package-level declarations
Types
Link copied to clipboard
data class CustomerManagedKeyEncryptionArgs(val keyEncryptionKeyIdentity: Output<KeyEncryptionKeyIdentityArgs>? = null, val keyEncryptionKeyUrl: Output<String>? = null) : ConvertibleToJava<CustomerManagedKeyEncryptionArgs>
Customer-managed key encryption properties for the resource.
Link copied to clipboard
Builder for CustomerManagedKeyEncryptionArgs.
Link copied to clipboard
data class GetOnlineExperimentationWorkspacePlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetOnlineExperimentationWorkspacePlainArgs>
Link copied to clipboard
Link copied to clipboard
data class KeyEncryptionKeyIdentityArgs(val federatedClientId: Output<String>? = null, val identityType: Output<Either<String, KeyEncryptionKeyIdentityType>>? = null, val userAssignedIdentityResourceId: Output<String>? = null) : ConvertibleToJava<KeyEncryptionKeyIdentityArgs>
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
Link copied to clipboard
Builder for KeyEncryptionKeyIdentityArgs.
Link copied to clipboard
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>
Managed service identity (system assigned and/or user assigned identities)
Link copied to clipboard
Builder for ManagedServiceIdentityArgs.
Link copied to clipboard
data class OnlineExperimentationWorkspacePropertiesArgs(val appConfigurationResourceId: Output<String>, val encryption: Output<ResourceEncryptionConfigurationArgs>? = null, val logAnalyticsWorkspaceResourceId: Output<String>, val logsExporterStorageAccountResourceId: Output<String>) : ConvertibleToJava<OnlineExperimentationWorkspacePropertiesArgs>
The properties of an online experimentation workspace.
Link copied to clipboard
Link copied to clipboard
data class OnlineExperimentationWorkspaceSkuArgs(val name: Output<Either<String, OnlineExperimentationWorkspaceSkuName>>) : ConvertibleToJava<OnlineExperimentationWorkspaceSkuArgs>
The SKU (Stock Keeping Unit) assigned to this resource.
Link copied to clipboard
Link copied to clipboard
data class ResourceEncryptionConfigurationArgs(val customerManagedKeyEncryption: Output<CustomerManagedKeyEncryptionArgs>? = null) : ConvertibleToJava<ResourceEncryptionConfigurationArgs>
The encryption configuration for the online experimentation workspace resource.
Link copied to clipboard