Skip to main content

FormLoginSecret

No description

type FormLoginSecret implements BaseFields, SecretInterface {
companyId: ID!
createdAt: ISO8601DateTime!
description: String
id: ID!
loginUrl: String!
name: String!
password: String!
totpSecret: String
type: SecretTypeEnum!
updatedAt: ISO8601DateTime!
username: String!
}

Fields

FormLoginSecret.companyId ● ID! non-null scalar

The company ID that the secret belongs to.

FormLoginSecret.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

FormLoginSecret.description ● String scalar

An optional description providing details about the secret.

FormLoginSecret.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

FormLoginSecret.loginUrl ● String! non-null scalar

The login page URL where form-based authentication is performed.

FormLoginSecret.name ● String! non-null scalar

The name of the secret.

FormLoginSecret.password ● String! non-null scalar

The password used to authenticate.

FormLoginSecret.totpSecret ● String scalar

Optional base32 TOTP/OTP seed for two-factor authentication.

FormLoginSecret.type ● SecretTypeEnum! non-null enum

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

FormLoginSecret.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

FormLoginSecret.username ● String! non-null scalar

The username used to authenticate.

Interfaces

BaseFields interface

SecretInterface interface

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.