OwnershipFeedbackResponse |
CsmOwnershipApi.createOwnershipFeedback(String resourceId,
OwnershipOwnerType ownerType,
OwnershipFeedbackRequest body)
Submit feedback on an ownership inference.
|
CompletableFuture<OwnershipFeedbackResponse> |
CsmOwnershipApi.createOwnershipFeedbackAsync(String resourceId,
OwnershipOwnerType ownerType,
OwnershipFeedbackRequest body)
Submit feedback on an ownership inference.
|
ApiResponse<OwnershipFeedbackResponse> |
CsmOwnershipApi.createOwnershipFeedbackWithHttpInfo(String resourceId,
OwnershipOwnerType ownerType,
OwnershipFeedbackRequest body)
Submit feedback on the current ownership inference for a resource and owner type.
|
CompletableFuture<ApiResponse<OwnershipFeedbackResponse>> |
CsmOwnershipApi.createOwnershipFeedbackWithHttpInfoAsync(String resourceId,
OwnershipOwnerType ownerType,
OwnershipFeedbackRequest body)
Submit feedback on an ownership inference.
|
OwnershipEvidenceResponse |
CsmOwnershipApi.getOwnershipEvidence(String resourceId,
OwnershipOwnerType ownerType)
Get the evidence for an ownership inference.
|
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)
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.
|
OwnershipInferenceResponse |
CsmOwnershipApi.getOwnershipInference(String resourceId,
OwnershipOwnerType ownerType)
Get an ownership inference by owner type.
|
OwnershipInferenceResponse |
CsmOwnershipApi.getOwnershipInference(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipInferenceOptionalParameters parameters)
Get an ownership inference by owner type.
|
CompletableFuture<OwnershipInferenceResponse> |
CsmOwnershipApi.getOwnershipInferenceAsync(String resourceId,
OwnershipOwnerType ownerType)
Get an ownership inference by owner type.
|
CompletableFuture<OwnershipInferenceResponse> |
CsmOwnershipApi.getOwnershipInferenceAsync(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipInferenceOptionalParameters parameters)
Get an ownership inference by owner type.
|
ApiResponse<OwnershipInferenceResponse> |
CsmOwnershipApi.getOwnershipInferenceWithHttpInfo(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipInferenceOptionalParameters parameters)
Get the current ownership inference for a resource for a specific owner type.
|
CompletableFuture<ApiResponse<OwnershipInferenceResponse>> |
CsmOwnershipApi.getOwnershipInferenceWithHttpInfoAsync(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.GetOwnershipInferenceOptionalParameters parameters)
Get an ownership inference by owner type.
|
OwnershipHistoryResponse |
CsmOwnershipApi.listOwnershipHistoryByOwnerType(String resourceId,
OwnershipOwnerType ownerType)
List ownership history by owner type.
|
OwnershipHistoryResponse |
CsmOwnershipApi.listOwnershipHistoryByOwnerType(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.ListOwnershipHistoryByOwnerTypeOptionalParameters parameters)
List ownership history by owner type.
|
CompletableFuture<OwnershipHistoryResponse> |
CsmOwnershipApi.listOwnershipHistoryByOwnerTypeAsync(String resourceId,
OwnershipOwnerType ownerType)
List ownership history by owner type.
|
CompletableFuture<OwnershipHistoryResponse> |
CsmOwnershipApi.listOwnershipHistoryByOwnerTypeAsync(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.ListOwnershipHistoryByOwnerTypeOptionalParameters parameters)
List ownership history by owner type.
|
ApiResponse<OwnershipHistoryResponse> |
CsmOwnershipApi.listOwnershipHistoryByOwnerTypeWithHttpInfo(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.ListOwnershipHistoryByOwnerTypeOptionalParameters parameters)
List inference history entries for a resource filtered by owner type, ordered from most recent
to oldest.
|
CompletableFuture<ApiResponse<OwnershipHistoryResponse>> |
CsmOwnershipApi.listOwnershipHistoryByOwnerTypeWithHttpInfoAsync(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.ListOwnershipHistoryByOwnerTypeOptionalParameters parameters)
List ownership history by owner type.
|