Package-level declarations

Types

data class GetPrivateEndpointConnectionsAdtAPIResult(val azureApiVersion: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Private Endpoint Connection resource.

Link copied to clipboard
data class GetPrivateEndpointConnectionsCompResult(val azureApiVersion: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Private Endpoint Connection resource.

data class GetPrivateEndpointConnectionsForEDMResult(val azureApiVersion: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Private Endpoint Connection resource.

data class GetPrivateEndpointConnectionsForMIPPolicySyncResult(val azureApiVersion: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Private Endpoint Connection resource.

data class GetPrivateEndpointConnectionsForSCCPowershellResult(val azureApiVersion: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Private Endpoint Connection resource.

Link copied to clipboard
data class GetPrivateEndpointConnectionsSecResult(val azureApiVersion: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Private Endpoint Connection resource.

Link copied to clipboard
data class GetPrivateLinkServicesForEDMUploadResult(val azureApiVersion: String, val etag: String? = null, val id: String, val identity: ServicesResourceResponseIdentity? = null, val kind: String, val location: String, val name: String, val properties: ServicesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The description of the service.

data class GetPrivateLinkServicesForM365ComplianceCenterResult(val azureApiVersion: String, val etag: String? = null, val id: String, val identity: ServicesResourceResponseIdentity? = null, val kind: String, val location: String, val name: String, val properties: ServicesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The description of the service.

data class GetPrivateLinkServicesForM365SecurityCenterResult(val azureApiVersion: String, val etag: String? = null, val id: String, val identity: ServicesResourceResponseIdentity? = null, val kind: String, val location: String, val name: String, val properties: ServicesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The description of the service.

data class GetPrivateLinkServicesForMIPPolicySyncResult(val azureApiVersion: String, val etag: String? = null, val id: String, val identity: ServicesResourceResponseIdentity? = null, val kind: String, val location: String, val name: String, val properties: ServicesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The description of the service.

data class GetPrivateLinkServicesForO365ManagementActivityAPIResult(val azureApiVersion: String, val etag: String? = null, val id: String, val identity: ServicesResourceResponseIdentity? = null, val kind: String, val location: String, val name: String, val properties: ServicesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The description of the service.

data class GetPrivateLinkServicesForSCCPowershellResult(val azureApiVersion: String, val etag: String? = null, val id: String, val identity: ServicesResourceResponseIdentity? = null, val kind: String, val location: String, val name: String, val properties: ServicesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The description of the service.

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Private Endpoint Connection resource.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String)

The Private Endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class ServiceAccessPolicyEntryResponse(val objectId: String)

An access policy entry.

data class ServiceAuthenticationConfigurationInfoResponse(val audience: String? = null, val authority: String? = null, val smartProxyEnabled: Boolean? = null)

Authentication configuration information

Link copied to clipboard
data class ServiceCorsConfigurationInfoResponse(val allowCredentials: Boolean? = null, val headers: List<String>? = null, val maxAge: Double? = null, val methods: List<String>? = null, val origins: List<String>? = null)

The settings for the CORS configuration of the service instance.

Link copied to clipboard
data class ServiceCosmosDbConfigurationInfoResponse(val keyVaultKeyUri: String? = null, val offerThroughput: Double? = null)

The settings for the Cosmos DB database backing the service.

Link copied to clipboard
data class ServiceExportConfigurationInfoResponse(val storageAccountName: String? = null)

Export operation configuration information

Link copied to clipboard
data class ServicesPropertiesResponse(val accessPolicies: List<ServiceAccessPolicyEntryResponse>? = null, val authenticationConfiguration: ServiceAuthenticationConfigurationInfoResponse? = null, val corsConfiguration: ServiceCorsConfigurationInfoResponse? = null, val cosmosDbConfiguration: ServiceCosmosDbConfigurationInfoResponse? = null, val exportConfiguration: ServiceExportConfigurationInfoResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null)

The properties of a service instance.

Link copied to clipboard
data class ServicesResourceResponseIdentity(val principalId: String, val tenantId: String, val type: String? = null)

Setting indicating whether the service has a managed identity associated with it.

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.