Package-level declarations

Types

data class CustomerManagedKeyEncryptionPropertiesResponse(val keyEncryptionKeyIdentity: CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity? = null, val keyEncryptionKeyUrl: String? = null)

All Customer-managed key encryption properties for the resource.

data class CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity(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 EncryptionPropertiesResponse(val customerManagedKeyEncryption: CustomerManagedKeyEncryptionPropertiesResponse? = null)

All encryption configuration for a resource.

Link copied to clipboard
data class FluidRelayEndpointsResponse(val ordererEndpoints: List<String>, val serviceEndpoints: List<String>, val storageEndpoints: List<String>)

The Fluid Relay endpoints for this server

Link copied to clipboard
data class GetFluidRelayServerResult(val azureApiVersion: String, val encryption: EncryptionPropertiesResponse? = null, val fluidRelayEndpoints: FluidRelayEndpointsResponse, val frsTenantId: String, val id: String, val identity: IdentityResponse? = null, val location: String, val name: String, val provisioningState: String? = null, val storagesku: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A FluidRelay Server.

Link copied to clipboard
data class IdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, IdentityResponseUserAssignedIdentities>? = null)

Identity for the resource.

Link copied to clipboard
data class IdentityResponseUserAssignedIdentities(val clientId: String, val principalId: String)
Link copied to clipboard
data class ListFluidRelayServerKeysResult(val key1: String, val key2: String)

The set of available keys for this server.

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.