Vault Private Endpoint Connection Response
    data class VaultPrivateEndpointConnectionResponse(val groupIds: List<String>? = null, val privateEndpoint: PrivateEndpointResponse, val privateLinkServiceConnectionState: VaultPrivateLinkServiceConnectionStateResponse, val provisioningState: String)
Private Endpoint Connection Response Properties.
Constructors
Link copied to clipboard
                fun VaultPrivateEndpointConnectionResponse(groupIds: List<String>? = null, privateEndpoint: PrivateEndpointResponse, privateLinkServiceConnectionState: VaultPrivateLinkServiceConnectionStateResponse, provisioningState: String)