Skip to content

Latest commit

 

History

History
576 lines (311 loc) · 19.7 KB

File metadata and controls

576 lines (311 loc) · 19.7 KB

GroupRemoteInfo

Properties

Name Type Description Notes
ActiveDirectoryGroup Pointer to GroupRemoteInfoActiveDirectoryGroup [optional]
TailscaleGroup Pointer to GroupRemoteInfoTailscaleGroup [optional]
AwsSsoGroup Pointer to GroupRemoteInfoAwsSsoGroup [optional]
DatabricksAccountGroup Pointer to GroupRemoteInfoDatabricksAccountGroup [optional]
ConnectorGroup Pointer to GroupRemoteInfoConnectorGroup [optional]
GithubTeam Pointer to GroupRemoteInfoGithubTeam [optional]
GithubEnterpriseTeam Pointer to GroupRemoteInfoGithubEnterpriseTeam [optional]
GitlabGroup Pointer to GroupRemoteInfoGitlabGroup [optional]
GoogleGroup Pointer to GroupRemoteInfoGoogleGroup [optional]
LdapGroup Pointer to GroupRemoteInfoLdapGroup [optional]
OktaGroup Pointer to GroupRemoteInfoOktaGroup [optional]
DuoGroup Pointer to GroupRemoteInfoDuoGroup [optional]
AzureAdSecurityGroup Pointer to GroupRemoteInfoAzureAdSecurityGroup [optional]
AzureAdMicrosoft365Group Pointer to GroupRemoteInfoAzureAdMicrosoft365Group [optional]
SnowflakeRole Pointer to GroupRemoteInfoSnowflakeRole [optional]
OktaGroupRule Pointer to GroupRemoteInfoOktaGroupRule [optional]
WorkdayUserSecurityGroup Pointer to GroupRemoteInfoWorkdayUserSecurityGroup [optional]
PagerdutyOnCallSchedule Pointer to GroupRemoteInfoPagerdutyOnCallSchedule [optional]
IncidentioOnCallSchedule Pointer to GroupRemoteInfoIncidentioOnCallSchedule [optional]
RootlyOnCallSchedule Pointer to GroupRemoteInfoRootlyOnCallSchedule [optional]
DevinGroup Pointer to GroupRemoteInfoDevinGroup [optional]

Methods

NewGroupRemoteInfo

func NewGroupRemoteInfo() *GroupRemoteInfo

NewGroupRemoteInfo instantiates a new GroupRemoteInfo 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

NewGroupRemoteInfoWithDefaults

func NewGroupRemoteInfoWithDefaults() *GroupRemoteInfo

NewGroupRemoteInfoWithDefaults instantiates a new GroupRemoteInfo 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

GetActiveDirectoryGroup

func (o *GroupRemoteInfo) GetActiveDirectoryGroup() GroupRemoteInfoActiveDirectoryGroup

GetActiveDirectoryGroup returns the ActiveDirectoryGroup field if non-nil, zero value otherwise.

GetActiveDirectoryGroupOk

func (o *GroupRemoteInfo) GetActiveDirectoryGroupOk() (*GroupRemoteInfoActiveDirectoryGroup, bool)

GetActiveDirectoryGroupOk returns a tuple with the ActiveDirectoryGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetActiveDirectoryGroup

func (o *GroupRemoteInfo) SetActiveDirectoryGroup(v GroupRemoteInfoActiveDirectoryGroup)

SetActiveDirectoryGroup sets ActiveDirectoryGroup field to given value.

HasActiveDirectoryGroup

func (o *GroupRemoteInfo) HasActiveDirectoryGroup() bool

HasActiveDirectoryGroup returns a boolean if a field has been set.

GetTailscaleGroup

func (o *GroupRemoteInfo) GetTailscaleGroup() GroupRemoteInfoTailscaleGroup

GetTailscaleGroup returns the TailscaleGroup field if non-nil, zero value otherwise.

GetTailscaleGroupOk

func (o *GroupRemoteInfo) GetTailscaleGroupOk() (*GroupRemoteInfoTailscaleGroup, bool)

GetTailscaleGroupOk returns a tuple with the TailscaleGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTailscaleGroup

func (o *GroupRemoteInfo) SetTailscaleGroup(v GroupRemoteInfoTailscaleGroup)

SetTailscaleGroup sets TailscaleGroup field to given value.

