MCPcopy Create free account
hub / github.com/elimity-com/scim / Get

Method Get

resource_handler.go:98–98  ·  view source on GitHub ↗

Get returns the resource corresponding with the given identifier.

(r *http.Request, id string)

Source from the content-addressed store, hash-verified

96 Create(r *http.Request, attributes ResourceAttributes) (Resource, error)
97 // Get returns the resource corresponding with the given identifier.
98 Get(r *http.Request, id string) (Resource, error)
99 // GetAll returns a paginated list of resources.
100 // An empty list of resources will be represented as `null` in the JSON response if `nil` is assigned to the
101 // Page.Resources. Otherwise, is an empty slice is assigned, an empty list will be represented as `[]`.

Callers 7

getFilterFunction · 0.65
getIntQueryParamFunction · 0.65
resourceGetHandlerMethod · 0.65

Implementers 5

testResourceHandlerresource_handler_test.go
oktaGroupResourceHandlerinternal/idp_test/okta_util_test.go
oktaUserResourceHandlerinternal/idp_test/okta_util_test.go
azureADGroupResourceHandlerinternal/idp_test/azuread_util_test.go
azureADUserResourceHandlerinternal/idp_test/azuread_util_test.go

Calls

no outgoing calls