Documentation
¶
Index ¶
- func ParseGetInvitation_sourceQueryParameterType(v string) (any, error)
- func ParseGetRoleQueryParameterType(v string) (any, error)
- func ParseInvitationsPostRequestBody_role(v string) (any, error)
- func SerializeGetInvitation_sourceQueryParameterType(values []GetInvitation_sourceQueryParameterType) []string
- func SerializeGetRoleQueryParameterType(values []GetRoleQueryParameterType) []string
- func SerializeInvitationsPostRequestBody_role(values []InvitationsPostRequestBody_role) []string
- type GetInvitation_sourceQueryParameterType
- type GetRoleQueryParameterType
- type InvitationsPostRequestBody_role
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeGetInvitation_sourceQueryParameterType ¶
func SerializeGetInvitation_sourceQueryParameterType(values []GetInvitation_sourceQueryParameterType) []string
func SerializeGetRoleQueryParameterType ¶
func SerializeGetRoleQueryParameterType(values []GetRoleQueryParameterType) []string
func SerializeInvitationsPostRequestBody_role ¶
func SerializeInvitationsPostRequestBody_role(values []InvitationsPostRequestBody_role) []string
Types ¶
type GetInvitation_sourceQueryParameterType ¶
type GetInvitation_sourceQueryParameterType int
const ( ALL_GETINVITATION_SOURCEQUERYPARAMETERTYPE GetInvitation_sourceQueryParameterType = iota MEMBER_GETINVITATION_SOURCEQUERYPARAMETERTYPE SCIM_GETINVITATION_SOURCEQUERYPARAMETERTYPE )
func (GetInvitation_sourceQueryParameterType) String ¶
func (i GetInvitation_sourceQueryParameterType) String() string
type GetRoleQueryParameterType ¶
type GetRoleQueryParameterType int
const ( ALL_GETROLEQUERYPARAMETERTYPE GetRoleQueryParameterType = iota ADMIN_GETROLEQUERYPARAMETERTYPE DIRECT_MEMBER_GETROLEQUERYPARAMETERTYPE BILLING_MANAGER_GETROLEQUERYPARAMETERTYPE HIRING_MANAGER_GETROLEQUERYPARAMETERTYPE )
func (GetRoleQueryParameterType) String ¶
func (i GetRoleQueryParameterType) String() string
type InvitationsPostRequestBody_role ¶
type InvitationsPostRequestBody_role int
The role for the new member. * `admin` - Organization owners with full administrative rights to the organization and complete access to all repositories and teams. * `direct_member` - Non-owner organization members with ability to see other members and join teams by invitation. * `billing_manager` - Non-owner organization members with ability to manage the billing settings of your organization. * `reinstate` - The previous role assigned to the invitee before they were removed from your organization. Can be one of the roles listed above. Only works if the invitee was previously part of your organization.
const ( ADMIN_INVITATIONSPOSTREQUESTBODY_ROLE InvitationsPostRequestBody_role = iota DIRECT_MEMBER_INVITATIONSPOSTREQUESTBODY_ROLE BILLING_MANAGER_INVITATIONSPOSTREQUESTBODY_ROLE REINSTATE_INVITATIONSPOSTREQUESTBODY_ROLE )
func (InvitationsPostRequestBody_role) String ¶
func (i InvitationsPostRequestBody_role) String() string
Click to show internal directories.
Click to hide internal directories.