HasTailscaleGroup

func (o *GroupRemoteInfo) HasTailscaleGroup() bool

HasTailscaleGroup returns a boolean if a field has been set.

GetAwsSsoGroup

func (o *GroupRemoteInfo) GetAwsSsoGroup() GroupRemoteInfoAwsSsoGroup

GetAwsSsoGroup returns the AwsSsoGroup field if non-nil, zero value otherwise.

GetAwsSsoGroupOk

func (o *GroupRemoteInfo) GetAwsSsoGroupOk() (*GroupRemoteInfoAwsSsoGroup, bool)

GetAwsSsoGroupOk returns a tuple with the AwsSsoGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsSsoGroup

func (o *GroupRemoteInfo) SetAwsSsoGroup(v GroupRemoteInfoAwsSsoGroup)

SetAwsSsoGroup sets AwsSsoGroup field to given value.

HasAwsSsoGroup

func (o *GroupRemoteInfo) HasAwsSsoGroup() bool

HasAwsSsoGroup returns a boolean if a field has been set.

GetDatabricksAccountGroup

func (o *GroupRemoteInfo) GetDatabricksAccountGroup() GroupRemoteInfoDatabricksAccountGroup

GetDatabricksAccountGroup returns the DatabricksAccountGroup field if non-nil, zero value otherwise.

GetDatabricksAccountGroupOk

func (o *GroupRemoteInfo) GetDatabricksAccountGroupOk() (*GroupRemoteInfoDatabricksAccountGroup, bool)

GetDatabricksAccountGroupOk returns a tuple with the DatabricksAccountGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDatabricksAccountGroup

func (o *GroupRemoteInfo) SetDatabricksAccountGroup(v GroupRemoteInfoDatabricksAccountGroup)

SetDatabricksAccountGroup sets DatabricksAccountGroup field to given value.

HasDatabricksAccountGroup

func (o *GroupRemoteInfo) HasDatabricksAccountGroup() bool

HasDatabricksAccountGroup returns a boolean if a field has been set.

GetConnectorGroup

func (o *GroupRemoteInfo) GetConnectorGroup() GroupRemoteInfoConnectorGroup

GetConnectorGroup returns the ConnectorGroup field if non-nil, zero value otherwise.

GetConnectorGroupOk

func (o *GroupRemoteInfo) GetConnectorGroupOk() (*GroupRemoteInfoConnectorGroup, bool)

GetConnectorGroupOk returns a tuple with the ConnectorGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConnectorGroup

func (o *GroupRemoteInfo) SetConnectorGroup(v GroupRemoteInfoConnectorGroup)

SetConnectorGroup sets ConnectorGroup field to given value.

HasConnectorGroup

func (o *GroupRemoteInfo) HasConnectorGroup() bool

HasConnectorGroup returns a boolean if a field has been set.

GetGithubTeam

func (o *GroupRemoteInfo) GetGithubTeam() GroupRemoteInfoGithubTeam

GetGithubTeam returns the GithubTeam field if non-nil, zero value otherwise.

GetGithubTeamOk

func (o *GroupRemoteInfo) GetGithubTeamOk() (*GroupRemoteInfoGithubTeam, bool)

GetGithubTeamOk returns a tuple with the GithubTeam field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGithubTeam

func (o *GroupRemoteInfo) SetGithubTeam(v GroupRemoteInfoGithubTeam)

SetGithubTeam sets GithubTeam field to given value.

HasGithubTeam

func (o *GroupRemoteInfo) HasGithubTeam() bool

HasGithubTeam returns a boolean if a field has been set.

GetGithubEnterpriseTeam

func (o *GroupRemoteInfo) GetGithubEnterpriseTeam() GroupRemoteInfoGithubEnterpriseTeam

GetGithubEnterpriseTeam returns the GithubEnterpriseTeam field if non-nil, zero value otherwise.

GetGithubEnterpriseTeamOk

func (o *GroupRemoteInfo) GetGithubEnterpriseTeamOk() (*GroupRemoteInfoGithubEnterpriseTeam, bool)

GetGithubEnterpriseTeamOk returns a tuple with the GithubEnterpriseTeam field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGithubEnterpriseTeam

func (o *GroupRemoteInfo) SetGithubEnterpriseTeam(v GroupRemoteInfoGithubEnterpriseTeam)

