INPUT_OBJECT

UpdateCertificateUsagesForCloudAccountInput

Description

Input required to update certificate usage for a cloud account.

link GraphQL Schema definition

  • input UpdateCertificateUsagesForCloudAccountInput {
  • # The unique identifier for a cloud account used to update certificate usage.
  • cloudAccountId: String
  • # Deprecated: Use cloudAccountId instead.
  • cloudNativeAccountId: String
  • # Cloud provider type. For example, AWS, Azure, or GCP.
  • cloudType: CloudType
  • # List of certificate IDs used by the cloud account.
  • selectedCertificateIds: [String!]!
  • }

link Require by