Skip to content

createHarborPartnerApiKeyInput

Autogenerated input type of createHarborPartnerApiKey

Fields

deprecated DO NOT USE
harbor_partner_id · ID · The ID of the Harbor Partner to create an API key for
organization_id · ID · The ID of the Organization to create an API key for

Used By

Definition

"""
Autogenerated input type of createHarborPartnerApiKey
"""
input createHarborPartnerApiKeyInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the Harbor Partner to create an API key for
"""
harbor_partner_id: ID
"""
The ID of the Organization to create an API key for
"""
organization_id: ID
}