Uses of Class
com.cyberark.conjur.sdk.model.Resource
Packages that use Resource
-
Uses of Resource in com.cyberark.conjur.sdk.endpoint
Methods in com.cyberark.conjur.sdk.endpoint that return ResourceModifier and TypeMethodDescriptionResourcesApi.showResource(String account, String kind, String identifier) Shows a description of a single 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.Methods in com.cyberark.conjur.sdk.endpoint that return types with arguments of type ResourceModifier and TypeMethodDescriptionResourcesApi.showResourcesForAccount(String account) Lists resources within an organization account.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.ResourcesApi.showResourcesForAccountWithHttpInfo(String account) Lists resources within an organization account.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.ResourcesApi.showResourcesForAllAccounts()Lists resources within an organization account.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.ResourcesApi.showResourcesForAllAccountsWithHttpInfo()Lists resources within an organization account.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.ResourcesApi.showResourcesForKind(String account, String kind) Lists resources of the same kind within an organization account.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.ResourcesApi.showResourcesForKindWithHttpInfo(String account, String kind) Lists resources of the same kind within an organization account.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.ResourcesApi.showResourceWithHttpInfo(String account, String kind, String identifier) Shows a description of a single 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.Method parameters in com.cyberark.conjur.sdk.endpoint with type arguments of type ResourceModifier and TypeMethodDescriptionokhttp3.CallResourcesApi.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.CallResourcesApi.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.CallResourcesApi.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.CallResourcesApi.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. -
Uses of Resource in com.cyberark.conjur.sdk.model
Methods in com.cyberark.conjur.sdk.model that return ResourceModifier and TypeMethodDescriptionResource.addAnnotationsItem(String annotationsItem) Resource.addPermissionsItem(ResourcePermissions permissionsItem) Resource.addPolicyVersionsItem(PolicyVersion policyVersionsItem) Resource.addRestrictedToItem(String restrictedToItem) Resource.addSecretsItem(ResourceSecrets secretsItem) Resource.annotations(List<String> annotations) Resource.permissions(List<ResourcePermissions> permissions) Resource.policyVersions(List<PolicyVersion> policyVersions) Resource.restrictedTo(List<String> restrictedTo) Resource.secrets(List<ResourceSecrets> secrets)