├── CyberArk Self-Hosted REST API ├── CyberArk Self-Hosted REST API │ ├── Central Credential Provider │ │ └── Get Password.bru │ ├── EPM - Endpoint Privilege Manager On-Prem │ │ ├── Create Policy.bru │ │ ├── Delete Policy.bru │ │ ├── EPM Authentication.bru │ │ ├── Get Admin Audit Data.bru │ │ ├── Get Aggregated Events.bru │ │ ├── Get Computer Groups.bru │ │ ├── Get Computers.bru │ │ ├── Get EPM Version.bru │ │ ├── Get Policies.bru │ │ ├── Get Policy Details.bru │ │ ├── Get Raw Event Details.bru │ │ ├── Get Raw Events.bru │ │ ├── Get Sets List.bru │ │ ├── Update JIT Access and Elevation Policy.bru │ │ ├── Update Ransomware Mode.bru │ │ ├── Update Windows Advanced Policy.bru │ │ └── Windows Authentication.bru │ ├── RA - Remote Access │ │ ├── Activities V2 │ │ │ └── Get Activities.bru │ │ ├── Applications V2 │ │ │ └── Get Applications.bru │ │ ├── Connectors V2 │ │ │ └── Get Tenant Connectors.bru │ │ ├── Groups V2 │ │ │ ├── Create Group.bru │ │ │ ├── Delete Group.bru │ │ │ ├── Get All Groups.bru │ │ │ ├── Get Group.bru │ │ │ └── Update Group.bru │ │ ├── Invitations V2 │ │ │ ├── Create User Invitation.bru │ │ │ ├── Create Vendor Invitation.bru │ │ │ ├── Delete Vendor Invitation.bru │ │ │ ├── Get Vendor Invitation by ID.bru │ │ │ └── Get Vendor Invitations.bru │ │ ├── Self Service Requests V2 │ │ │ ├── Create Vendor Invite.bru │ │ │ ├── Get Pending Self Service Invitation Requests.bru │ │ │ └── Reject a Pending Self Service Invitation Request.bru │ │ ├── Sites V2 │ │ │ └── Get Tenant Sites.bru │ │ ├── Users V2 │ │ │ ├── Add User to Team.bru │ │ │ ├── Delete User by ID.bru │ │ │ ├── Get User by ID.bru │ │ │ ├── Get Users by Query.bru │ │ │ ├── Grant User Vendor Manager Status.bru │ │ │ ├── Remove User from Team.bru │ │ │ ├── Update User Role.bru │ │ │ ├── Update User Status.bru │ │ │ └── Update User Vendor Manager Status.bru │ │ └── Vendors V2 │ │ │ ├── Delete Vendor by Phone Number.bru │ │ │ ├── Delete Vendor.bru │ │ │ ├── Get Vendor by ID.bru │ │ │ ├── Get Vendor by Phone Number.bru │ │ │ ├── Get Vendors by Query.bru │ │ │ ├── Update Vendor Status.bru │ │ │ ├── Update Vendor by Phone Number.bru │ │ │ └── Update Vendor.bru │ ├── Self-Hosted PAM │ │ ├── Accounts │ │ │ ├── Account Actions │ │ │ │ ├── Ad-Hoc Connect Using PSM.bru │ │ │ │ ├── Change Credentials Immediately.bru │ │ │ │ ├── Change Credentials and Set Next Password.bru │ │ │ │ ├── Change Credentials in the Vault.bru │ │ │ │ ├── Check In an Exclusive Account.bru │ │ │ │ ├── Connect Using PSM.bru │ │ │ │ ├── Generate Password.bru │ │ │ │ ├── Get Just in Time Access.bru │ │ │ │ ├── Get Password Value.bru │ │ │ │ ├── Reconcile Credentials.bru │ │ │ │ ├── Retrieve Private SSH Key Account.bru │ │ │ │ ├── Revoke Just in Time Access.bru │ │ │ │ ├── Unlock Account.bru │ │ │ │ └── Verify Credentials.bru │ │ │ ├── Account Groups │ │ │ │ ├── Add Account Group.bru │ │ │ │ ├── Add Member to Account Group.bru │ │ │ │ ├── Delete Member from Account Group.bru │ │ │ │ ├── Get Account Group Members.bru │ │ │ │ └── Get Account Group by Safe.bru │ │ │ ├── Add Account.bru │ │ │ ├── Bulk Upload of Accounts │ │ │ │ ├── Create Bulk Upload of Accounts.bru │ │ │ │ ├── Get All Bulk Account Uploads for User.bru │ │ │ │ └── Get Bulk Account Upload Result.bru │ │ │ ├── Delete Account.bru │ │ │ ├── Dependent Accounts │ │ │ │ ├── Add Dependent Account.bru │ │ │ │ ├── Bulk Sync Dependent Account Secret.bru │ │ │ │ ├── Delete Dependent Account.bru │ │ │ │ ├── Get All Dependent Accounts in the System.bru │ │ │ │ ├── Get All Dependent Accounts of a Specific Account.bru │ │ │ │ ├── Get Dependent Account Details.bru │ │ │ │ ├── Resume Dependent Account.bru │ │ │ │ ├── Sync Dependent Account Secret.bru │ │ │ │ └── Update Dependent Account.bru │ │ │ ├── Discovered Accounts │ │ │ │ ├── Add Discovered Accounts.bru │ │ │ │ ├── Delete Discovered Accounts.bru │ │ │ │ ├── Get Discovered Account Details.bru │ │ │ │ └── Get Discovered Accounts.bru │ │ │ ├── Get Account Activity.bru │ │ │ ├── Get Account Details.bru │ │ │ ├── Get Accounts.bru │ │ │ ├── Get Advanced Search Properties.bru │ │ │ ├── Get Secret Versions.bru │ │ │ ├── Linked Accounts │ │ │ │ ├── Link an Account.bru │ │ │ │ └── Unlink an Account.bru │ │ │ └── Update Account.bru │ │ ├── Applications │ │ │ ├── Add Application Authentication Method.bru │ │ │ ├── Add Application.bru │ │ │ ├── Delete Application Authentication Method.bru │ │ │ ├── Delete Application.bru │ │ │ ├── Get Application Authentication Methods.bru │ │ │ ├── Get Application Details.bru │ │ │ └── Get Applications.bru │ │ ├── Authentication │ │ │ ├── Auth Methods Config │ │ │ │ ├── Add Auth Method.bru │ │ │ │ ├── Add Auth Methods to Users.bru │ │ │ │ ├── Delete Auth Method.bru │ │ │ │ ├── Delete Auth Methods to Users.bru │ │ │ │ ├── FIDO2 Device Management │ │ │ │ │ ├── Register FIDO2 Device.bru │ │ │ │ │ ├── Register Own FIDO2 Device.bru │ │ │ │ │ ├── Remove FIDO2 Device.bru │ │ │ │ │ ├── Remove Own FIDO2 Device.bru │ │ │ │ │ ├── Start FIDO2 Registration.bru │ │ │ │ │ └── Start Own FIDO2 Registration.bru │ │ │ │ ├── Get Auth Methods.bru │ │ │ │ ├── Get Specific Auth Method.bru │ │ │ │ ├── OIDC Identity Provider │ │ │ │ │ ├── Add OpenID Connect Identity Provider.bru │ │ │ │ │ ├── Delete OpenID Connect Identity Provider.bru │ │ │ │ │ ├── Get All OpenID Connect Identity Providers.bru │ │ │ │ │ ├── Get Specific OpenID Connect Identity Provider.bru │ │ │ │ │ └── Update OpenID Connect Identity Provider.bru │ │ │ │ └── Update Auth Method.bru │ │ │ ├── Logoff │ │ │ │ ├── CyberArk- LDAP- RADIUS- Windows - Logoff.bru │ │ │ │ ├── SAML - Logoff.bru │ │ │ │ └── Shared Logon Authentication - Logoff.bru │ │ │ └── Logon │ │ │ │ ├── CyberArk- LDAP- RADIUS- Windows - Logon.bru │ │ │ │ ├── PTA Authentication.bru │ │ │ │ ├── SAML - Logon.bru │ │ │ │ └── Shared Logon Authentication - Logon.bru │ │ ├── General │ │ │ ├── Add Allowed Referrer.bru │ │ │ └── Get Allowed Referrer.bru │ │ ├── LDAP Integration │ │ │ ├── LDAP Directories │ │ │ │ ├── Create Directory.bru │ │ │ │ ├── Delete Directory.bru │ │ │ │ ├── Get Directories.bru │ │ │ │ └── Get Directory Details.bru │ │ │ └── LDAP Mappings │ │ │ │ ├── Create Directory Mapping.bru │ │ │ │ ├── Delete Directory Mapping.bru │ │ │ │ ├── Edit Directory Mapping.bru │ │ │ │ ├── Get Directory Mapping List.bru │ │ │ │ ├── Get Mapping Details.bru │ │ │ │ └── Reorder Directory Mappings.bru │ │ ├── Monitor Sessions │ │ │ ├── Get Active Session Activities.bru │ │ │ ├── Get Active Session Properties.bru │ │ │ ├── Get Active Session.bru │ │ │ ├── Get Active Sessions.bru │ │ │ ├── Recordings │ │ │ │ ├── Get Recording Activities.bru │ │ │ │ ├── Get Recording Details.bru │ │ │ │ ├── Get Recording Properties.bru │ │ │ │ ├── Get Recordings.bru │ │ │ │ └── Play Recording.bru │ │ │ └── Session Actions │ │ │ │ ├── Monitor an Active Session.bru │ │ │ │ ├── Suspend or Resume an Active Session.bru │ │ │ │ └── Terminate an Active Session.bru │ │ ├── OPM Commands │ │ │ ├── Accounts │ │ │ │ ├── Add OPM Account Commands.bru │ │ │ │ ├── Delete OPM Account Commands.bru │ │ │ │ └── Get OPM Account Commands.bru │ │ │ └── Policy │ │ │ │ ├── Add OPM Policy.bru │ │ │ │ ├── Delete OPM Policy.bru │ │ │ │ └── Get OPM Rules.bru │ │ ├── Onboarding Rules │ │ │ ├── Add Onboarding Rule.bru │ │ │ ├── Delete Onboarding Rule.bru │ │ │ ├── Get Onboarding Rule.bru │ │ │ └── Update Onboarding Rule.bru │ │ ├── PTA Administration │ │ │ ├── Add Global Catalog Connectivity Details.bru │ │ │ ├── Delete PTA Administration Property.bru │ │ │ ├── Get Global Catalog Connectivity Details.bru │ │ │ ├── Get PTA Administration.bru │ │ │ └── Update PTA Administration Property.bru │ │ ├── PTA Installation │ │ │ ├── Get PTA Installation Status.bru │ │ │ ├── Get Server Encryption Key.bru │ │ │ ├── Install PTA.bru │ │ │ └── PTA Server Authentication.bru │ │ ├── Platforms │ │ │ ├── Dependent Platforms │ │ │ │ ├── Delete Dependent Platform.bru │ │ │ │ ├── Duplicate Dependent Platforms.bru │ │ │ │ └── Get Dependent Platforms.bru │ │ │ ├── Export Platform.bru │ │ │ ├── Get Platform Details.bru │ │ │ ├── Get Platforms.bru │ │ │ ├── Group Platforms │ │ │ │ ├── Activate Group Platform.bru │ │ │ │ ├── Deactivate Group Platform.bru │ │ │ │ ├── Delete Group Platform.bru │ │ │ │ ├── Duplicate Group Platforms.bru │ │ │ │ └── Get Group Platforms.bru │ │ │ ├── Import Platform.bru │ │ │ ├── Rotational Group Platforms │ │ │ │ ├── Activate Rotational Group Platform.bru │ │ │ │ ├── Deactivate Rotational Group Platform.bru │ │ │ │ ├── Delete Rotational Group Platform.bru │ │ │ │ ├── Duplicate Rotational Group Platforms.bru │ │ │ │ └── Get Rotational Group Platforms.bru │ │ │ ├── Stored Platforms │ │ │ │ ├── Delete Stored Platform.bru │ │ │ │ ├── Get Stored Platform Details.bru │ │ │ │ ├── Import Stored Platform Alongside Existing Platform.bru │ │ │ │ └── Update Platform with Stored Platform.bru │ │ │ └── Target Platforms │ │ │ │ ├── Activate Target Platform.bru │ │ │ │ ├── Deactivate Target Platform.bru │ │ │ │ ├── Delete Target Platform.bru │ │ │ │ ├── Duplicate Target Platforms.bru │ │ │ │ └── Get Target Platforms.bru │ │ ├── Reports and Tasks │ │ │ ├── Create Task.bru │ │ │ ├── Download Report.bru │ │ │ ├── Get Reports.bru │ │ │ └── Get Tasks.bru │ │ ├── Requests │ │ │ ├── Incoming Requests │ │ │ │ ├── Confirm Request in Bulk.bru │ │ │ │ ├── Confirm Request.bru │ │ │ │ ├── Get Confirmation Request Details.bru │ │ │ │ ├── Get Incoming Request List.bru │ │ │ │ ├── Reject Request in Bulk.bru │ │ │ │ └── Reject Request.bru │ │ │ └── My Requests │ │ │ │ ├── Create an Access Request.bru │ │ │ │ ├── Delete My Request.bru │ │ │ │ ├── Get Details of My Requests.bru │ │ │ │ ├── Get My Requests.bru │ │ │ │ └── Multiple Access Requests │ │ │ │ ├── Create Access Request for Multiple Accounts.bru │ │ │ │ └── Get Multiple Account Access Status.bru │ │ ├── Safes │ │ │ ├── Add Safe.bru │ │ │ ├── Delete Safe.bru │ │ │ ├── Get All Safes.bru │ │ │ ├── Get Safe Details.bru │ │ │ ├── Get Safe by Platform ID.bru │ │ │ ├── Safe Members │ │ │ │ ├── Add Safe Member.bru │ │ │ │ ├── Delete Safe Member.bru │ │ │ │ ├── Get All Safe Members.bru │ │ │ │ ├── Get Safe Member.bru │ │ │ │ └── Update Safe Member.bru │ │ │ ├── Search for a Safe.bru │ │ │ └── Update Safe.bru │ │ ├── Security │ │ │ ├── Add Suspicious Activities Rule.bru │ │ │ ├── Delete PTA Security Configuration Property.bru │ │ │ ├── Get PTA Security Configuration.bru │ │ │ ├── Get Risk Events.bru │ │ │ ├── Get Risk Summary.bru │ │ │ ├── Get Security Events.bru │ │ │ ├── Get Security Settings.bru │ │ │ ├── Update PTA Security Configuration Property.bru │ │ │ ├── Update Risk Event Status.bru │ │ │ ├── Update Security Event Status.bru │ │ │ ├── Update Security Remediation Settings.bru │ │ │ └── Update Suspicious Activity Rule.bru │ │ ├── Server │ │ │ ├── Logo.bru │ │ │ ├── Server.bru │ │ │ └── Verify.bru │ │ ├── Session Management │ │ │ ├── Get All Connection Components.bru │ │ │ ├── Get All PSM Servers.bru │ │ │ ├── Get Session Management Policy of Platform.bru │ │ │ ├── Import Connection Component.bru │ │ │ └── Update Session Management Policy of Platform.bru │ │ ├── System Health │ │ │ ├── PAM - Self-Hosted System Health Details.bru │ │ │ ├── PAM - Self-Hosted System Health Summary.bru │ │ │ ├── PTA Health Monitoring Details.bru │ │ │ └── PTA Prometheus Metrics.bru │ │ └── User Management │ │ │ ├── Groups │ │ │ ├── Add Member to Group.bru │ │ │ ├── Create Group.bru │ │ │ ├── Delete Group.bru │ │ │ ├── Get Group Details.bru │ │ │ ├── Get Groups.bru │ │ │ ├── Remove User from Group.bru │ │ │ └── Update Group.bru │ │ │ ├── Private SSH Authentication │ │ │ ├── Delete All MFA Caching SSH Keys.bru │ │ │ ├── Delete an MFA Caching SSH Key for Another User.bru │ │ │ ├── Delete an MFA Caching SSH key.bru │ │ │ ├── Generate an MFA Caching SSH Key for Another User.bru │ │ │ └── Generate an MFA Caching SSH Key.bru │ │ │ ├── Public SSH Authentication │ │ │ ├── Add a Public SSH Key.bru │ │ │ ├── Delete Public SSH Key.bru │ │ │ └── Get Public SSH Key.bru │ │ │ └── Users │ │ │ ├── Activate User.bru │ │ │ ├── Add User.bru │ │ │ ├── Delete User.bru │ │ │ ├── Disable User.bru │ │ │ ├── Enable User.bru │ │ │ ├── Get Logged On User Details.bru │ │ │ ├── Get User Details.bru │ │ │ ├── Get User Types.bru │ │ │ ├── Get Users.bru │ │ │ ├── Reset User Password.bru │ │ │ └── Update User.bru │ ├── bruno.json │ ├── collection.bru │ └── environments │ │ └── Self-Hosted Environment.bru └── README.md ├── LICENSE ├── Privilege Cloud and Shared Services REST API ├── CM - Connector Management │ ├── Agent Installation │ │ ├── Get Connector Installation Package.bru │ │ └── Get Temporary Connector Installation Script.bru │ ├── Components Catalog │ │ └── Get Components Catalog Configuration.bru │ ├── Components │ │ ├── Get All Components.bru │ │ └── Upgrade a Component.bru │ ├── Connector Pools │ │ ├── Private │ │ │ ├── Add Pool Identifier.bru │ │ │ ├── Assign Pool Component.bru │ │ │ ├── Bulk Add Pool Identifiers.bru │ │ │ ├── Bulk Remove Pool Identifier.bru │ │ │ ├── Create Network.bru │ │ │ ├── Create Pool.bru │ │ │ ├── Delete Network.bru │ │ │ ├── Delete Pool Component by Filter.bru │ │ │ ├── Delete Pool Component.bru │ │ │ ├── Delete Pool.bru │ │ │ ├── Get Network.bru │ │ │ ├── Get Pool Component.bru │ │ │ ├── Get Pool.bru │ │ │ ├── List Networks.bru │ │ │ ├── List Pool Components.bru │ │ │ ├── List Pools.bru │ │ │ ├── Remove Pool Identifier.bru │ │ │ ├── Update Network.bru │ │ │ ├── Update Pool Component by External ID and Type.bru │ │ │ ├── Update Pool Component by ID.bru │ │ │ └── Update Pool.bru │ │ └── Public │ │ │ ├── Add Pool Identifier.bru │ │ │ ├── Bulk Add Pool Identifiers.bru │ │ │ ├── Bulk Remove Pool Identifiers.bru │ │ │ ├── Create Network.bru │ │ │ ├── Create Pool.bru │ │ │ ├── Delete Network.bru │ │ │ ├── Delete Pool.bru │ │ │ ├── Get Network.bru │ │ │ ├── Get Pool Component.bru │ │ │ ├── Get Pool.bru │ │ │ ├── List Identifier Types.bru │ │ │ ├── List Identifier Values.bru │ │ │ ├── List Networks.bru │ │ │ ├── List Pool Component Types.bru │ │ │ ├── List Pool Components.bru │ │ │ ├── List Pool Identifiers.bru │ │ │ ├── List Pools.bru │ │ │ ├── Remove Pool Identifier.bru │ │ │ ├── Update Network.bru │ │ │ └── Update Pool.bru │ ├── Connectors │ │ ├── Component Installation.bru │ │ ├── Delete a Component.bru │ │ ├── Delete a Connector.bru │ │ ├── Get All Connector Components.bru │ │ ├── Get All Connectors.bru │ │ ├── Get Component Log.bru │ │ ├── Get Connector Public Key.bru │ │ ├── Get a Component by Connector.bru │ │ ├── Get a Connector.bru │ │ ├── List Component Logs.bru │ │ ├── Reinstall Component.bru │ │ ├── Rescan Components.bru │ │ ├── Update an Existing Agent.bru │ │ └── Upgrade a Component.bru │ ├── Pools │ │ ├── Get Available Connector Pools.bru │ │ └── Get Connector Pool by ID.bru │ └── Tasks │ │ ├── Asynchronous HTTP Task.bru │ │ ├── Create Command Task Operation.bru │ │ ├── Create Task Temporary Package.bru │ │ ├── Create Temporary Session.bru │ │ ├── Get Existing Session.bru │ │ ├── Get HTTP Task by ID.bru │ │ ├── Get Operation Task Status.bru │ │ └── HTTP Task.bru ├── Central Credential Provider │ └── GetPassword.bru ├── Conjur Cloud │ ├── Authenticate User.bru │ ├── Authenticate Workloads │ │ ├── Authenticate Host Using API Key.bru │ │ ├── Authenticate Using Azure Authenticator.bru │ │ ├── Authenticate Using GCP Authenticator.bru │ │ └── Authenticate Using JWT Authenticator.bru │ ├── Batch Secret Retrieval.bru │ ├── Check Permission.bru │ ├── Health.bru │ ├── Host Factory │ │ ├── Create Tokens.bru │ │ ├── Create a Host.bru │ │ └── Revoke Tokens.bru │ ├── Issuer for Dynamic Secrets │ │ ├── Create Issuer.bru │ │ ├── Delete Issuer.bru │ │ ├── List Issuers.bru │ │ ├── Retrieve Issuer.bru │ │ └── Update Issuer.bru │ ├── List Resources.bru │ ├── List a Roles Members.bru │ ├── List a Roles Memberships.bru │ ├── Load a Policy.bru │ ├── Manage Conjur Cloud Authenticators │ │ ├── Check Authenticator Status.bru │ │ └── Enable Authenticator.bru │ ├── Replace a Policy.bru │ ├── Retrieve a Secret.bru │ ├── Rotate Personal API Key.bru │ ├── Rotate a Hosts API Key.bru │ ├── Set a Secret.bru │ ├── Show Permitted Roles.bru │ ├── Show a Resource.bru │ ├── Show a Role.bru │ ├── Update a Policy.bru │ ├── WhoAmI.bru │ ├── v2 - Group Membership │ │ ├── Add Group Member.bru │ │ └── Remove Group Member.bru │ ├── v2 - Manage Dynamic Secrets │ │ ├── Create a Dynamic Secret.bru │ │ ├── Retrieve Dynamic Secret Details.bru │ │ └── Update a Dynamic Secret.bru │ └── v2 - Manage Static Secrets │ │ ├── Create a Static Secret.bru │ │ ├── Get Static Secret Details.bru │ │ └── Update a Static Secret.bru ├── EPM - Endpoint Privilege Manager │ ├── Administrator APIs │ │ ├── EPM Authentication.bru │ │ ├── Get EPM Version.bru │ │ ├── Get Sets List.bru │ │ └── SAML Authentication.bru │ ├── Agent Configuration APIs │ │ ├── Create Agent Configuration Policy.bru │ │ ├── Delete Agent Configuration.bru │ │ ├── Get Agent Configuration Details.bru │ │ ├── Get Agent Configurations.bru │ │ ├── Get Default Agent Configuration.bru │ │ └── Update Agent Configuration.bru │ ├── Computer APIs │ │ ├── Delete Computer.bru │ │ ├── Get Computer Groups.bru │ │ └── Get Computers.bru │ └── Download Center APIs │ │ ├── Get Download Package Configuration.bru │ │ ├── Get Download Package URL.bru │ │ └── Get Download Packages.bru ├── Identity - Shared Services │ ├── Application Management │ │ ├── Add and Update Application Tags for Current User.bru │ │ ├── Add and Update Secured Item Tags for Current User.bru │ │ ├── Check if Application is Available in Catalog.bru │ │ ├── Clone an Existing Application.bru │ │ ├── Create a Tag with No Apps for Current User.bru │ │ ├── Delete Application.bru │ │ ├── Delete a Tag.bru │ │ ├── Download Imported Accounts Logs.bru │ │ ├── Get All Available User Portal Data.bru │ │ ├── Get App ID by Service Name.bru │ │ ├── Get Application Details.bru │ │ ├── Get Application Templates and Categories.bru │ │ ├── Get Applications for User.bru │ │ ├── Get List of Credential Providers.bru │ │ ├── Get List of Details for Recently Uploaded Files.bru │ │ ├── Get Tags for Application.bru │ │ ├── Get an Applications Data.bru │ │ ├── Import Apps from Predefined Templates.bru │ │ ├── Rename a Tag.bru │ │ ├── Set Application Permissions.bru │ │ ├── Set User Credentials for an Application.bru │ │ ├── Update Application.bru │ │ ├── Update Captured User Application.bru │ │ ├── Update Personal User Application.bru │ │ ├── Update Secured Item Credentials.bru │ │ ├── Update User Application for Current User.bru │ │ ├── Upload Personal App Icon.bru │ │ ├── Upload Secured Item Icon.bru │ │ └── Verify if Username for App or Item is Allowed.bru │ ├── Authentication │ │ ├── Login │ │ │ ├── Advance Authentication - Answer OOB.bru │ │ │ ├── Advance Authentication - Poll OOB.bru │ │ │ ├── Advance Authentication - Security Question.bru │ │ │ ├── Advance Authentication - Security Questions.bru │ │ │ ├── Advance Authentication - Start OOB.bru │ │ │ ├── Advance Authentication - User Password.bru │ │ │ ├── Advance a Forgot Username Session.bru │ │ │ ├── Answer Out-of-band Challenge.bru │ │ │ ├── Answer Registration Challenge.bru │ │ │ ├── Forgot Username.bru │ │ │ ├── Get Challenge State.bru │ │ │ ├── Start Authentication.bru │ │ │ ├── Start Forgot Username Session.bru │ │ │ ├── Start QR Code Authentication.bru │ │ │ ├── Start Social Authentication.bru │ │ │ ├── Start Step-up Challenge.bru │ │ │ ├── Submit OATH OTP Code.bru │ │ │ └── Submit QR Code.bru │ │ ├── Logout │ │ │ ├── Logout.bru │ │ │ ├── Sign Out from Current Session.bru │ │ │ └── Sign Out from Everywhere.bru │ │ └── OAuth - OpenID Connect │ │ │ ├── Authorize.bru │ │ │ ├── Confirm User Consent.bru │ │ │ ├── End User Session.bru │ │ │ ├── Get JWT Keys.bru │ │ │ ├── Get Metadata.bru │ │ │ ├── ISPSS - OIDC Authentication Basic Auth Header.bru │ │ │ ├── ISPSS - OIDC Authentication.bru │ │ │ ├── Introspect Tokens.bru │ │ │ ├── Revoke Tokens.bru │ │ │ ├── Token Request.bru │ │ │ └── UserInfo.bru │ ├── Customization │ │ ├── Get Editable Message Template.bru │ │ └── Get Editable Message Templates.bru │ ├── Device Management │ │ ├── Delete a Device -Mobile or OSX-.bru │ │ ├── Enroll Android Device.bru │ │ ├── Enroll iOS Device.bru │ │ └── Unenroll a Device -Mobile or OSX-.bru │ ├── Multifactor Enrollment │ │ ├── Additional APIs for MFA │ │ │ ├── Get QR Code Status.bru │ │ │ └── Set Phone PIN.bru │ │ ├── Manage OATH Profiles │ │ │ ├── Resynchronize TOTP ot HOTP.bru │ │ │ └── Validate OATH OTP Code.bru │ │ ├── Manage Security Questions │ │ │ ├── Delete Security Question.bru │ │ │ ├── Get Security Question.bru │ │ │ ├── Get Security Questions.bru │ │ │ ├── Reset Security Questions.bru │ │ │ ├── Set Security Question.bru │ │ │ └── Update Security Questions.bru │ │ ├── Manage U2F Devices │ │ │ ├── Delete U2F Devices.bru │ │ │ ├── Get Registration Challenge.bru │ │ │ ├── Get U2F Devices for User.bru │ │ │ └── Get U2F Devices.bru │ │ └── Passwords │ │ │ ├── Change User Password.bru │ │ │ └── Generate Password.bru │ ├── Organization Management │ │ ├── Create Organization.bru │ │ ├── Delete Organization.bru │ │ ├── Get Administrative Rights.bru │ │ ├── Get Administrators.bru │ │ ├── Get All Organizations.bru │ │ ├── Get Organization Details.bru │ │ ├── Get Organization Roles.bru │ │ ├── Get User Hierarchy.bru │ │ ├── Update Administrative Rights.bru │ │ ├── Update Administrators for Organization.bru │ │ ├── Update Organization Membership.bru │ │ └── Update Organization.bru │ ├── Policy Management │ │ ├── Authentication Profile │ │ │ ├── Delete Authentication Profile.bru │ │ │ ├── Get Authentication Assurance Level.bru │ │ │ ├── Get Authentication Profile.bru │ │ │ └── Set Authentication Profile.bru │ │ ├── Delete Policy.bru │ │ ├── Get Password Complexity Requirements.bru │ │ ├── Get Policy Block.bru │ │ ├── Get Policy Links.bru │ │ └── Set Policy.bru │ ├── Role Management │ │ ├── Add Users or Roles or Groups to Role.bru │ │ ├── Assign Administrative Rights to Role.bru │ │ ├── Create Role.bru │ │ ├── Delete Roles.bru │ │ ├── Get Apps Associated with Role.bru │ │ ├── Get Assigned Administrative Rights for Role.bru │ │ ├── Get Role Members.bru │ │ ├── Get Role.bru │ │ ├── Remove Users or Roles or Groups from Role.bru │ │ ├── Set Script of Dynamic Role.bru │ │ ├── Test Dynamic Role Script.bru │ │ ├── Unassign Administrative Rights for Role.bru │ │ └── Update Role.bru │ ├── SCIM │ │ ├── Container Permissions │ │ │ ├── Create Container Permissions.bru │ │ │ ├── Delete Container Permissions.bru │ │ │ ├── Get Container Permissions by ID.bru │ │ │ ├── Query Container Permissions.bru │ │ │ └── Update Container Permissions.bru │ │ ├── Containers │ │ │ ├── Create Container.bru │ │ │ ├── Delete Container.bru │ │ │ ├── Get Container by ID.bru │ │ │ ├── Query Containers.bru │ │ │ └── Update Container.bru │ │ ├── Groups │ │ │ ├── Create Group.bru │ │ │ ├── Delete Group.bru │ │ │ ├── Get Group by ID.bru │ │ │ ├── Query Groups.bru │ │ │ ├── Update Group with Patch.bru │ │ │ └── Update Group.bru │ │ ├── Privileged Data │ │ │ ├── Create Privileged Data.bru │ │ │ ├── Delete Privileged Data.bru │ │ │ ├── Get Privileged Data by ID.bru │ │ │ ├── Query Privileged Data.bru │ │ │ └── Update Privileged Data.bru │ │ ├── Service Provider Configuration Endpoints │ │ │ ├── Resource Type by ID.bru │ │ │ ├── Resource Types.bru │ │ │ ├── Schema.bru │ │ │ ├── Schemas.bru │ │ │ └── Service Provider Config.bru │ │ └── Users │ │ │ ├── Create User.bru │ │ │ ├── Delete User.bru │ │ │ ├── Get User by ID.bru │ │ │ ├── Query Users.bru │ │ │ ├── Update User with Patch.bru │ │ │ └── Update User.bru │ ├── Signup Workflow │ │ └── Signup External Users.bru │ ├── Tenant Management │ │ ├── Manage Suffixes │ │ │ ├── Create Tenant Suffix.bru │ │ │ ├── Delete Suffixes.bru │ │ │ ├── Get CDS Tenant Suffixes.bru │ │ │ └── Get Tenant Suffixes.bru │ │ ├── Manage Tenant Cnames │ │ │ ├── Delete a Tenant URL.bru │ │ │ ├── Get Tenant Cnames.bru │ │ │ ├── Get Tenant URLs.bru │ │ │ ├── Register Tenant URL.bru │ │ │ └── Set Tenant Cname as Preferred Cname.bru │ │ └── Manage Tenant Configuration │ │ │ ├── Delete Tenant Configuration.bru │ │ │ ├── Get Tenant Configuration.bru │ │ │ ├── Get Tenant Custom Configuration.bru │ │ │ ├── Get Tenant Information.bru │ │ │ ├── Set Tenant Configuration.bru │ │ │ └── Set Tenant Custom Configuration.bru │ ├── User Management │ │ ├── Additional User Management APIs │ │ │ ├── Exempt a User From MFA.bru │ │ │ └── Fetch Technical Support User.bru │ │ ├── Bulk Import │ │ │ ├── Advance bulk user import.bru │ │ │ └── Start bulk user import.bru │ │ ├── Create Users │ │ │ └── Create User.bru │ │ ├── Delete users │ │ │ └── Delete users.bru │ │ ├── Get User Risk Level │ │ │ └── Get Risk Level for a Specified User.bru │ │ ├── Manage User Attributes │ │ │ ├── Fetch Attributes for a Specified User.bru │ │ │ ├── Get Schema.bru │ │ │ ├── Get additional attributes.bru │ │ │ ├── Get user attributes.bru │ │ │ ├── Set Additional Attributes.bru │ │ │ └── Set users picture.bru │ │ ├── Manage User Data │ │ │ ├── Add Additional Attributes.bru │ │ │ ├── Get All Users Details.bru │ │ │ ├── Get User Details By Name.bru │ │ │ ├── Get User Information.bru │ │ │ ├── Get User Roles and Administrative Rights.bru │ │ │ ├── Get User Settings.bru │ │ │ ├── Get user details.bru │ │ │ ├── Update AD User Attributes.bru │ │ │ ├── Update Base Profile.bru │ │ │ └── Update User Profile.bru │ │ ├── Manage User State │ │ │ ├── Change user state.bru │ │ │ ├── Check if User is Locked Out By Policy.bru │ │ │ ├── Check if User is Locked.bru │ │ │ ├── Disable or Enable a User.bru │ │ │ └── Set user state.bru │ │ └── Send User Invites │ │ │ ├── Invite Cloud Users.bru │ │ │ ├── Send Invitation Email.bru │ │ │ └── Send Invitation SMS.bru │ └── Workflow Management │ │ ├── Cancel Job.bru │ │ ├── Delete Job.bru │ │ ├── Get Job Report.bru │ │ ├── Get User Jobs.bru │ │ ├── Get WOrkflow jobs.bru │ │ ├── Send Workflow Event.bru │ │ └── Start Job.bru ├── Privilege Cloud - Shared Services │ ├── Account Discovery - New │ │ ├── Discovery Rule Sets │ │ │ ├── Add a Discovery Rule Set.bru │ │ │ ├── Delete a Discovery Rule Set.bru │ │ │ ├── Edit a Discovery Rule Set.bru │ │ │ ├── Get All Discovery Rule Sets.bru │ │ │ └── Get a Discovery Rule Set.bru │ │ └── New Discovered Accounts │ │ │ ├── Add a Discovered Account.bru │ │ │ ├── Delete All Discovered Accounts.bru │ │ │ ├── Delete a Discovered Account.bru │ │ │ ├── Get All Discovered Accounts.bru │ │ │ ├── Get Discovered Account.bru │ │ │ ├── Get a Discovered Accounts Activities.bru │ │ │ └── Onboard a Discovered Account.bru │ ├── Account Discovery │ │ ├── Classic Discovered Accounts │ │ │ ├── Add Discovered Accounts.bru │ │ │ ├── Delete Discovered Accounts.bru │ │ │ ├── Get Discovered Account Details.bru │ │ │ └── Get Discovered Accounts.bru │ │ └── Onboarding Rules │ │ │ ├── Add Onboarding Rule.bru │ │ │ ├── Delete Onboarding Rule.bru │ │ │ ├── Get Onboarding Rule.bru │ │ │ └── Update Onboarding Rule.bru │ ├── Accounts │ │ ├── Account Actions │ │ │ ├── Ad Hoc Connect Using PSM.bru │ │ │ ├── Change Credentials Immediately.bru │ │ │ ├── Change Credentials in Privilege Cloud.bru │ │ │ ├── Change Password- Set Next Password.bru │ │ │ ├── Check In an Exclusive Account.bru │ │ │ ├── Connect Using PSM.bru │ │ │ ├── Generate Password.bru │ │ │ ├── Get Password Value.bru │ │ │ ├── Reconcile Credentials.bru │ │ │ ├── Retrieve Private SSH Key Account.bru │ │ │ └── Verify Credentials.bru │ │ ├── Account Dependents │ │ │ ├── Add Dependent Account.bru │ │ │ ├── Delete Account Dependent.bru │ │ │ ├── Get Dependent Account by ID.bru │ │ │ ├── Get Dependent Accounts.bru │ │ │ ├── Link Account to Dependent.bru │ │ │ ├── Unlink Account from Dependent.bru │ │ │ └── Update Dependent Account.bru │ │ ├── Account Groups │ │ │ ├── Add Account Group.bru │ │ │ ├── Add Member to Account Group.bru │ │ │ ├── Delete Member from Account Group.bru │ │ │ ├── Get Account Group Members.bru │ │ │ └── Get Account Group by Safe.bru │ │ ├── Add Account.bru │ │ ├── Bulk Upload of Accounts │ │ │ ├── Create Bulk Upload of Accounts.bru │ │ │ ├── Get All Bulk Account Uploads for User.bru │ │ │ └── Get Bulk Account Upload Result.bru │ │ ├── Delete Account.bru │ │ ├── Get Account Activity.bru │ │ ├── Get Account Details.bru │ │ ├── Get Accounts.bru │ │ ├── Get Secret Versions.bru │ │ ├── Linked Accounts │ │ │ ├── Link an Account.bru │ │ │ └── Unlink an Account.bru │ │ └── Update Account.bru │ ├── Applications │ │ ├── Add Application Authentication Method.bru │ │ ├── Add Application.bru │ │ ├── Delete Application Authentication Method.bru │ │ ├── Delete Application.bru │ │ ├── Get Application Authentication Methods.bru │ │ ├── Get Application Details.bru │ │ └── Get Applications.bru │ ├── BYOK - Self-Managed Encryption Key │ │ ├── BYOK Status.bru │ │ ├── Configure BYOK.bru │ │ ├── Disable BYOK.bru │ │ └── Enable BYOK.bru │ ├── Custom Ticketing Systems │ │ ├── Export Logs from Custom Ticketing System.bru │ │ └── Import Custom Ticketing System.bru │ ├── IP Allowlist │ │ ├── Configure IP allowlist.bru │ │ └── Get IP allowlist.bru │ ├── MFA API │ │ └── Private SSH Authentication │ │ │ ├── Delete All MFA Caching SSH Keys.bru │ │ │ ├── Delete an MFA Caching SSH Key for Another User.bru │ │ │ ├── Delete an MFA Caching SSH Key.bru │ │ │ ├── Generate an MFA Caching SSH Key for Another User.bru │ │ │ └── Generate an MFA Caching SSH Key.bru │ ├── Monitor Sessions │ │ ├── Get Active Session Activities.bru │ │ ├── Get Active Session Details.bru │ │ ├── Get Active Session Properties.bru │ │ ├── Get Active Sessions.bru │ │ ├── Recordings │ │ │ ├── Get Recording Activities.bru │ │ │ ├── Get Recording Details.bru │ │ │ ├── Get Recording Properties.bru │ │ │ ├── Get Recordings.bru │ │ │ └── Play Recording.bru │ │ └── Session Actions │ │ │ ├── Monitor an Active Session.bru │ │ │ ├── Suspend or Resume an Active Session.bru │ │ │ └── Terminate an Active Session.bru │ ├── Platforms │ │ ├── Dependent Platforms │ │ │ ├── Delete Dependent Platform.bru │ │ │ ├── Duplicate Dependent Platforms.bru │ │ │ └── Get Dependent Platforms.bru │ │ ├── Export Platform.bru │ │ ├── Get Platform Details.bru │ │ ├── Get Platforms.bru │ │ ├── Group Platforms │ │ │ ├── Activate Group Platform.bru │ │ │ ├── Deactivate Group Platform.bru │ │ │ ├── Delete Group Platform.bru │ │ │ ├── Duplicate Group Platforms.bru │ │ │ └── Get Group Platforms.bru │ │ ├── Import Platform.bru │ │ ├── Rotational Group Platforms │ │ │ ├── Activate Rotational Group Platform.bru │ │ │ ├── Deactivate Rotational Group Platform.bru │ │ │ ├── Delete Rotational Group Platform.bru │ │ │ ├── Duplicate Rotational Group Platforms.bru │ │ │ └── Get Rotational Group Platforms.bru │ │ └── Target Platforms │ │ │ ├── Activate Target Platform.bru │ │ │ ├── Deactivate Target Platform.bru │ │ │ ├── Delete Target Platform.bru │ │ │ ├── Duplicate Target Platforms.bru │ │ │ └── Get Target Platforms.bru │ ├── Requests │ │ ├── Incoming Requests │ │ │ ├── Confirm Request.bru │ │ │ ├── Get Confirmation Request Details.bru │ │ │ ├── Get Incoming Request List.bru │ │ │ └── Reject Request.bru │ │ └── My Requests │ │ │ ├── Create an Access Request.bru │ │ │ ├── Delete My Request.bru │ │ │ ├── Get Details of My Requests.bru │ │ │ ├── Get My Requests.bru │ │ │ └── Multiple Access Requests │ │ │ ├── Create Access Request for Multiple Accounts.bru │ │ │ └── Get Multiple Account Access Status.bru │ ├── Safes │ │ ├── Add Safe.bru │ │ ├── Delete Safe.bru │ │ ├── Get All Safes.bru │ │ ├── Get Safe Details.bru │ │ ├── Get Safes by Platform ID.bru │ │ ├── Safe Members │ │ │ ├── Add Safe Member.bru │ │ │ ├── Delete Safe Member.bru │ │ │ ├── Get All Safe Members.bru │ │ │ ├── Get Safe Member.bru │ │ │ └── Update Safe Member.bru │ │ ├── Search for a Safe.bru │ │ └── Update Safe.bru │ ├── Server │ │ ├── Logo -Deprecated-.bru │ │ ├── Server.bru │ │ └── Verify -Deprecated-.bru │ ├── Session Management │ │ ├── Get All Connection Components.bru │ │ ├── Get All PSM Servers.bru │ │ ├── Get Session Management Policy of Platform.bru │ │ ├── Import Connection Component.bru │ │ └── Update Session Management Policy of Platform.bru │ ├── System Health │ │ ├── Privilege Cloud System Health Details.bru │ │ └── Privilege Cloud System Health Summary.bru │ └── User Management │ │ └── User Licenses Report.bru ├── Privilege Cloud - Standard │ ├── Accounts │ │ ├── Account Actions │ │ │ ├── Ad-Hoc Connect Using PSM.bru │ │ │ ├── Change Credentials Immediately.bru │ │ │ ├── Change Credentials in Privilege Cloud.bru │ │ │ ├── Change Credentials- Set Next Password.bru │ │ │ ├── Check In an Exclusive Account.bru │ │ │ ├── Connect Using PSM.bru │ │ │ ├── Generate Password.bru │ │ │ ├── Get Password Value.bru │ │ │ ├── Reconcile Credentials.bru │ │ │ ├── Retrieve Private SSH Key Account.bru │ │ │ └── Verify Credentials.bru │ │ ├── Account Groups │ │ │ ├── Add Account Group.bru │ │ │ ├── Add Member to Account Group.bru │ │ │ ├── Delete Member from Account Group.bru │ │ │ ├── Get Account Group Members.bru │ │ │ └── Get Account Group by Safe.bru │ │ ├── Add Account.bru │ │ ├── Bulk Upload of Accounts │ │ │ ├── Create Bulk Upload of Accounts.bru │ │ │ ├── Get All Bulk Account Uploads for User.bru │ │ │ └── Get Bulk Account Upload Result.bru │ │ ├── Delete Account.bru │ │ ├── Discovered Accounts │ │ │ ├── Add Discovered Accounts.bru │ │ │ ├── Delete Discovered Accounts.bru │ │ │ ├── Get Discovered Account Details.bru │ │ │ └── Get Discovered Accounts.bru │ │ ├── Get Account Activity.bru │ │ ├── Get Account Details.bru │ │ ├── Get Accounts.bru │ │ ├── Get Secret Versions.bru │ │ ├── Linked Accounts │ │ │ ├── Link an Account.bru │ │ │ └── Unlink an Account.bru │ │ └── Update Account.bru │ ├── Applications │ │ ├── Add Application Authentication Method.bru │ │ ├── Add Application.bru │ │ ├── Delete Application Authentication Method.bru │ │ ├── Delete Application.bru │ │ ├── Get Application Authentication Methods.bru │ │ ├── Get Application Details.bru │ │ └── Get Applications.bru │ ├── Authentication │ │ ├── Logoff │ │ │ └── CyberArk- LDAP- RADIUS Logoff.bru │ │ └── Logon │ │ │ ├── CyberArk- LDAP- RADIUS.bru │ │ │ └── SAML Logon.bru │ ├── Custom Ticketing Systems │ │ ├── Export Logs from Custom Ticketing System.bru │ │ └── Import Custom Ticketing System.bru │ ├── LDAP Integration │ │ ├── LDAP Directories │ │ │ ├── Create Directory.bru │ │ │ ├── Delete Directory.bru │ │ │ ├── Get Directories.bru │ │ │ └── Get Directory Details.bru │ │ └── LDAP Mappings │ │ │ ├── Create Directory Mapping.bru │ │ │ ├── Delete Directory Mapping.bru │ │ │ ├── Edit Directory Mapping.bru │ │ │ ├── Get Directory Mapping List.bru │ │ │ ├── Get Mapping Details.bru │ │ │ └── Reorder Directory Mappings.bru │ ├── Monitor Sessions │ │ ├── Get Active Session Activities.bru │ │ ├── Get Active Session Details.bru │ │ ├── Get Active Session Properties.bru │ │ ├── Get Active Sessions.bru │ │ ├── Recordings │ │ │ ├── Get Recording Activities.bru │ │ │ ├── Get Recording Details.bru │ │ │ ├── Get Recording Properties.bru │ │ │ ├── Get Recordings.bru │ │ │ └── Play Recording.bru │ │ └── Session Actions │ │ │ ├── Monitor an Active Session.bru │ │ │ ├── Suspend or Resume an Active Session.bru │ │ │ └── Terminate an Active Session.bru │ ├── Onboarding Rules │ │ ├── Add Onboarding Rule.bru │ │ ├── Delete Onboarding Rule.bru │ │ ├── Get Onboarding Rule.bru │ │ └── Update Onboarding Rule.bru │ ├── Platforms │ │ ├── Dependent Platforms │ │ │ ├── Delete Dependent Platform.bru │ │ │ ├── Duplicate Dependent Platforms.bru │ │ │ └── Get Dependent Platforms.bru │ │ ├── Export Platform.bru │ │ ├── Get Platform Details.bru │ │ ├── Get Platforms.bru │ │ ├── Group Platforms │ │ │ ├── Activate Group Platform.bru │ │ │ ├── Deactivate Group Platform.bru │ │ │ ├── Delete Group Platform.bru │ │ │ ├── Duplicate Group Platforms.bru │ │ │ └── Get Group Platforms.bru │ │ ├── Import Platform.bru │ │ ├── Rotational Group Platforms │ │ │ ├── Activate Rotational Group Platform.bru │ │ │ ├── Deactivate Rotational Group Platform.bru │ │ │ ├── Delete Rotational Group Platform.bru │ │ │ ├── Duplicate Rotational Group Platforms.bru │ │ │ └── Get Rotational Group Platforms.bru │ │ └── Target Platforms │ │ │ ├── Activate Target Platform.bru │ │ │ ├── Deactivate Target Platform.bru │ │ │ ├── Delete Target Platform.bru │ │ │ ├── Duplicate Target Platforms.bru │ │ │ └── Get Target Platforms.bru │ ├── Requests │ │ ├── Incoming Requests │ │ │ ├── Confirm Request.bru │ │ │ ├── Get Confirmation Request Details.bru │ │ │ ├── Get Incoming Request List.bru │ │ │ └── Reject Request.bru │ │ └── My Requests │ │ │ ├── Create an Access Request.bru │ │ │ ├── Delete My Request.bru │ │ │ ├── Get Details of My Requests.bru │ │ │ ├── Get My Requests.bru │ │ │ └── Multiple Access Requests │ │ │ ├── Create Access Request for Multiple Accounts.bru │ │ │ └── Get Multiple Account Access Status.bru │ ├── Safes │ │ ├── Add Safe.bru │ │ ├── Delete Safe.bru │ │ ├── Get All Safes.bru │ │ ├── Get Safe Details.bru │ │ ├── Get Safe by Platform ID.bru │ │ ├── Safe Members │ │ │ ├── Add Safe Member.bru │ │ │ ├── Delete Safe Member.bru │ │ │ ├── Get All Safe Members.bru │ │ │ ├── Get Safe Member.bru │ │ │ └── Update Safe Member.bru │ │ ├── Search for a Safe.bru │ │ └── Update Safe.bru │ ├── Server │ │ ├── Logo -Deprecated-.bru │ │ ├── Server -Deprecated-.bru │ │ └── Verify -Deprecated-.bru │ ├── Session Management │ │ ├── Get All Connection Components.bru │ │ ├── Get All PSM Servers.bru │ │ ├── Get Session Management Policy of Platform.bru │ │ ├── Import Connection Component.bru │ │ └── Update Session Management Policy of Platform.bru │ ├── System Health │ │ ├── Privilege Cloud System Health Details.bru │ │ └── Privilege Cloud System Health Summary.bru │ └── User Management │ │ ├── Groups │ │ ├── Add Member to Group.bru │ │ ├── Create Group.bru │ │ ├── Delete Group.bru │ │ ├── Get Group Details.bru │ │ ├── Get Groups.bru │ │ ├── Remove User from Group.bru │ │ └── Update Group.bru │ │ ├── Private SSH Authentication │ │ ├── Delete All MFA Caching SSH Keys.bru │ │ ├── Delete an MFA Caching SSH Key for Another User.bru │ │ ├── Delete an MFA Caching SSH Key.bru │ │ ├── Generate an MFA Caching SSH Key for Another User.bru │ │ └── Generate an MFA Caching SSH Key.bru │ │ └── Users │ │ ├── Activate User.bru │ │ ├── Add User.bru │ │ ├── Delete User.bru │ │ ├── Disable User.bru │ │ ├── Enable User.bru │ │ ├── Get User Details.bru │ │ ├── Get Users.bru │ │ ├── Reset User Password.bru │ │ └── Update User.bru ├── RA - Remote Access │ ├── Activities V2 │ │ └── Get Activities.bru │ ├── Applications V2 │ │ └── Get Applications.bru │ ├── Connectors V2 │ │ └── Get Tenant Connectors.bru │ ├── Groups V2 │ │ ├── Create Group.bru │ │ ├── Delete Group.bru │ │ ├── Get All Groups.bru │ │ ├── Get Group.bru │ │ └── Update Group.bru │ ├── Invitations V2 │ │ ├── Create User Invitation.bru │ │ ├── Create Vendor Invitation.bru │ │ ├── Delete Vendor Invitation.bru │ │ ├── Get Vendor Invitation by ID.bru │ │ └── Get Vendor Invitations.bru │ ├── Self Service Requests V2 │ │ ├── Create Vendor Invite.bru │ │ ├── Get Pending Self Service Invitation Requests.bru │ │ └── Reject a Pending Self Service Invitation Request.bru │ ├── Sites V2 │ │ └── Get Tenant Sites.bru │ ├── Users V2 │ │ ├── Add User to Team.bru │ │ ├── Delete User by ID.bru │ │ ├── Get User by ID.bru │ │ ├── Get Users by Query.bru │ │ ├── Grant User Vendor Manager Status.bru │ │ ├── Remove User from Team.bru │ │ ├── Update User Role.bru │ │ ├── Update User Status.bru │ │ └── Update User Vendor Manager Status.bru │ └── Vendors V2 │ │ ├── Delete Vendor by Phone Number.bru │ │ ├── Delete Vendor.bru │ │ ├── Get Vendor by ID.bru │ │ ├── Get Vendor by Phone Number.bru │ │ ├── Get Vendors by Query.bru │ │ ├── Update Vendor Status.bru │ │ ├── Update Vendor by Phone Number.bru │ │ └── Update Vendor.bru ├── README.md ├── SCA - Secure Cloud Access │ ├── SCA Authentication │ │ └── Generate Public API Token.bru │ ├── SCA General Cloud Activity │ │ └── Initiate Scan.bru │ ├── SCA Infrastructure │ │ └── Get Job Status.bru │ └── SCA Policy │ │ ├── Create Policy V2.bru │ │ ├── Create Policy.bru │ │ ├── Discovery.bru │ │ ├── Edit Policy.bru │ │ ├── Get Policy Status.bru │ │ ├── Get Policy.bru │ │ ├── Query Policies.bru │ │ ├── Remove Policy.bru │ │ └── Validate Policy.bru ├── SIA - Secure Infrastructure Access │ ├── Connectors │ │ └── Generate Script.bru │ ├── Policies │ │ ├── Add Authorization Policy.bru │ │ ├── Delete Authorization Policy.bru │ │ ├── Get a Specific Policy by ID.bru │ │ ├── List Policies.bru │ │ └── Update Authorization Policy.bru │ ├── Public Keys │ │ ├── Download an SSH CA Public Key.bru │ │ └── Generate a Deployment Script for the SSH CA Public Key.bru │ ├── SIA Settings │ │ ├── Get SIA Settings by Feature.bru │ │ ├── Get SIA Settings.bru │ │ └── Update SIA Feature Settings.bru │ ├── SSH Host Key Fingerprints │ │ ├── Add Fingerprint.bru │ │ ├── Delete Fingerprint.bru │ │ ├── Get Fingerprint.bru │ │ └── Update Fingerprint.bru │ └── Strong Account APIs │ │ ├── Strong Accounts │ │ ├── Add a New Strong Account.bru │ │ ├── Change an Existing Strong Account.bru │ │ ├── Deletes an Existing Strong Account.bru │ │ ├── Retrieve a List of Strong Accounts.bru │ │ └── Retrieve an Existing Strong Account.bru │ │ └── Target Sets for Strong Accounts │ │ ├── Add a Bulk of Target Sets.bru │ │ ├── Delete a Bulk of Target Sets.bru │ │ └── Get a List of Existing Target Sets.bru ├── Secrets Hub │ ├── Get Secrets │ │ └── List Secrets.bru │ ├── Scan Secret Store │ │ ├── Get Scans.bru │ │ └── Trigger Scan.bru │ ├── Secret Stores │ │ ├── Create Secret Store.bru │ │ ├── Create Secrets Filter.bru │ │ ├── Delete Secret Store.bru │ │ ├── Delete Secrets Filter.bru │ │ ├── Get Secret Store Connection Status.bru │ │ ├── Get a Secret Store.bru │ │ ├── Get a Secrets Filter.bru │ │ ├── List All Secret Stores.bru │ │ ├── List All Secrets Filters.bru │ │ └── Update Secret Store.bru │ ├── Service Info │ │ └── Get Secret Store Info.bru │ └── Sync Policy │ │ ├── Create Policy.bru │ │ ├── Delete Policy.bru │ │ ├── Get Policy.bru │ │ ├── List Policies.bru │ │ └── Set Policy State.bru ├── bruno.json ├── collection.bru └── environments │ └── ISPSS Environment.bru ├── README.md ├── User Guide ├── CyberArk Bruno REST API Collection User Guide.pdf └── README.md └── assets ├── brunoCollectionIcon.png ├── brunoCollectionIcon.svg └── brunoCollectionOIDCAuth.png /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Central Credential Provider/Get Password.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Central Credential Provider/Get Password.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Create Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Create Policy.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Delete Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Delete Policy.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/EPM Authentication.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/EPM Authentication.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Admin Audit Data.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Admin Audit Data.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Computer Groups.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Computer Groups.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Computers.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Computers.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get EPM Version.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get EPM Version.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Policies.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Policies.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Policy Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Policy Details.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Raw Events.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Raw Events.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Sets List.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/EPM - Endpoint Privilege Manager On-Prem/Get Sets List.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Activities V2/Get Activities.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Activities V2/Get Activities.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Applications V2/Get Applications.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Applications V2/Get Applications.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Connectors V2/Get Tenant Connectors.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Connectors V2/Get Tenant Connectors.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Groups V2/Create Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Groups V2/Create Group.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Groups V2/Delete Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Groups V2/Delete Group.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Groups V2/Get All Groups.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Groups V2/Get All Groups.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Groups V2/Get Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Groups V2/Get Group.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Groups V2/Update Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Groups V2/Update Group.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Invitations V2/Create User Invitation.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Invitations V2/Create User Invitation.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Invitations V2/Create Vendor Invitation.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Invitations V2/Create Vendor Invitation.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Invitations V2/Delete Vendor Invitation.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Invitations V2/Delete Vendor Invitation.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Invitations V2/Get Vendor Invitation by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Invitations V2/Get Vendor Invitation by ID.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Invitations V2/Get Vendor Invitations.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Invitations V2/Get Vendor Invitations.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Sites V2/Get Tenant Sites.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Sites V2/Get Tenant Sites.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Add User to Team.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Add User to Team.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Delete User by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Delete User by ID.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Get User by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Get User by ID.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Get Users by Query.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Get Users by Query.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Grant User Vendor Manager Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Grant User Vendor Manager Status.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Remove User from Team.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Remove User from Team.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Update User Role.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Update User Role.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Update User Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Update User Status.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Update User Vendor Manager Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Users V2/Update User Vendor Manager Status.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Delete Vendor by Phone Number.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Delete Vendor by Phone Number.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Delete Vendor.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Delete Vendor.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Get Vendor by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Get Vendor by ID.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Get Vendor by Phone Number.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Get Vendor by Phone Number.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Get Vendors by Query.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Get Vendors by Query.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Update Vendor Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Update Vendor Status.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Update Vendor by Phone Number.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Update Vendor by Phone Number.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Update Vendor.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/RA - Remote Access/Vendors V2/Update Vendor.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Actions/Connect Using PSM.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Actions/Connect Using PSM.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Actions/Generate Password.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Actions/Generate Password.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Actions/Get Password Value.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Actions/Get Password Value.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Actions/Unlock Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Actions/Unlock Account.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Actions/Verify Credentials.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Actions/Verify Credentials.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Groups/Add Account Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Account Groups/Add Account Group.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Add Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Add Account.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Delete Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Delete Account.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Get Account Activity.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Get Account Activity.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Get Account Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Get Account Details.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Get Accounts.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Get Accounts.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Get Advanced Search Properties.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Get Advanced Search Properties.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Get Secret Versions.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Get Secret Versions.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Linked Accounts/Link an Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Linked Accounts/Link an Account.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Linked Accounts/Unlink an Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Linked Accounts/Unlink an Account.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Update Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Accounts/Update Account.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Applications/Add Application.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Applications/Add Application.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Applications/Delete Application.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Applications/Delete Application.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Applications/Get Application Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Applications/Get Application Details.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Applications/Get Applications.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Applications/Get Applications.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Authentication/Logoff/SAML - Logoff.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Authentication/Logoff/SAML - Logoff.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Authentication/Logon/PTA Authentication.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Authentication/Logon/PTA Authentication.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Authentication/Logon/SAML - Logon.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Authentication/Logon/SAML - Logon.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/General/Add Allowed Referrer.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/General/Add Allowed Referrer.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/General/Get Allowed Referrer.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/General/Get Allowed Referrer.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Monitor Sessions/Get Active Session.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Monitor Sessions/Get Active Session.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Monitor Sessions/Get Active Sessions.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Monitor Sessions/Get Active Sessions.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Monitor Sessions/Recordings/Get Recordings.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Monitor Sessions/Recordings/Get Recordings.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Monitor Sessions/Recordings/Play Recording.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Monitor Sessions/Recordings/Play Recording.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/OPM Commands/Policy/Add OPM Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/OPM Commands/Policy/Add OPM Policy.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/OPM Commands/Policy/Delete OPM Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/OPM Commands/Policy/Delete OPM Policy.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/OPM Commands/Policy/Get OPM Rules.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/OPM Commands/Policy/Get OPM Rules.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Onboarding Rules/Add Onboarding Rule.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Onboarding Rules/Add Onboarding Rule.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Onboarding Rules/Delete Onboarding Rule.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Onboarding Rules/Delete Onboarding Rule.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Onboarding Rules/Get Onboarding Rule.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Onboarding Rules/Get Onboarding Rule.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Onboarding Rules/Update Onboarding Rule.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Onboarding Rules/Update Onboarding Rule.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/PTA Administration/Get PTA Administration.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/PTA Administration/Get PTA Administration.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/PTA Installation/Get PTA Installation Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/PTA Installation/Get PTA Installation Status.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/PTA Installation/Get Server Encryption Key.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/PTA Installation/Get Server Encryption Key.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/PTA Installation/Install PTA.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/PTA Installation/Install PTA.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/PTA Installation/PTA Server Authentication.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/PTA Installation/PTA Server Authentication.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Platforms/Export Platform.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Platforms/Export Platform.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Platforms/Get Platform Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Platforms/Get Platform Details.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Platforms/Get Platforms.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Platforms/Get Platforms.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Platforms/Group Platforms/Get Group Platforms.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Platforms/Group Platforms/Get Group Platforms.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Platforms/Import Platform.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Platforms/Import Platform.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Reports and Tasks/Create Task.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Reports and Tasks/Create Task.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Reports and Tasks/Download Report.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Reports and Tasks/Download Report.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Reports and Tasks/Get Reports.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Reports and Tasks/Get Reports.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Reports and Tasks/Get Tasks.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Reports and Tasks/Get Tasks.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Requests/Incoming Requests/Confirm Request.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Requests/Incoming Requests/Confirm Request.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Requests/Incoming Requests/Reject Request.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Requests/Incoming Requests/Reject Request.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Requests/My Requests/Create an Access Request.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Requests/My Requests/Create an Access Request.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Requests/My Requests/Delete My Request.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Requests/My Requests/Delete My Request.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Requests/My Requests/Get My Requests.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Requests/My Requests/Get My Requests.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Add Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Add Safe.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Delete Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Delete Safe.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Get All Safes.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Get All Safes.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Get Safe Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Get Safe Details.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Get Safe by Platform ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Get Safe by Platform ID.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Safe Members/Add Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Safe Members/Add Safe Member.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Safe Members/Delete Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Safe Members/Delete Safe Member.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Safe Members/Get All Safe Members.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Safe Members/Get All Safe Members.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Safe Members/Get Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Safe Members/Get Safe Member.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Safe Members/Update Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Safe Members/Update Safe Member.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Search for a Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Search for a Safe.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Update Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Safes/Update Safe.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Add Suspicious Activities Rule.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Add Suspicious Activities Rule.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Get PTA Security Configuration.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Get PTA Security Configuration.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Get Risk Events.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Get Risk Events.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Get Risk Summary.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Get Risk Summary.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Get Security Events.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Get Security Events.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Get Security Settings.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Get Security Settings.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Update Risk Event Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Update Risk Event Status.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Update Security Event Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Update Security Event Status.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Update Security Remediation Settings.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Update Security Remediation Settings.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Update Suspicious Activity Rule.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Security/Update Suspicious Activity Rule.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Server/Logo.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Server/Logo.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Server/Server.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Server/Server.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Server/Verify.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Server/Verify.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Session Management/Get All PSM Servers.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/Session Management/Get All PSM Servers.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/System Health/PTA Health Monitoring Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/System Health/PTA Health Monitoring Details.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/System Health/PTA Prometheus Metrics.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/System Health/PTA Prometheus Metrics.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Add Member to Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Add Member to Group.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Create Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Create Group.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Delete Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Delete Group.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Get Group Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Get Group Details.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Get Groups.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Get Groups.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Remove User from Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Remove User from Group.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Update Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Groups/Update Group.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Activate User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Activate User.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Add User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Add User.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Delete User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Delete User.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Disable User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Disable User.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Enable User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Enable User.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Get User Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Get User Details.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Get User Types.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Get User Types.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Get Users.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Get Users.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Reset User Password.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Reset User Password.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Update User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/Self-Hosted PAM/User Management/Users/Update User.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/bruno.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/bruno.json -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/collection.bru: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/environments/Self-Hosted Environment.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/CyberArk Self-Hosted REST API/environments/Self-Hosted Environment.bru -------------------------------------------------------------------------------- /CyberArk Self-Hosted REST API/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/CyberArk Self-Hosted REST API/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/LICENSE -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Components/Get All Components.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Components/Get All Components.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Components/Upgrade a Component.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Components/Upgrade a Component.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Add Pool Identifier.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Add Pool Identifier.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Assign Pool Component.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Assign Pool Component.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Bulk Add Pool Identifiers.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Bulk Add Pool Identifiers.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Create Network.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Create Network.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Create Pool.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Create Pool.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Delete Network.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Delete Network.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Delete Pool Component.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Delete Pool Component.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Delete Pool.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Delete Pool.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Get Network.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Get Network.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Get Pool Component.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Get Pool Component.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Get Pool.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Get Pool.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/List Networks.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/List Networks.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/List Pool Components.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/List Pool Components.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/List Pools.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/List Pools.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Remove Pool Identifier.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Remove Pool Identifier.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Update Network.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Update Network.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Update Pool.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Private/Update Pool.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Add Pool Identifier.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Add Pool Identifier.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Bulk Add Pool Identifiers.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Bulk Add Pool Identifiers.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Create Network.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Create Network.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Create Pool.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Create Pool.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Delete Network.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Delete Network.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Delete Pool.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Delete Pool.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Get Network.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Get Network.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Get Pool Component.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Get Pool Component.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Get Pool.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Get Pool.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Identifier Types.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Identifier Types.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Identifier Values.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Identifier Values.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Networks.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Networks.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Pool Component Types.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Pool Component Types.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Pool Components.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Pool Components.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Pool Identifiers.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Pool Identifiers.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Pools.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/List Pools.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Remove Pool Identifier.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Remove Pool Identifier.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Update Network.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Update Network.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Update Pool.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connector Pools/Public/Update Pool.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Component Installation.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Component Installation.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Delete a Component.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Delete a Component.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Delete a Connector.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Delete a Connector.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get All Connector Components.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get All Connector Components.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get All Connectors.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get All Connectors.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get Component Log.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get Component Log.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get Connector Public Key.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get Connector Public Key.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get a Component by Connector.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get a Component by Connector.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get a Connector.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Get a Connector.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/List Component Logs.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/List Component Logs.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Reinstall Component.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Reinstall Component.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Rescan Components.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Rescan Components.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Update an Existing Agent.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Update an Existing Agent.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Upgrade a Component.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Connectors/Upgrade a Component.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Pools/Get Available Connector Pools.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Pools/Get Available Connector Pools.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Pools/Get Connector Pool by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Pools/Get Connector Pool by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Asynchronous HTTP Task.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Asynchronous HTTP Task.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Create Command Task Operation.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Create Command Task Operation.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Create Task Temporary Package.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Create Task Temporary Package.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Create Temporary Session.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Create Temporary Session.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Get Existing Session.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Get Existing Session.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Get HTTP Task by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Get HTTP Task by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Get Operation Task Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/Get Operation Task Status.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/HTTP Task.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/CM - Connector Management/Tasks/HTTP Task.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Central Credential Provider/GetPassword.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Central Credential Provider/GetPassword.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Authenticate User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Authenticate User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Authenticate Workloads/Authenticate Host Using API Key.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Authenticate Workloads/Authenticate Host Using API Key.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Authenticate Workloads/Authenticate Using Azure Authenticator.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Authenticate Workloads/Authenticate Using Azure Authenticator.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Authenticate Workloads/Authenticate Using GCP Authenticator.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Authenticate Workloads/Authenticate Using GCP Authenticator.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Authenticate Workloads/Authenticate Using JWT Authenticator.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Authenticate Workloads/Authenticate Using JWT Authenticator.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Batch Secret Retrieval.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Batch Secret Retrieval.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Check Permission.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Check Permission.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Health.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Health.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Host Factory/Create Tokens.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Host Factory/Create Tokens.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Host Factory/Create a Host.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Host Factory/Create a Host.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Host Factory/Revoke Tokens.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Host Factory/Revoke Tokens.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Issuer for Dynamic Secrets/Create Issuer.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Issuer for Dynamic Secrets/Create Issuer.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Issuer for Dynamic Secrets/Delete Issuer.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Issuer for Dynamic Secrets/Delete Issuer.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Issuer for Dynamic Secrets/List Issuers.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Issuer for Dynamic Secrets/List Issuers.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Issuer for Dynamic Secrets/Retrieve Issuer.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Issuer for Dynamic Secrets/Retrieve Issuer.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Issuer for Dynamic Secrets/Update Issuer.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Issuer for Dynamic Secrets/Update Issuer.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/List Resources.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/List Resources.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/List a Roles Members.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/List a Roles Members.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/List a Roles Memberships.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/List a Roles Memberships.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Load a Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Load a Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Manage Conjur Cloud Authenticators/Check Authenticator Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Manage Conjur Cloud Authenticators/Check Authenticator Status.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Manage Conjur Cloud Authenticators/Enable Authenticator.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Manage Conjur Cloud Authenticators/Enable Authenticator.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Replace a Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Replace a Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Retrieve a Secret.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Retrieve a Secret.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Rotate Personal API Key.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Rotate Personal API Key.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Rotate a Hosts API Key.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Rotate a Hosts API Key.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Set a Secret.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Set a Secret.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Show Permitted Roles.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Show Permitted Roles.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Show a Resource.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Show a Resource.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Show a Role.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Show a Role.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/Update a Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/Update a Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/WhoAmI.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/WhoAmI.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Group Membership/Add Group Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Group Membership/Add Group Member.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Group Membership/Remove Group Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Group Membership/Remove Group Member.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Dynamic Secrets/Create a Dynamic Secret.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Dynamic Secrets/Create a Dynamic Secret.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Dynamic Secrets/Retrieve Dynamic Secret Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Dynamic Secrets/Retrieve Dynamic Secret Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Dynamic Secrets/Update a Dynamic Secret.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Dynamic Secrets/Update a Dynamic Secret.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Static Secrets/Create a Static Secret.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Static Secrets/Create a Static Secret.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Static Secrets/Get Static Secret Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Static Secrets/Get Static Secret Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Static Secrets/Update a Static Secret.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Conjur Cloud/v2 - Manage Static Secrets/Update a Static Secret.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Administrator APIs/EPM Authentication.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Administrator APIs/EPM Authentication.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Administrator APIs/Get EPM Version.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Administrator APIs/Get EPM Version.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Administrator APIs/Get Sets List.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Administrator APIs/Get Sets List.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Administrator APIs/SAML Authentication.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Administrator APIs/SAML Authentication.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Computer APIs/Delete Computer.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Computer APIs/Delete Computer.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Computer APIs/Get Computer Groups.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Computer APIs/Get Computer Groups.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Computer APIs/Get Computers.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Computer APIs/Get Computers.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Download Center APIs/Get Download Packages.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/EPM - Endpoint Privilege Manager/Download Center APIs/Get Download Packages.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Delete Application.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Delete Application.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Delete a Tag.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Delete a Tag.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Get App ID by Service Name.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Get App ID by Service Name.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Get Application Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Get Application Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Get Applications for User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Get Applications for User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Get Tags for Application.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Get Tags for Application.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Get an Applications Data.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Get an Applications Data.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Rename a Tag.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Rename a Tag.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Update Application.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Update Application.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Upload Personal App Icon.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Upload Personal App Icon.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Upload Secured Item Icon.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Application Management/Upload Secured Item Icon.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Answer Out-of-band Challenge.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Answer Out-of-band Challenge.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Forgot Username.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Forgot Username.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Get Challenge State.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Get Challenge State.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Start Authentication.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Start Authentication.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Start QR Code Authentication.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Start QR Code Authentication.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Start Social Authentication.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Start Social Authentication.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Start Step-up Challenge.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Start Step-up Challenge.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Submit OATH OTP Code.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Submit OATH OTP Code.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Submit QR Code.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Login/Submit QR Code.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Logout/Logout.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Logout/Logout.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Logout/Sign Out from Everywhere.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/Logout/Sign Out from Everywhere.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/OAuth - OpenID Connect/Authorize.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/OAuth - OpenID Connect/Authorize.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/OAuth - OpenID Connect/UserInfo.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Authentication/OAuth - OpenID Connect/UserInfo.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Customization/Get Editable Message Template.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Customization/Get Editable Message Template.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Customization/Get Editable Message Templates.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Customization/Get Editable Message Templates.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Device Management/Delete a Device -Mobile or OSX-.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Device Management/Delete a Device -Mobile or OSX-.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Device Management/Enroll Android Device.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Device Management/Enroll Android Device.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Device Management/Enroll iOS Device.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Device Management/Enroll iOS Device.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Create Organization.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Create Organization.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Delete Organization.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Delete Organization.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get Administrative Rights.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get Administrative Rights.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get Administrators.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get Administrators.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get All Organizations.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get All Organizations.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get Organization Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get Organization Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get Organization Roles.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get Organization Roles.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get User Hierarchy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Get User Hierarchy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Update Organization.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Organization Management/Update Organization.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Policy Management/Delete Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Policy Management/Delete Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Policy Management/Get Policy Block.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Policy Management/Get Policy Block.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Policy Management/Get Policy Links.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Policy Management/Get Policy Links.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Policy Management/Set Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Policy Management/Set Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Create Role.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Create Role.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Delete Roles.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Delete Roles.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Get Apps Associated with Role.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Get Apps Associated with Role.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Get Role Members.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Get Role Members.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Get Role.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Get Role.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Set Script of Dynamic Role.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Set Script of Dynamic Role.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Test Dynamic Role Script.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Test Dynamic Role Script.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Update Role.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Role Management/Update Role.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Containers/Create Container.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Containers/Create Container.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Containers/Delete Container.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Containers/Delete Container.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Containers/Get Container by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Containers/Get Container by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Containers/Query Containers.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Containers/Query Containers.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Containers/Update Container.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Containers/Update Container.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Create Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Create Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Delete Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Delete Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Get Group by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Get Group by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Query Groups.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Query Groups.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Update Group with Patch.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Update Group with Patch.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Update Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Groups/Update Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Privileged Data/Create Privileged Data.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Privileged Data/Create Privileged Data.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Privileged Data/Delete Privileged Data.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Privileged Data/Delete Privileged Data.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Privileged Data/Get Privileged Data by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Privileged Data/Get Privileged Data by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Privileged Data/Query Privileged Data.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Privileged Data/Query Privileged Data.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Privileged Data/Update Privileged Data.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Privileged Data/Update Privileged Data.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Create User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Create User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Delete User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Delete User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Get User by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Get User by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Query Users.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Query Users.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Update User with Patch.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Update User with Patch.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Update User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/SCIM/Users/Update User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Signup Workflow/Signup External Users.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Signup Workflow/Signup External Users.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Tenant Management/Manage Suffixes/Delete Suffixes.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Tenant Management/Manage Suffixes/Delete Suffixes.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/User Management/Create Users/Create User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/User Management/Create Users/Create User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/User Management/Delete users/Delete users.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/User Management/Delete users/Delete users.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/User Management/Manage User Attributes/Get Schema.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/User Management/Manage User Attributes/Get Schema.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/User Management/Manage User Data/Get user details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/User Management/Manage User Data/Get user details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/User Management/Manage User State/Set user state.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/User Management/Manage User State/Set user state.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Cancel Job.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Cancel Job.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Delete Job.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Delete Job.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Get Job Report.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Get Job Report.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Get User Jobs.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Get User Jobs.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Get WOrkflow jobs.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Get WOrkflow jobs.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Send Workflow Event.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Send Workflow Event.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Start Job.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Identity - Shared Services/Workflow Management/Start Job.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Account Actions/Connect Using PSM.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Account Actions/Connect Using PSM.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Account Actions/Generate Password.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Account Actions/Generate Password.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Account Groups/Add Account Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Account Groups/Add Account Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Add Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Add Account.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Delete Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Delete Account.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Get Account Activity.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Get Account Activity.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Get Account Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Get Account Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Get Accounts.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Get Accounts.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Get Secret Versions.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Get Secret Versions.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Linked Accounts/Link an Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Linked Accounts/Link an Account.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Linked Accounts/Unlink an Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Linked Accounts/Unlink an Account.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Update Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Accounts/Update Account.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Applications/Add Application.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Applications/Add Application.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Applications/Delete Application.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Applications/Delete Application.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Applications/Get Application Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Applications/Get Application Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Applications/Get Applications.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Applications/Get Applications.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/IP Allowlist/Configure IP allowlist.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/IP Allowlist/Configure IP allowlist.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/IP Allowlist/Get IP allowlist.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/IP Allowlist/Get IP allowlist.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Monitor Sessions/Get Active Sessions.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Monitor Sessions/Get Active Sessions.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Monitor Sessions/Recordings/Get Recordings.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Monitor Sessions/Recordings/Get Recordings.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Monitor Sessions/Recordings/Play Recording.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Monitor Sessions/Recordings/Play Recording.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Platforms/Export Platform.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Platforms/Export Platform.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Platforms/Get Platform Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Platforms/Get Platform Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Platforms/Get Platforms.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Platforms/Get Platforms.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Platforms/Import Platform.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Platforms/Import Platform.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Requests/Incoming Requests/Confirm Request.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Requests/Incoming Requests/Confirm Request.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Requests/My Requests/Delete My Request.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Requests/My Requests/Delete My Request.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Requests/My Requests/Get My Requests.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Requests/My Requests/Get My Requests.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Add Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Add Safe.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Delete Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Delete Safe.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Get All Safes.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Get All Safes.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Get Safe Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Get Safe Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Get Safes by Platform ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Get Safes by Platform ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Safe Members/Add Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Safe Members/Add Safe Member.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Safe Members/Delete Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Safe Members/Delete Safe Member.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Safe Members/Get All Safe Members.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Safe Members/Get All Safe Members.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Safe Members/Get Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Safe Members/Get Safe Member.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Safe Members/Update Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Safe Members/Update Safe Member.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Search for a Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Search for a Safe.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Update Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Safes/Update Safe.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Server/Logo -Deprecated-.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Server/Logo -Deprecated-.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Server/Server.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Server/Server.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Server/Verify -Deprecated-.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Server/Verify -Deprecated-.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Session Management/Get All PSM Servers.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/Session Management/Get All PSM Servers.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/User Management/User Licenses Report.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Shared Services/User Management/User Licenses Report.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Actions/Connect Using PSM.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Actions/Connect Using PSM.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Actions/Generate Password.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Actions/Generate Password.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Actions/Get Password Value.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Actions/Get Password Value.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Actions/Reconcile Credentials.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Actions/Reconcile Credentials.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Actions/Verify Credentials.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Actions/Verify Credentials.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Groups/Add Account Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Account Groups/Add Account Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Add Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Add Account.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Delete Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Delete Account.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Get Account Activity.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Get Account Activity.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Get Account Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Get Account Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Get Accounts.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Get Accounts.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Get Secret Versions.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Get Secret Versions.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Linked Accounts/Link an Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Linked Accounts/Link an Account.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Linked Accounts/Unlink an Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Linked Accounts/Unlink an Account.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Update Account.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Accounts/Update Account.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Applications/Add Application.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Applications/Add Application.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Applications/Delete Application.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Applications/Delete Application.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Applications/Get Application Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Applications/Get Application Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Applications/Get Applications.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Applications/Get Applications.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Authentication/Logon/CyberArk- LDAP- RADIUS.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Authentication/Logon/CyberArk- LDAP- RADIUS.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Authentication/Logon/SAML Logon.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Authentication/Logon/SAML Logon.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Get Active Session Activities.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Get Active Session Activities.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Get Active Session Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Get Active Session Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Get Active Session Properties.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Get Active Session Properties.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Get Active Sessions.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Get Active Sessions.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Recordings/Get Recordings.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Recordings/Get Recordings.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Recordings/Play Recording.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Monitor Sessions/Recordings/Play Recording.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Onboarding Rules/Add Onboarding Rule.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Onboarding Rules/Add Onboarding Rule.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Onboarding Rules/Delete Onboarding Rule.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Onboarding Rules/Delete Onboarding Rule.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Onboarding Rules/Get Onboarding Rule.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Onboarding Rules/Get Onboarding Rule.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Onboarding Rules/Update Onboarding Rule.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Onboarding Rules/Update Onboarding Rule.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Export Platform.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Export Platform.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Get Platform Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Get Platform Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Get Platforms.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Get Platforms.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Group Platforms/Delete Group Platform.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Group Platforms/Delete Group Platform.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Group Platforms/Get Group Platforms.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Group Platforms/Get Group Platforms.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Import Platform.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Import Platform.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Target Platforms/Get Target Platforms.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Platforms/Target Platforms/Get Target Platforms.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/Incoming Requests/Confirm Request.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/Incoming Requests/Confirm Request.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/Incoming Requests/Reject Request.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/Incoming Requests/Reject Request.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/My Requests/Create an Access Request.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/My Requests/Create an Access Request.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/My Requests/Delete My Request.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/My Requests/Delete My Request.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/My Requests/Get Details of My Requests.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/My Requests/Get Details of My Requests.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/My Requests/Get My Requests.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Requests/My Requests/Get My Requests.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Add Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Add Safe.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Delete Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Delete Safe.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Get All Safes.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Get All Safes.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Get Safe Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Get Safe Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Get Safe by Platform ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Get Safe by Platform ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Safe Members/Add Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Safe Members/Add Safe Member.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Safe Members/Delete Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Safe Members/Delete Safe Member.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Safe Members/Get All Safe Members.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Safe Members/Get All Safe Members.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Safe Members/Get Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Safe Members/Get Safe Member.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Safe Members/Update Safe Member.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Safe Members/Update Safe Member.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Search for a Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Search for a Safe.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Update Safe.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Safes/Update Safe.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Server/Logo -Deprecated-.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Server/Logo -Deprecated-.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Server/Server -Deprecated-.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Server/Server -Deprecated-.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Server/Verify -Deprecated-.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Server/Verify -Deprecated-.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Session Management/Get All PSM Servers.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Session Management/Get All PSM Servers.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Session Management/Import Connection Component.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/Session Management/Import Connection Component.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Add Member to Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Add Member to Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Create Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Create Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Delete Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Delete Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Get Group Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Get Group Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Get Groups.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Get Groups.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Remove User from Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Remove User from Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Update Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Groups/Update Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Activate User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Activate User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Add User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Add User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Delete User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Delete User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Disable User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Disable User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Enable User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Enable User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Get User Details.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Get User Details.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Get Users.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Get Users.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Reset User Password.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Reset User Password.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Update User.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Privilege Cloud - Standard/User Management/Users/Update User.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Activities V2/Get Activities.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Activities V2/Get Activities.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Applications V2/Get Applications.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Applications V2/Get Applications.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Connectors V2/Get Tenant Connectors.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Connectors V2/Get Tenant Connectors.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Groups V2/Create Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Groups V2/Create Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Groups V2/Delete Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Groups V2/Delete Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Groups V2/Get All Groups.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Groups V2/Get All Groups.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Groups V2/Get Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Groups V2/Get Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Groups V2/Update Group.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Groups V2/Update Group.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Invitations V2/Create User Invitation.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Invitations V2/Create User Invitation.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Invitations V2/Create Vendor Invitation.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Invitations V2/Create Vendor Invitation.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Invitations V2/Delete Vendor Invitation.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Invitations V2/Delete Vendor Invitation.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Invitations V2/Get Vendor Invitation by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Invitations V2/Get Vendor Invitation by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Invitations V2/Get Vendor Invitations.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Invitations V2/Get Vendor Invitations.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Self Service Requests V2/Create Vendor Invite.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Self Service Requests V2/Create Vendor Invite.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Sites V2/Get Tenant Sites.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Sites V2/Get Tenant Sites.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Add User to Team.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Add User to Team.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Delete User by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Delete User by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Get User by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Get User by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Get Users by Query.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Get Users by Query.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Grant User Vendor Manager Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Grant User Vendor Manager Status.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Remove User from Team.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Remove User from Team.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Update User Role.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Update User Role.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Update User Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Update User Status.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Update User Vendor Manager Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Users V2/Update User Vendor Manager Status.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Delete Vendor by Phone Number.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Delete Vendor by Phone Number.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Delete Vendor.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Delete Vendor.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Get Vendor by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Get Vendor by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Get Vendor by Phone Number.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Get Vendor by Phone Number.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Get Vendors by Query.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Get Vendors by Query.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Update Vendor Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Update Vendor Status.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Update Vendor by Phone Number.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Update Vendor by Phone Number.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Update Vendor.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/RA - Remote Access/Vendors V2/Update Vendor.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/README.md -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Authentication/Generate Public API Token.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Authentication/Generate Public API Token.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA General Cloud Activity/Initiate Scan.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA General Cloud Activity/Initiate Scan.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Infrastructure/Get Job Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Infrastructure/Get Job Status.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Create Policy V2.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Create Policy V2.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Create Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Create Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Discovery.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Discovery.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Edit Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Edit Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Get Policy Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Get Policy Status.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Get Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Get Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Query Policies.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Query Policies.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Remove Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Remove Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Validate Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SCA - Secure Cloud Access/SCA Policy/Validate Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Connectors/Generate Script.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Connectors/Generate Script.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Policies/Add Authorization Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Policies/Add Authorization Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Policies/Delete Authorization Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Policies/Delete Authorization Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Policies/Get a Specific Policy by ID.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Policies/Get a Specific Policy by ID.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Policies/List Policies.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Policies/List Policies.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Policies/Update Authorization Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/Policies/Update Authorization Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/SIA Settings/Get SIA Settings.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/SIA - Secure Infrastructure Access/SIA Settings/Get SIA Settings.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Get Secrets/List Secrets.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Get Secrets/List Secrets.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Scan Secret Store/Get Scans.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Scan Secret Store/Get Scans.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Scan Secret Store/Trigger Scan.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Scan Secret Store/Trigger Scan.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Create Secret Store.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Create Secret Store.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Create Secrets Filter.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Create Secrets Filter.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Delete Secret Store.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Delete Secret Store.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Delete Secrets Filter.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Delete Secrets Filter.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Get Secret Store Connection Status.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Get Secret Store Connection Status.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Get a Secret Store.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Get a Secret Store.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Get a Secrets Filter.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Get a Secrets Filter.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/List All Secret Stores.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/List All Secret Stores.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/List All Secrets Filters.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/List All Secrets Filters.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Update Secret Store.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Secret Stores/Update Secret Store.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Service Info/Get Secret Store Info.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Service Info/Get Secret Store Info.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Sync Policy/Create Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Sync Policy/Create Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Sync Policy/Delete Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Sync Policy/Delete Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Sync Policy/Get Policy.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Sync Policy/Get Policy.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Sync Policy/List Policies.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Sync Policy/List Policies.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/Secrets Hub/Sync Policy/Set Policy State.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/Secrets Hub/Sync Policy/Set Policy State.bru -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/bruno.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/bruno.json -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/collection.bru: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Privilege Cloud and Shared Services REST API/environments/ISPSS Environment.bru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/Privilege Cloud and Shared Services REST API/environments/ISPSS Environment.bru -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/README.md -------------------------------------------------------------------------------- /User Guide/CyberArk Bruno REST API Collection User Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/User Guide/CyberArk Bruno REST API Collection User Guide.pdf -------------------------------------------------------------------------------- /User Guide/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/User Guide/README.md -------------------------------------------------------------------------------- /assets/brunoCollectionIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/assets/brunoCollectionIcon.png -------------------------------------------------------------------------------- /assets/brunoCollectionIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/assets/brunoCollectionIcon.svg -------------------------------------------------------------------------------- /assets/brunoCollectionOIDCAuth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IAM-Jah/CyberArk-REST-API-Bruno/HEAD/assets/brunoCollectionOIDCAuth.png --------------------------------------------------------------------------------