Skip to main content

List Activities

List Activities returns a list of activities

Query Parameters
    providerIds string[]
    accountIds string[]
    resourceIds string[]
    types string[]
    timestampGte date-time
    timestampLte date-time
Responses

A successful response.


Schema
    activities object[]
  • Array [
  • id string
    providerId string
    resourceId string
    accountId string
    accountType string
    timestamp date-time
    authorizations string[]
    type string
    metadata object
    createdAt date-time

    Creation time of the provider activity

    provider object
    id string
    type string
    urn string
    config object
    type string
    urn string
    labels object
    property name* string
    credentials
    appeal object
    allowPermanentAccess boolean
    allowActiveAccessExtensionIn string
    resources object[]
  • Array [
  • type string
    policy object
    id string
    version int32
    roles object[]
  • Array [
  • id string
    name string
    description string
    permissions undefined[]
  • ]
  • filter string
  • ]
  • allowedAccountTypes string[]
    parameters object[]
  • Array [
  • key string
    label string
    required boolean
    description string
  • ]
  • createdAt date-time

    Creation time of the provider

    updatedAt date-time

    Last update time of the provider

    resource object
    id string

    Resource unique identifier

    providerType string

    Type of the provider that manages this resource

    providerUrn string

    Unique resource urn

    type string

    Type of the resource. Depends on the provider type. For example, for BigQuery, it can be dataset, table, view, etc.

    urn string

    Unique resource urn

    name string
    details object

    Additional information of the resource that can be updated from Guardian

    labels object
    property name* string
    createdAt date-time

    Resource creation timestamp

    updatedAt date-time

    Resource last update timestamp

    isDeleted boolean

    Whether the resource is deleted or not

    parentId string

    Parent resource id

    children object[]

    List of child resources

  • Array [
  • 0
    1
    2
    3
    4
    5
    6
    7
    8
    9
  • ]
  • providerActivityId string
    relatedPermissions string[]
  • ]
Loading...