Package-level declarations
Types
Link copied to clipboard
data class CustomerManagedKeyEncryptionPropertiesResponse(val keyEncryptionKeyIdentity: CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity? = null, val keyEncryptionKeyUrl: String? = null)
All Customer-managed key encryption properties for the resource.
Link copied to clipboard
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
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
Link copied to clipboard
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.