Skip to main content

CMSRepositoryRolesUserAssignment

No description

type CMSRepositoryRolesUserAssignment {
cmsRepositoryId: ID!
userId: ID!
roles: [CMSRepositoryRole!]!
}

Fields
Link copied!

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

ID of the Repository that these role assignments correspond to

CMSRepositoryRolesUserAssignment.userId ● ID! non-null scalar
Link copied!

ID of the User that these role assignments correspond to

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

List of repository roles assigned to this user

Returned by
Link copied!

assignCMSRepositoryRoleToUser mutation

Member of
Link copied!

User object