REST Resource: organizations.sharedflows.revisions

Resource: SharedFlowRevision

The metadata describing a shared flow revision.

JSON representation
{
  "configurationVersion": {
    object (ConfigVersion)
  },
  "contextInfo": string,
  "createdAt": string,
  "displayName": string,
  "description": string,
  "entityMetaDataAsProperties": {
    string: string,
    ...
  },
  "lastModifiedAt": string,
  "revision": string,
  "name": string,
  "policies": [
    string
  ],
  "resourceFiles": {
    object (ResourceFiles)
  },
  "resources": [
    string
  ],
  "sharedFlows": [
    string
  ],
  "type": string
}
Fields
configurationVersion

object (ConfigVersion)

The version of the configuration schema to which this shared flow conforms. The only supported value currently is majorVersion 4 and minorVersion 0. This setting may be used in the future to enable evolution of the shared flow format.

contextInfo

string

A textual description of the shared flow revision.

createdAt

string (int64 format)

Time at which this shared flow revision was created, in milliseconds since epoch.

displayName

string

The human readable name of this shared flow.

description

string

Description of the shared flow revision.

entityMetaDataAsProperties

map (key: string, value: string)

A Key-Value map of metadata about this shared flow revision.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

lastModifiedAt

string (int64 format)

Time at which this shared flow revision was most recently modified, in milliseconds since epoch.

revision

string

The resource ID of this revision.

name

string

The resource ID of the parent shared flow.

policies[]

string

A list of policy names included in this shared flow revision.

resourceFiles

object (ResourceFiles)

The resource files included in this shared flow revision.

resources[]

string

A list of the resources included in this shared flow revision formatted as "{type}://{name}".

sharedFlows[]

string

A list of the shared flow names included in this shared flow revision.

type

string

The string "Application"

Methods

delete

Deletes a shared flow and all associated policies, resources, and revisions.

get

Gets a revision of a shared flow.

list

Lists all revisions for a shared flow.

updateSharedFlowRevision

Updates a shared flow revision.