SetGithubEnterpriseTeam sets GithubEnterpriseTeam field to given value.

HasGithubEnterpriseTeam

func (o *GroupRemoteInfo) HasGithubEnterpriseTeam() bool

HasGithubEnterpriseTeam returns a boolean if a field has been set.

GetGitlabGroup

func (o *GroupRemoteInfo) GetGitlabGroup() GroupRemoteInfoGitlabGroup

GetGitlabGroup returns the GitlabGroup field if non-nil, zero value otherwise.

GetGitlabGroupOk

func (o *GroupRemoteInfo) GetGitlabGroupOk() (*GroupRemoteInfoGitlabGroup, bool)

GetGitlabGroupOk returns a tuple with the GitlabGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGitlabGroup

func (o *GroupRemoteInfo) SetGitlabGroup(v GroupRemoteInfoGitlabGroup)

SetGitlabGroup sets GitlabGroup field to given value.

HasGitlabGroup

func (o *GroupRemoteInfo) HasGitlabGroup() bool

HasGitlabGroup returns a boolean if a field has been set.

GetGoogleGroup

func (o *GroupRemoteInfo) GetGoogleGroup() GroupRemoteInfoGoogleGroup

GetGoogleGroup returns the GoogleGroup field if non-nil, zero value otherwise.

GetGoogleGroupOk

func (o *GroupRemoteInfo) GetGoogleGroupOk() (*GroupRemoteInfoGoogleGroup, bool)

GetGoogleGroupOk returns a tuple with the GoogleGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGoogleGroup

func (o *GroupRemoteInfo) SetGoogleGroup(v GroupRemoteInfoGoogleGroup)

SetGoogleGroup sets GoogleGroup field to given value.

HasGoogleGroup

func (o *GroupRemoteInfo) HasGoogleGroup() bool

HasGoogleGroup returns a boolean if a field has been set.

GetLdapGroup

func (o *GroupRemoteInfo) GetLdapGroup() GroupRemoteInfoLdapGroup

GetLdapGroup returns the LdapGroup field if non-nil, zero value otherwise.

GetLdapGroupOk

func (o *GroupRemoteInfo) GetLdapGroupOk() (*GroupRemoteInfoLdapGroup, bool)

GetLdapGroupOk returns a tuple with the LdapGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLdapGroup

func (o *GroupRemoteInfo) SetLdapGroup(v GroupRemoteInfoLdapGroup)

SetLdapGroup sets LdapGroup field to given value.

HasLdapGroup

func (o *GroupRemoteInfo) HasLdapGroup() bool

HasLdapGroup returns a boolean if a field has been set.

GetOktaGroup

func (o *GroupRemoteInfo) GetOktaGroup() GroupRemoteInfoOktaGroup

GetOktaGroup returns the OktaGroup field if non-nil, zero value otherwise.

GetOktaGroupOk

func (o *GroupRemoteInfo) GetOktaGroupOk() (*GroupRemoteInfoOktaGroup, bool)

GetOktaGroupOk returns a tuple with the OktaGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOktaGroup

func (o *GroupRemoteInfo) SetOktaGroup(v GroupRemoteInfoOktaGroup)

SetOktaGroup sets OktaGroup field to given value.

HasOktaGroup

func (o *GroupRemoteInfo) HasOktaGroup() bool

HasOktaGroup returns a boolean if a field has been set.

GetDuoGroup

func (o *GroupRemoteInfo) GetDuoGroup() GroupRemoteInfoDuoGroup

GetDuoGroup returns the DuoGroup field if non-nil, zero value otherwise.

GetDuoGroupOk

func (o *GroupRemoteInfo) GetDuoGroupOk() (*GroupRemoteInfoDuoGroup, bool)

GetDuoGroupOk returns a tuple with the DuoGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDuoGroup

func (o *GroupRemoteInfo) SetDuoGroup(v GroupRemoteInfoDuoGroup)

SetDuoGroup sets DuoGroup field to given value.

HasDuoGroup

func (o *GroupRemoteInfo) HasDuoGroup() bool

HasDuoGroup returns a boolean if a field has been set.

GetAzureAdSecurityGroup

func (o *GroupRemoteInfo) GetAzureAdSecurityGroup() GroupRemoteInfoAzureAdSecurityGroup

