GafaelfawrGitHubGroup

pydantic model phalanx.models.environments.GafaelfawrGitHubGroup

A group based on a GitHub team.

Parameters:

data (Any)

Show JSON schema
{
   "title": "GafaelfawrGitHubGroup",
   "description": "A group based on a GitHub team.",
   "type": "object",
   "properties": {
      "github": {
         "$ref": "#/$defs/GafaelfawrGitHubTeam"
      }
   },
   "$defs": {
      "GafaelfawrGitHubTeam": {
         "description": "Designates a GitHub team for use as a Gafaelfawr group.",
         "properties": {
            "organization": {
               "title": "Organization",
               "type": "string"
            },
            "team": {
               "title": "Team",
               "type": "string"
            }
         },
         "required": [
            "organization",
            "team"
         ],
         "title": "GafaelfawrGitHubTeam",
         "type": "object"
      }
   },
   "required": [
      "github"
   ]
}

Fields:
field github: GafaelfawrGitHubTeam [Required]

Specification for the team.

to_rst()
Return type:

str