createHarborPartnerApiKeyInput
Autogenerated input type of createHarborPartnerApiKey
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEharbor_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}