GetAzureAdSecurityGroup returns the AzureAdSecurityGroup field if non-nil, zero value otherwise.

GetAzureAdSecurityGroupOk

func (o *GroupRemoteInfo) GetAzureAdSecurityGroupOk() (*GroupRemoteInfoAzureAdSecurityGroup, bool)

GetAzureAdSecurityGroupOk returns a tuple with the AzureAdSecurityGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAzureAdSecurityGroup

func (o *GroupRemoteInfo) SetAzureAdSecurityGroup(v GroupRemoteInfoAzureAdSecurityGroup)

SetAzureAdSecurityGroup sets AzureAdSecurityGroup field to given value.

HasAzureAdSecurityGroup

func (o *GroupRemoteInfo) HasAzureAdSecurityGroup() bool

HasAzureAdSecurityGroup returns a boolean if a field has been set.

GetAzureAdMicrosoft365Group

func (o *GroupRemoteInfo) GetAzureAdMicrosoft365Group() GroupRemoteInfoAzureAdMicrosoft365Group

GetAzureAdMicrosoft365Group returns the AzureAdMicrosoft365Group field if non-nil, zero value otherwise.

GetAzureAdMicrosoft365GroupOk

func (o *GroupRemoteInfo) GetAzureAdMicrosoft365GroupOk() (*GroupRemoteInfoAzureAdMicrosoft365Group, bool)

GetAzureAdMicrosoft365GroupOk returns a tuple with the AzureAdMicrosoft365Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAzureAdMicrosoft365Group

func (o *GroupRemoteInfo) SetAzureAdMicrosoft365Group(v GroupRemoteInfoAzureAdMicrosoft365Group)

SetAzureAdMicrosoft365Group sets AzureAdMicrosoft365Group field to given value.

HasAzureAdMicrosoft365Group

func (o *GroupRemoteInfo) HasAzureAdMicrosoft365Group() bool

HasAzureAdMicrosoft365Group returns a boolean if a field has been set.

GetSnowflakeRole

func (o *GroupRemoteInfo) GetSnowflakeRole() GroupRemoteInfoSnowflakeRole

GetSnowflakeRole returns the SnowflakeRole field if non-nil, zero value otherwise.

GetSnowflakeRoleOk

func (o *GroupRemoteInfo) GetSnowflakeRoleOk() (*GroupRemoteInfoSnowflakeRole, bool)

GetSnowflakeRoleOk returns a tuple with the SnowflakeRole field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSnowflakeRole

func (o *GroupRemoteInfo) SetSnowflakeRole(v GroupRemoteInfoSnowflakeRole)

SetSnowflakeRole sets SnowflakeRole field to given value.

HasSnowflakeRole

func (o *GroupRemoteInfo) HasSnowflakeRole() bool

HasSnowflakeRole returns a boolean if a field has been set.

GetOktaGroupRule

func (o *GroupRemoteInfo) GetOktaGroupRule() GroupRemoteInfoOktaGroupRule

GetOktaGroupRule returns the OktaGroupRule field if non-nil, zero value otherwise.

GetOktaGroupRuleOk

func (o *GroupRemoteInfo) GetOktaGroupRuleOk() (*GroupRemoteInfoOktaGroupRule, bool)

GetOktaGroupRuleOk returns a tuple with the OktaGroupRule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOktaGroupRule

func (o *GroupRemoteInfo) SetOktaGroupRule(v GroupRemoteInfoOktaGroupRule)

SetOktaGroupRule sets OktaGroupRule field to given value.

HasOktaGroupRule

func (o *GroupRemoteInfo) HasOktaGroupRule() bool

HasOktaGroupRule returns a boolean if a field has been set.

GetWorkdayUserSecurityGroup

func (o *GroupRemoteInfo) GetWorkdayUserSecurityGroup() GroupRemoteInfoWorkdayUserSecurityGroup

GetWorkdayUserSecurityGroup returns the WorkdayUserSecurityGroup field if non-nil, zero value otherwise.

GetWorkdayUserSecurityGroupOk

func (o *GroupRemoteInfo) GetWorkdayUserSecurityGroupOk() (*GroupRemoteInfoWorkdayUserSecurityGroup, bool)

GetWorkdayUserSecurityGroupOk returns a tuple with the WorkdayUserSecurityGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWorkdayUserSecurityGroup

