| Package | Description |
|---|---|
| com.cyberark.conjur.sdk.endpoint | |
| com.cyberark.conjur.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourcesApi.showResource(String account,
String kind,
String identifier)
Shows a description of a single resource.
|
Resource |
ResourcesApi.showResource(String account,
String kind,
String identifier,
Boolean permittedRoles,
String privilege,
Boolean check,
String role,
String xRequestId)
Shows a description of a single resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
ResourcesApi.showResourcesForAccount(String account)
Lists resources within an organization account.
|
List<Resource> |
ResourcesApi.showResourcesForAccount(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources within an organization account.
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForAccountWithHttpInfo(String account)
Lists resources within an organization account.
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForAccountWithHttpInfo(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources within an organization account.
|
List<Resource> |
ResourcesApi.showResourcesForAllAccounts()
Lists resources within an organization account.
|
List<Resource> |
ResourcesApi.showResourcesForAllAccounts(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources within an organization account.
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForAllAccountsWithHttpInfo()
Lists resources within an organization account.
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForAllAccountsWithHttpInfo(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources within an organization account.
|
List<Resource> |
ResourcesApi.showResourcesForKind(String account,
String kind)
Lists resources of the same kind within an organization account.
|
List<Resource> |
ResourcesApi.showResourcesForKind(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources of the same kind within an organization account.
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForKindWithHttpInfo(String account,
String kind)
Lists resources of the same kind within an organization account.
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForKindWithHttpInfo(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources of the same kind within an organization account.
|
ApiResponse<Resource> |
ResourcesApi.showResourceWithHttpInfo(String account,
String kind,
String identifier)
Shows a description of a single resource.
|
ApiResponse<Resource> |
ResourcesApi.showResourceWithHttpInfo(String account,
String kind,
String identifier,
Boolean permittedRoles,
String privilege,
Boolean check,
String role,
String xRequestId)
Shows a description of a single resource.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ResourcesApi.showResourceAsync(String account,
String kind,
String identifier,
Boolean permittedRoles,
String privilege,
Boolean check,
String role,
String xRequestId,
ApiCallback<Resource> _callback)
Shows a description of a single resource.
|
okhttp3.Call |
ResourcesApi.showResourcesForAccountAsync(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId,
ApiCallback<List<Resource>> _callback)
Lists resources within an organization account.
|
okhttp3.Call |
ResourcesApi.showResourcesForAllAccountsAsync(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId,
ApiCallback<List<Resource>> _callback)
Lists resources within an organization account.
|
okhttp3.Call |
ResourcesApi.showResourcesForKindAsync(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId,
ApiCallback<List<Resource>> _callback)
Lists resources of the same kind within an organization account.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.addAnnotationsItem(String annotationsItem) |
Resource |
Resource.addPermissionsItem(ResourcePermissions permissionsItem) |
Resource |
Resource.addPolicyVersionsItem(PolicyVersion policyVersionsItem) |
Resource |
Resource.addRestrictedToItem(String restrictedToItem) |
Resource |
Resource.addSecretsItem(ResourceSecrets secretsItem) |
Resource |
Resource.annotations(List<String> annotations) |
Resource |
Resource.createdAt(String createdAt) |
Resource |
Resource.id(String id) |
Resource |
Resource.owner(String owner) |
Resource |
Resource.permissions(List<ResourcePermissions> permissions) |
Resource |
Resource.policy(String policy) |
Resource |
Resource.policyVersions(List<PolicyVersion> policyVersions) |
Resource |
Resource.restrictedTo(List<String> restrictedTo) |
Resource |
Resource.secrets(List<ResourceSecrets> secrets) |
Copyright © 2023. All rights reserved.