Properties
| Name | Type | Description |
|---|---|---|
| ldap_dn | string | |
| id | integer | |
| node_id | string | |
| url | string | |
| html_url | string | |
| name | string | |
| slug | string | |
| description | string | |
| privacy | string | |
| permission | string | |
| members_url | string | |
| repositories_url | string | |
| parent | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ldap-mapping-team",
"title": "ldap-mapping-team",
"type": "object",
"properties": {
"ldap_dn": {
"type": "string"
},
"id": {
"type": "integer"
},
"node_id": {
"type": "string"
},
"url": {
"type": "string"
},
"html_url": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"description": {
"type": "string",
"nullable": true
},
"privacy": {
"type": "string"
},
"permission": {
"type": "string"
},
"members_url": {
"type": "string"
},
"repositories_url": {
"type": "string"
},
"parent": {
"nullable": true
}
}
}