GitLab · JSON Structure

Gitlab Api V4 Applications Api_Entities_Application With Secret Structure

API_Entities_ApplicationWithSecret model

Type: object Properties: 6
CodePlatformSoftware DevelopmentSource Control

API_Entities_ApplicationWithSecret is a JSON Structure definition published by GitLab, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id application_id application_name callback_url confidential secret

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-structure/gitlab-api-v4-applications-api_entities_application-with-secret-structure.json",
  "name": "API_Entities_ApplicationWithSecret",
  "description": "API_Entities_ApplicationWithSecret model",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "123456"
    },
    "application_id": {
      "type": "string",
      "example": "5832fc6e14300a0d962240a8144466eef4ee93ef0d218477e55f11cf12fc3737"
    },
    "application_name": {
      "type": "string",
      "example": "MyApplication"
    },
    "callback_url": {
      "type": "string",
      "example": "https://redirect.uri"
    },
    "confidential": {
      "type": "boolean",
      "example": true
    },
    "secret": {
      "type": "string",
      "example": "ee1dd64b6adc89cf7e2c23099301ccc2c61b441064e9324d963c46902a85ec34"
    }
  }
}