Optional requestFactory: CSMOwnershipApiRequestFactoryOptional responseProcessor: CSMOwnershipApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationGet the evidence versions backing the current ownership inference for a resource and owner type.
This endpoint supports weak ETag caching. Pass the previously returned ETag value in the If-None-Match request header to receive a 304 Not Modified response when the evidence has not changed.
The request object
Optional options: ConfigurationGet the current ownership inference for a resource for a specific owner type.
This endpoint supports ETag-based caching. Pass the previously returned ETag value in the If-None-Match request header to receive a 304 Not Modified response when the inference has not changed.
The request object
Optional options: ConfigurationList inference history entries for a resource across all owner types, ordered from most recent to oldest. Uses cursor-based pagination.
The request object
Optional options: ConfigurationList inference history entries for a resource filtered by owner type, ordered from most recent to oldest. Uses cursor-based pagination.
The request object
Optional options: ConfigurationGet all current ownership inferences for a resource, one per owner type (user, team, service, unknown).
The request object
Optional options: ConfigurationGenerated using TypeDoc
Submit feedback on the current ownership inference for a resource and owner type. Valid actions are
confirm,reject,correct, andpersist.The request must include the current inference
checksumininference_checksum. If the checksum does not match the current inference state, the endpoint returns409 Conflict.When
actioniscorrect,corrected_owner_handleandcorrected_owner_typeare required.