Skip to main content

CredentialField Object

Represents a specific field on a Credential.

Return fields

allowRemove (Boolean!)

Specifies whether the signed-in User can remove the CredentialField.

allowUpdate (Boolean!)

Specifies whether the signed-in User can update the CredentialField.

authorizationMethod (AuthorizationMethod!)

The AuthorizationMethod that the CredentialField is associated to.

comments (String!)

Additional notes about the CredentialField.

id (ID!)

The ID of the object

key (String!)

A string which uniquely identifies the CredentialField in the context of the AuthorizationMethod.

label (String!)

The name of the CredentialField.

placeholder (String!)

Placeholder text that will appear in the CredentialField UI.

required (Boolean!)

Specifies whether the CredentialField requires a value to be valid.

type (CredentialFieldType!)

Specifies the data type of the value for the CredentialField.