Credential Types

Defines the type of credentials. Eg: certificate, or username & password etc etc.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 32

CredentialTypeId is a varchar field with a maximum length of 32 characters in the CredentialType table and acts as a primary key to uniquely identify a credential type. The value stored in this field is a unique string that is used to differentiate the different types of credentials in the table.

string | null

The Description field in the CredentialType table is of data type nvarchar (National Character Varying) and is used to store a short description of the available credential types, such as 'password', 'username' or 'biometric authentication'.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!