Skip to main content

CreateOrUpdateSecretInput

Autogenerated input type of CreateOrUpdateSecret

input CreateOrUpdateSecretInput {
id: ID
companyId: ID!
name: String!
description: String
type: SecretTypeEnum
username: String
password: String
token: String
key: String
value: String
clientMutationId: String
}

Fields

CreateOrUpdateSecretInput.id ● ID scalar

The ID of the secret.

CreateOrUpdateSecretInput.companyId ● ID! non-null scalar

Company that the secret belongs to.

CreateOrUpdateSecretInput.name ● String! non-null scalar

The name of the secret.

CreateOrUpdateSecretInput.description ● String scalar

The name of the secret.

CreateOrUpdateSecretInput.type ● SecretTypeEnum enum

The type of secret, defining the authentication mechanism (e.g., BASIC_AUTH, BEARER_TOKEN).

CreateOrUpdateSecretInput.username ● String scalar

The username required for basic authentication.

CreateOrUpdateSecretInput.password ● String scalar

The password required for basic authentication.

CreateOrUpdateSecretInput.token ● String scalar

The bearer token used for authentication.

CreateOrUpdateSecretInput.key ● String scalar

The key or name used for authentication.

CreateOrUpdateSecretInput.value ● String scalar

The value associated used for authentication.

CreateOrUpdateSecretInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

Member Of

createOrUpdateSecret mutation

Contribute to the Docs

Found something outdated or missing? Help us improve the documentation with a quick suggestion or edit.

How to contribute

Resources

By exploring our content, you'll find resources that will enhance your understanding of the importance of a Security Application Program.

Conviso Blog: Explore our blog, which offers a collection of articles and posts covering a wide range of AppSec topics. The content on the blog is primarily in English.

Conviso's YouTube Channel: Access a wealth of informative videos covering various topics related to AppSec. Please note that the content is primarily in Portuguese.