Skip to main content

ComponentLeaf

A component returned in list results.

type ComponentLeaf {
id: ID!
name: String!
description: String
createdAt: DateTime!
updatedAt: DateTime!
ociRepo: OciRepoLeaf
project: ProjectLeaf
}

Fields

ComponentLeaf.id ● ID! non-null scalar {#id}

ComponentLeaf.name ● String! non-null scalar {#name}

Display name

ComponentLeaf.description ● String scalar {#description}

Component description

ComponentLeaf.createdAt ● DateTime! non-null scalar {#created-at}

When this component was created (UTC)

ComponentLeaf.updatedAt ● DateTime! non-null scalar {#updated-at}

When this component was last modified (UTC)

ComponentLeaf.ociRepo ● OciRepoLeaf object {#oci-repo}

The OCI repository this component uses.

ComponentLeaf.project ● ProjectLeaf object {#project}

The project containing this component.

Member Of

ComponentsPage object ● LinkLeaf object