Skip to main content

CMSRepositoryRolesTeamAssignment

No description

type CMSRepositoryRolesTeamAssignment {
cmsRepositoryId: ID!
organizationId: ID!
teamId: ID!
roles: [CMSRepositoryRole!]!
lastModified: DateTime!
}

Fields
Link copied!

CMSRepositoryRolesTeamAssignment.cmsRepositoryId ● ID! non-null scalar
Link copied!

ID of the Repository that these role assignments correspond to

CMSRepositoryRolesTeamAssignment.organizationId ● ID! non-null scalar
Link copied!

ID of the Organization that these role assignments correspond to

CMSRepositoryRolesTeamAssignment.teamId ● ID! non-null scalar
Link copied!

ID of the Team that these role assignments correspond to

CMSRepositoryRolesTeamAssignment.roles ● [CMSRepositoryRole!]! non-null enum
Link copied!

List of repository roles assigned to this Team

CMSRepositoryRolesTeamAssignment.lastModified ● DateTime! non-null scalar
Link copied!

The Last Modified date

Returned by
Link copied!

assignCMSRepositoryRoleToTeam mutation

Member of
Link copied!

Team object