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.
- : String
- # Deprecated: Use cloudAccountId instead.
- : String
- # Cloud provider type. For example, AWS, Azure, or GCP.
- : CloudType
- # List of certificate IDs used by the cloud account.
- : [String!]!
- }