Skip to main content

OrganizationTagConstraint

A tag constraint with its full details.

type OrganizationTagConstraint {
id: ID!
key: String!
scope: TagConstraintScope!
required: Boolean!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

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

Unique identifier

OrganizationTagConstraint.key ● String! non-null scalar {#key}

The tag key name (e.g. TEAM, DOMAIN)

OrganizationTagConstraint.scope ● TagConstraintScope! non-null enum {#scope}

Resource level where this tag is set

OrganizationTagConstraint.required ● Boolean! non-null scalar {#required}

Whether this tag must be set when creating a resource at the specified scope

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

When this constraint was created (UTC)

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

When this constraint was last modified (UTC)

Member Of

OrganizationTagConstraintPayload object