GitHub · JSON Structure

Github Auth Api Ldap Mapping Team Structure

ldap-mapping-team from GitHub API

Type: object Properties: 13
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

ldap-mapping-team is a JSON Structure definition published by GitHub, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ldap_dn id node_id url html_url name slug description privacy permission members_url repositories_url parent

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/github/refs/heads/main/json-structure/github-auth-api-ldap-mapping-team-structure.json",
  "name": "ldap-mapping-team",
  "description": "ldap-mapping-team from GitHub API",
  "type": "object",
  "properties": {
    "ldap_dn": {
      "type": "string",
      "example": "example_value"
    },
    "id": {
      "type": "int32",
      "example": 42
    },
    "node_id": {
      "type": "string",
      "example": "12345678"
    },
    "url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "html_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "name": {
      "type": "string",
      "example": "octocat"
    },
    "slug": {
      "type": "string",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "nullable": true,
      "example": "This is an example repository"
    },
    "privacy": {
      "type": "string",
      "example": "example_value"
    },
    "permission": {
      "type": "string",
      "example": "example_value"
    },
    "members_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "repositories_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "parent": {
      "nullable": true,
      "example": "example_value"
    }
  }
}