Object GitHub::TeamChangeParentTeamAuditEntry
Audit log entry for a team.change_parent_team event.
Fields
action: String!
The action name
actor: AuditEntryActor
The user who initiated the action
actorIp: String
The IP address of the actor
actorLocation: ActorLocation
A readable representation of the actor's location
actorLogin: String
The username of the user who initiated the action
actorResourcePath: URI
The HTTP path for the actor.
actorUrl: URI
The HTTP URL for the actor.
createdAt: PreciseDateTime!
The time the action was initiated
id: ID!
isLdapMapped: Boolean
Whether the team was mapped to an LDAP Group.
operationType: OperationType
The corresponding operation type for the action
organization: Organization
The Organization associated with the Audit Entry.
organizationName: String
The name of the Organization.
organizationResourcePath: URI
The HTTP path for the organization
organizationUrl: URI
The HTTP URL for the organization
parentTeam: Team
The new parent team.
parentTeamName: String
The name of the new parent team
parentTeamNameWas: String
The name of the former parent team
parentTeamResourcePath: URI
The HTTP path for the parent team
parentTeamUrl: URI
The HTTP URL for the parent team
parentTeamWas: Team
The former parent team.
parentTeamWasResourcePath: URI
The HTTP path for the previous parent team
parentTeamWasUrl: URI
The HTTP URL for the previous parent team
team: Team
The team associated with the action
teamName: String
The name of the team
teamResourcePath: URI
The HTTP path for this team
teamUrl: URI
The HTTP URL for this team
user: User
The user affected by the action
userLogin: String
For actions involving two users, the actor is the initiator and the user is the affected user.
userResourcePath: URI
The HTTP path for the user.
userUrl: URI
The HTTP URL for the user.