Indicates the source and method that indirectly created or modified the resource. This is present on resources created or updated after 1 April 2024.

interface Attribution {
    clientId?: string;
    source: string;
}

Properties

Properties

clientId?: string

id of the API Client that created or modified the resource.

source: string

Method used to initiate the creation or modification of the resource.