Name | Type | Description | Notes |
---|---|---|---|
IdpKey | string | ||
IdpValue | string | ||
Role | Pointer to string | [optional] [default to "Member"] | |
SlugPerm | Pointer to string | [optional] [readonly] | |
Team | string |
func NewOrganizationGroupSync(idpKey string, idpValue string, team string, ) *OrganizationGroupSync
NewOrganizationGroupSync instantiates a new OrganizationGroupSync object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationGroupSyncWithDefaults() *OrganizationGroupSync
NewOrganizationGroupSyncWithDefaults instantiates a new OrganizationGroupSync object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *OrganizationGroupSync) GetIdpKey() string
GetIdpKey returns the IdpKey field if non-nil, zero value otherwise.
func (o *OrganizationGroupSync) GetIdpKeyOk() (*string, bool)
GetIdpKeyOk returns a tuple with the IdpKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationGroupSync) SetIdpKey(v string)
SetIdpKey sets IdpKey field to given value.
func (o *OrganizationGroupSync) GetIdpValue() string
GetIdpValue returns the IdpValue field if non-nil, zero value otherwise.
func (o *OrganizationGroupSync) GetIdpValueOk() (*string, bool)
GetIdpValueOk returns a tuple with the IdpValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationGroupSync) SetIdpValue(v string)
SetIdpValue sets IdpValue field to given value.
func (o *OrganizationGroupSync) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *OrganizationGroupSync) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationGroupSync) SetRole(v string)
SetRole sets Role field to given value.
func (o *OrganizationGroupSync) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *OrganizationGroupSync) GetSlugPerm() string
GetSlugPerm returns the SlugPerm field if non-nil, zero value otherwise.
func (o *OrganizationGroupSync) GetSlugPermOk() (*string, bool)
GetSlugPermOk returns a tuple with the SlugPerm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationGroupSync) SetSlugPerm(v string)
SetSlugPerm sets SlugPerm field to given value.
func (o *OrganizationGroupSync) HasSlugPerm() bool
HasSlugPerm returns a boolean if a field has been set.
func (o *OrganizationGroupSync) GetTeam() string
GetTeam returns the Team field if non-nil, zero value otherwise.
func (o *OrganizationGroupSync) GetTeamOk() (*string, bool)
GetTeamOk returns a tuple with the Team field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationGroupSync) SetTeam(v string)
SetTeam sets Team field to given value.