Resource: SharedFlowRevision
The metadata describing a shared flow revision.
JSON representation |
---|
{ "configurationVersion": { object ( |
Fields | |
---|---|
configuration |
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. |
context |
A textual description of the shared flow revision. |
created |
Time at which this shared flow revision was created, in milliseconds since epoch. |
display |
The human readable name of this shared flow. |
description |
Description of the shared flow revision. |
entity |
A Key-Value map of metadata about this shared flow revision. An object containing a list of |
last |
Time at which this shared flow revision was most recently modified, in milliseconds since epoch. |
revision |
The resource ID of this revision. |
name |
The resource ID of the parent shared flow. |
policies[] |
A list of policy names included in this shared flow revision. |
resource |
The resource files included in this shared flow revision. |
resources[] |
A list of the resources included in this shared flow revision formatted as "{type}://{name}". |
shared |
A list of the shared flow names included in this shared flow revision. |
type |
The string "Application" |
Methods |
|
---|---|
|
Deletes a shared flow and all associated policies, resources, and revisions. |
|
Gets a revision of a shared flow. |
|
Lists all revisions for a shared flow. |
|
Updates a shared flow revision. |