Prisma Cloud - Get Owner By Namespace
Prisma Cloud by Palo Alto Networks Pack.#
This Playbook is part of theSupported versions
Supported Cortex XSOAR versions: 6.10.0 and later.
This playbook will retrieve the potential owners of a runtime audit alert. This id done using the "Namespace" value of the incident in order to query associated resource lists and user roles with associated users. Eventually the playbook returns a list of user objects (if found).
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooksThis playbook does not use any sub-playbooks.
#
IntegrationsPrismaCloudV2
#
ScriptsIsIntegrationAvailable
#
Commands- prisma-cloud-user-roles-list
- prisma-cloud-users-list
- prisma-cloud-resource-list
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
Namespace | The namespace that the playbook would search associated users with. | Optional | |
EnrichUsers | Whether to enrich found users or not. | False | Optional |
#
Playbook OutputsPath | Description | Type |
---|---|---|
PrismaCloud.Users | The users which were found by this playbook. | unknown |
PrismaCloud.Users.email | Prisma Cloud user email. | unknown |
PrismaCloud.Users.firstName | User first name. | unknown |
PrismaCloud.Users.lastName | User last name. | unknown |
PrismaCloud.Users.enabled | User enabled. | unknown |
PrismaCloud.Users.username | User username. | unknown |
PrismaCloud.Users.type | User type. | unknown |
PrismaCloud.Users.displayName | User display name. | unknown |
PrismaCloud.UserRoles.associatedUsers | User roles associated users. | unknown |