OwnershipHistoryResponse |
CsmOwnershipApi.listOwnershipHistoryByOwnerType(String resourceId,
OwnershipOwnerType ownerType,
CsmOwnershipApi.ListOwnershipHistoryByOwnerTypeOptionalParameters parameters)
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.
|