TargetResourceDetails

The details for a target resource.

JSON representation
{
  "frameworkDeployment": string,
  "targetResourceDisplayName": string,
  "targetResource": string,
  "createTime": string,
  "updateTime": string,
  "majorRevisionId": string,
  "minorRevisionId": string
}
Fields
frameworkDeployment

string

The framework deployment name for the target resource.

For example, organizations/{organization_id}/locations/{location}/frameworkDeployments/{frameworkDeploymentId}

targetResourceDisplayName

string

The display name of the target resource. For example, google.com, staging-project, or development-folder.

targetResource

string

The target resource. For example, organizations/1234567890, projects/1234567890, or folders/1234567890.

createTime

string (Timestamp format)

The create time of the target resource.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

The update time of the target resource.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

majorRevisionId

string (int64 format)

The major revision ID of the framework for the target resource.

minorRevisionId

string (int64 format)

The minor revision ID of the framework for the target resource.