category: Authentication & Identity Management provider: Palo Alto Networks sectionorder: - Connect - Collect commonfields: id: CyberArkAIM v2 version: -1 configuration: - defaultvalue: https://example.net:1234 display: Server URL and Port (e.g., https://example.net:1234) name: url required: true type: 0 section: Connect - display: AppID as configured in AIM name: app_id type: 0 required: false section: Connect - display: Folder to search in safe name: folder required: false type: 0 section: Collect - display: Safe to search in name: safe required: false type: 0 section: Collect - display: A comma-separated list of credential names in the safe. additionalinfo: Partial names are not supported. If left empty, no credentials will be fetched. name: credential_names type: 12 required: false section: Collect - display: Username name: credentials type: 9 required: false section: Connect - additionalinfo: Add a certificate file in text format to use to connect to the CyberArk AIM server. display: Certificate File as Text name: cert_text type: 12 required: false section: Connect - additionalinfo: Add a key file in text format to use to connect to the CyberArk AIM server. display: Key File as Text name: key_text type: 4 hidden: true required: false section: Connect - name: key_text_creds type: 9 displaypassword: Key File as Text hiddenusername: true required: false section: Connect - display: Fetch credentials name: isFetchCredentials type: 8 defaultvalue: 'true' required: false section: Connect - display: Trust any certificate (not secure) name: insecure type: 8 required: false section: Connect - display: Use system proxy settings name: proxy type: 8 required: false section: Connect description: The CyberArk Application Identity Manager (AIM) provides a secure safe in which to store your account credentials. Use this integration to retrieve the account credentials in CyberArk AIM. display: CyberArk AIM v2 name: CyberArkAIM v2 script: commands: - description: Lists all available credentials according to the list of credential names configured. name: cyberark-aim-list-credentials outputs: - contextPath: CyberArkAIM.AccountType description: The type of the account. type: String - contextPath: CyberArkAIM.Address description: The address of the account. type: String - contextPath: CyberArkAIM.CPMStatus description: The CPM status of the account. type: String - contextPath: CyberArkAIM.Domain description: The domain of the account. type: String - contextPath: CyberArkAIM.Name description: The credential name of the account. type: String dockerimage: demisto/ntlm:1.0.0.9067966 runonce: false script: '-' subtype: python3 type: python tests: - No tests fromversion: 5.0.0