Package-level declarations
Types
Link copied to clipboard
data class GetAttestationProviderResult(val attestUri: String? = null, val azureApiVersion: String, val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val publicNetworkAccess: String? = null, val status: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tpmAttestationAuthentication: String? = null, val trustModel: String? = null, val type: String)
Attestation service response message.
Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val type: String)
The Private Endpoint Connection resource.
Link copied to clipboard
data class PrivateEndpointConnectionResponse(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val type: String)
The Private Endpoint Connection resource.
Link copied to clipboard
The Private Endpoint resource.
Link copied to clipboard
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 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.