OwnershipEvidenceResponse |
CsmOwnershipApi.getOwnershipEvidence(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipEvidenceOptionalParameters parameters)
Get the evidence for an ownership inference.
|
CompletableFuture<OwnershipEvidenceResponse> |
CsmOwnershipApi.getOwnershipEvidenceAsync(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipEvidenceOptionalParameters parameters)
Get the evidence for an ownership inference.
|
ApiResponse<OwnershipEvidenceResponse> |
CsmOwnershipApi.getOwnershipEvidenceWithHttpInfo(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipEvidenceOptionalParameters parameters)
Get the evidence versions backing the current ownership inference for a resource and owner
type.
|
CompletableFuture<ApiResponse<OwnershipEvidenceResponse>> |
CsmOwnershipApi.getOwnershipEvidenceWithHttpInfoAsync(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipEvidenceOptionalParameters parameters)
Get the evidence for an ownership inference.
|