func (o *GroupRemoteInfo) SetWorkdayUserSecurityGroup(v GroupRemoteInfoWorkdayUserSecurityGroup)

SetWorkdayUserSecurityGroup sets WorkdayUserSecurityGroup field to given value.

HasWorkdayUserSecurityGroup

func (o *GroupRemoteInfo) HasWorkdayUserSecurityGroup() bool

HasWorkdayUserSecurityGroup returns a boolean if a field has been set.

GetPagerdutyOnCallSchedule

func (o *GroupRemoteInfo) GetPagerdutyOnCallSchedule() GroupRemoteInfoPagerdutyOnCallSchedule

GetPagerdutyOnCallSchedule returns the PagerdutyOnCallSchedule field if non-nil, zero value otherwise.

GetPagerdutyOnCallScheduleOk

func (o *GroupRemoteInfo) GetPagerdutyOnCallScheduleOk() (*GroupRemoteInfoPagerdutyOnCallSchedule, bool)

GetPagerdutyOnCallScheduleOk returns a tuple with the PagerdutyOnCallSchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPagerdutyOnCallSchedule

func (o *GroupRemoteInfo) SetPagerdutyOnCallSchedule(v GroupRemoteInfoPagerdutyOnCallSchedule)

SetPagerdutyOnCallSchedule sets PagerdutyOnCallSchedule field to given value.

HasPagerdutyOnCallSchedule

func (o *GroupRemoteInfo) HasPagerdutyOnCallSchedule() bool

HasPagerdutyOnCallSchedule returns a boolean if a field has been set.

GetIncidentioOnCallSchedule

func (o *GroupRemoteInfo) GetIncidentioOnCallSchedule() GroupRemoteInfoIncidentioOnCallSchedule

GetIncidentioOnCallSchedule returns the IncidentioOnCallSchedule field if non-nil, zero value otherwise.

GetIncidentioOnCallScheduleOk

func (o *GroupRemoteInfo) GetIncidentioOnCallScheduleOk() (*GroupRemoteInfoIncidentioOnCallSchedule, bool)

GetIncidentioOnCallScheduleOk returns a tuple with the IncidentioOnCallSchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIncidentioOnCallSchedule

func (o *GroupRemoteInfo) SetIncidentioOnCallSchedule(v GroupRemoteInfoIncidentioOnCallSchedule)

SetIncidentioOnCallSchedule sets IncidentioOnCallSchedule field to given value.

HasIncidentioOnCallSchedule

func (o *GroupRemoteInfo) HasIncidentioOnCallSchedule() bool

HasIncidentioOnCallSchedule returns a boolean if a field has been set.

GetRootlyOnCallSchedule

func (o *GroupRemoteInfo) GetRootlyOnCallSchedule() GroupRemoteInfoRootlyOnCallSchedule

GetRootlyOnCallSchedule returns the RootlyOnCallSchedule field if non-nil, zero value otherwise.

GetRootlyOnCallScheduleOk

func (o *GroupRemoteInfo) GetRootlyOnCallScheduleOk() (*GroupRemoteInfoRootlyOnCallSchedule, bool)

GetRootlyOnCallScheduleOk returns a tuple with the RootlyOnCallSchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRootlyOnCallSchedule

func (o *GroupRemoteInfo) SetRootlyOnCallSchedule(v GroupRemoteInfoRootlyOnCallSchedule)

SetRootlyOnCallSchedule sets RootlyOnCallSchedule field to given value.

HasRootlyOnCallSchedule

func (o *GroupRemoteInfo) HasRootlyOnCallSchedule() bool

HasRootlyOnCallSchedule returns a boolean if a field has been set.

GetDevinGroup

func (o *GroupRemoteInfo) GetDevinGroup() GroupRemoteInfoDevinGroup

GetDevinGroup returns the DevinGroup field if non-nil, zero value otherwise.

GetDevinGroupOk

func (o *GroupRemoteInfo) GetDevinGroupOk() (*GroupRemoteInfoDevinGroup, bool)

GetDevinGroupOk returns a tuple with the DevinGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDevinGroup

func (o *GroupRemoteInfo) SetDevinGroup(v GroupRemoteInfoDevinGroup)

SetDevinGroup sets DevinGroup field to given value.

HasDevinGroup

func (o *GroupRemoteInfo) HasDevinGroup() bool

HasDevinGroup returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]