package
0.2.22
Repository: https://github.com/opentdf/platform.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
RegisterEntityResolutionServiceHandler registers the http handlers for service EntityResolutionService to "mux".
RegisterEntityResolutionServiceHandlerClient registers the http handlers for service EntityResolutionService to "mux".
RegisterEntityResolutionServiceHandlerFromEndpoint is same as RegisterEntityResolutionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterEntityResolutionServiceHandlerServer registers the http handlers for service EntityResolutionService to "mux".
No description provided by the author

# Constants

# Variables

EntityResolutionService_ServiceDesc is the grpc.ServiceDesc for EntityResolutionService service.
No description provided by the author

# Structs

Example: Get Entity chains for tokens aaaaaa and bbbbbb { "tokens": [ "aaaaaaa", "bbbbbbbb" ] }.
Example: Return the entity chains from the provided tokens { "entity_chains": [ { "id": "tok1", "entities": [ { "clientId": "client1" } ] }, { "id": "tok2", "entities": [ { "userName": "alice", "clientId": "client2" } ] } ] }.
No description provided by the author
No description provided by the author
Example: Get idp attributes for bob and alice (both represented using an email address { "entities": [ { "id": "e1", "emailAddress": "[email protected]" }, { "id": "e2", "emailAddress": "[email protected]" } ] }.
Example: Get idp attributes for bob and alice { "entity_representations": [ { "idp_entity_id": "e1", "additional_props": {"someAttr1":"someValue1"} }, { "idp_entity_id": "e2", "additional_props": {"someAttr2":"someValue2"} } ] }.
UnimplementedEntityResolutionServiceServer must be embedded to have forward compatible implementations.

# Interfaces

EntityResolutionServiceClient is the client API for EntityResolutionService service.
EntityResolutionServiceServer is the server API for EntityResolutionService service.
UnsafeEntityResolutionServiceServer may be embedded to opt out of forward compatibility for this service.