Package-level declarations

Types

Link copied to clipboard
data class CustomerManagedKeyEncryptionResponse(val keyEncryptionKeyIdentity: KeyEncryptionKeyIdentityResponse? = null, val keyEncryptionKeyUrl: String? = null)

Customer-managed key encryption properties for the resource.

Link copied to clipboard
data class GetOnlineExperimentationWorkspaceResult(val azureApiVersion: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val properties: OnlineExperimentationWorkspacePropertiesResponse, val sku: OnlineExperimentationWorkspaceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

An online experimentation workspace resource.

Link copied to clipboard
data class KeyEncryptionKeyIdentityResponse(val federatedClientId: String? = null, val identityType: String? = null, val userAssignedIdentityResourceId: String? = null)

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 ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Managed service identity (system assigned and/or user assigned identities)

data class OnlineExperimentationWorkspacePropertiesResponse(val appConfigurationResourceId: String, val encryption: ResourceEncryptionConfigurationResponse? = null, val endpoint: String, val logAnalyticsWorkspaceResourceId: String, val logsExporterStorageAccountResourceId: String, val provisioningState: String, val workspaceId: String)

The properties of an online experimentation workspace.

The SKU (Stock Keeping Unit) assigned to this resource.

Link copied to clipboard
data class ResourceEncryptionConfigurationResponse(val customerManagedKeyEncryption: CustomerManagedKeyEncryptionResponse? = null)

The encryption configuration for the online experimentation workspace resource.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties