Skip to main content

Update Resource

Update Resource updates a resource in Guardian

Path Parameters
    id string required
Request Body required
    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
  • ]
Responses

A successful response.


Schema
    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
  • ]
Loading...