Skip to content

Latest commit

 

History

History
1642 lines (885 loc) · 58.5 KB

File metadata and controls

1642 lines (885 loc) · 58.5 KB

ResourceRemoteInfo

Properties

Name Type Description Notes
DatabricksAccountServicePrincipal Pointer to ResourceRemoteInfoDatabricksAccountServicePrincipal [optional]
AzureSubscription Pointer to ResourceRemoteInfoAzureSubscription [optional]
AzureResourceGroup Pointer to ResourceRemoteInfoAzureResourceGroup [optional]
AzureManagementGroup Pointer to ResourceRemoteInfoAzureManagementGroup [optional]
AzureVirtualMachine Pointer to ResourceRemoteInfoAzureVirtualMachine [optional]
AzureStorageAccount Pointer to ResourceRemoteInfoAzureStorageAccount [optional]
AzureStorageContainer Pointer to ResourceRemoteInfoAzureStorageContainer [optional]
AzureSqlServer Pointer to ResourceRemoteInfoAzureSqlServer [optional]
AzureSqlDatabase Pointer to ResourceRemoteInfoAzureSqlDatabase [optional]
AzureSqlManagedInstance Pointer to ResourceRemoteInfoAzureSqlManagedInstance [optional]
AzureSqlManagedDatabase Pointer to ResourceRemoteInfoAzureSqlManagedDatabase [optional]
AzureUserAssignedManagedIdentity Pointer to ResourceRemoteInfoAzureUserAssignedManagedIdentity [optional]
AzureEnterpriseApp Pointer to ResourceRemoteInfoAzureEnterpriseApp [optional]
AzureEntraIdRole Pointer to ResourceRemoteInfoAzureEntraIdRole [optional]
AwsOrganizationalUnit Pointer to ResourceRemoteInfoAwsOrganizationalUnit [optional]
AwsAccount Pointer to ResourceRemoteInfoAwsAccount [optional]
AwsPermissionSet Pointer to ResourceRemoteInfoAwsPermissionSet [optional]
AwsIamRole Pointer to ResourceRemoteInfoAwsIamRole [optional]
AwsEc2Instance Pointer to ResourceRemoteInfoAwsEc2Instance [optional]
AwsRdsCluster Pointer to ResourceRemoteInfoAwsRdsCluster [optional]
AwsRdsInstance Pointer to ResourceRemoteInfoAwsRdsInstance [optional]
AwsEksCluster Pointer to ResourceRemoteInfoAwsEksCluster [optional]
CustomConnector Pointer to ResourceRemoteInfoCustomConnector [optional]
GcpOrganization Pointer to ResourceRemoteInfoGcpOrganization [optional]
GcpBucket Pointer to ResourceRemoteInfoGcpBucket [optional]
GcpComputeInstance Pointer to ResourceRemoteInfoGcpComputeInstance [optional]
GcpBigQueryDataset Pointer to ResourceRemoteInfoGcpBigQueryDataset [optional]
GcpBigQueryTable Pointer to ResourceRemoteInfoGcpBigQueryTable [optional]
GcpFolder Pointer to ResourceRemoteInfoGcpFolder [optional]
GcpGkeCluster Pointer to ResourceRemoteInfoGcpGkeCluster [optional]
GcpProject Pointer to ResourceRemoteInfoGcpProject [optional]
GcpSqlInstance Pointer to ResourceRemoteInfoGcpSqlInstance [optional]
GcpServiceAccount Pointer to ResourceRemoteInfoGcpServiceAccount [optional]
GoogleWorkspaceRole Pointer to ResourceRemoteInfoGoogleWorkspaceRole [optional]
GithubRepo Pointer to ResourceRemoteInfoGithubRepo [optional]
GithubOrgRole Pointer to ResourceRemoteInfoGithubOrgRole [optional]
GithubOrg Pointer to ResourceRemoteInfoGithubOrg [optional]
GithubEnterpriseRole Pointer to ResourceRemoteInfoGithubEnterpriseRole [optional]
GitlabProject Pointer to ResourceRemoteInfoGitlabProject [optional]
OktaApp Pointer to ResourceRemoteInfoOktaApp [optional]
OktaStandardRole Pointer to ResourceRemoteInfoOktaStandardRole [optional]
OktaCustomRole Pointer to ResourceRemoteInfoOktaCustomRole [optional]
SnowflakeDatabase Pointer to ResourceRemoteInfoSnowflakeDatabase [optional]
SnowflakeSchema Pointer to ResourceRemoteInfoSnowflakeSchema [optional]
SnowflakeTable Pointer to ResourceRemoteInfoSnowflakeTable [optional]
IlevelAdvancedRole Pointer to ResourceRemoteInfoIlevelAdvancedRole [optional]
TailscaleSsh Pointer to ResourceRemoteInfoTailscaleSsh [optional]
PagerdutyRole Pointer to ResourceRemoteInfoPagerdutyRole [optional]
WorkdayRole Pointer to ResourceRemoteInfoWorkdayRole [optional]
SalesforcePermissionSet Pointer to ResourceRemoteInfoSalesforcePermissionSet [optional]
SalesforceProfile Pointer to ResourceRemoteInfoSalesforceProfile [optional]
SalesforceRole Pointer to ResourceRemoteInfoSalesforceRole [optional]
TeleportRole Pointer to ResourceRemoteInfoTeleportRole [optional]
DatastaxAstraRole Pointer to ResourceRemoteInfoDatastaxAstraRole [optional]
CoupaRole Pointer to ResourceRemoteInfoCoupaRole [optional]
CursorOrganization Pointer to ResourceRemoteInfoCursorOrganization [optional]
OpenaiPlatformProject Pointer to ResourceRemoteInfoOpenaiPlatformProject [optional]
OpenaiPlatformServiceAccount Pointer to ResourceRemoteInfoOpenaiPlatformServiceAccount [optional]
AnthropicWorkspace Pointer to ResourceRemoteInfoAnthropicWorkspace [optional]
OracleFusionRole Pointer to ResourceRemoteInfoOracleFusionRole [optional]
DevinOrganization Pointer to ResourceRemoteInfoDevinOrganization [optional]
DevinRole Pointer to ResourceRemoteInfoDevinRole [optional]

Methods

NewResourceRemoteInfo

func NewResourceRemoteInfo() *ResourceRemoteInfo

NewResourceRemoteInfo instantiates a new ResourceRemoteInfo 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

NewResourceRemoteInfoWithDefaults

func NewResourceRemoteInfoWithDefaults() *ResourceRemoteInfo

NewResourceRemoteInfoWithDefaults instantiates a new ResourceRemoteInfo 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

GetDatabricksAccountServicePrincipal

func (o *ResourceRemoteInfo) GetDatabricksAccountServicePrincipal() ResourceRemoteInfoDatabricksAccountServicePrincipal

GetDatabricksAccountServicePrincipal returns the DatabricksAccountServicePrincipal field if non-nil, zero value otherwise.

GetDatabricksAccountServicePrincipalOk

func (o *ResourceRemoteInfo) GetDatabricksAccountServicePrincipalOk() (*ResourceRemoteInfoDatabricksAccountServicePrincipal, bool)

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

SetDatabricksAccountServicePrincipal

func (o *ResourceRemoteInfo) SetDatabricksAccountServicePrincipal(v ResourceRemoteInfoDatabricksAccountServicePrincipal)

SetDatabricksAccountServicePrincipal sets DatabricksAccountServicePrincipal field to given value.

HasDatabricksAccountServicePrincipal

func (o *ResourceRemoteInfo) HasDatabricksAccountServicePrincipal() bool

HasDatabricksAccountServicePrincipal returns a boolean if a field has been set.

GetAzureSubscription

func (o *ResourceRemoteInfo) GetAzureSubscription() ResourceRemoteInfoAzureSubscription

GetAzureSubscription returns the AzureSubscription field if non-nil, zero value otherwise.

GetAzureSubscriptionOk

func (o *ResourceRemoteInfo) GetAzureSubscriptionOk() (*ResourceRemoteInfoAzureSubscription, bool)

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

SetAzureSubscription

func (o *ResourceRemoteInfo) SetAzureSubscription(v ResourceRemoteInfoAzureSubscription)

SetAzureSubscription sets AzureSubscription field to given value.

HasAzureSubscription

func (o *ResourceRemoteInfo) HasAzureSubscription() bool

HasAzureSubscription returns a boolean if a field has been set.

GetAzureResourceGroup

func (o *ResourceRemoteInfo) GetAzureResourceGroup() ResourceRemoteInfoAzureResourceGroup

GetAzureResourceGroup returns the AzureResourceGroup field if non-nil, zero value otherwise.

GetAzureResourceGroupOk

func (o *ResourceRemoteInfo) GetAzureResourceGroupOk() (*ResourceRemoteInfoAzureResourceGroup, bool)

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

SetAzureResourceGroup

func (o *ResourceRemoteInfo) SetAzureResourceGroup(v ResourceRemoteInfoAzureResourceGroup)

SetAzureResourceGroup sets AzureResourceGroup field to given value.

HasAzureResourceGroup

func (o *ResourceRemoteInfo) HasAzureResourceGroup() bool

HasAzureResourceGroup returns a boolean if a field has been set.

GetAzureManagementGroup

func (o *ResourceRemoteInfo) GetAzureManagementGroup() ResourceRemoteInfoAzureManagementGroup

GetAzureManagementGroup returns the AzureManagementGroup field if non-nil, zero value otherwise.

GetAzureManagementGroupOk

func (o *ResourceRemoteInfo) GetAzureManagementGroupOk() (*ResourceRemoteInfoAzureManagementGroup, bool)

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

SetAzureManagementGroup

func (o *ResourceRemoteInfo) SetAzureManagementGroup(v ResourceRemoteInfoAzureManagementGroup)

SetAzureManagementGroup sets AzureManagementGroup field to given value.

HasAzureManagementGroup

func (o *ResourceRemoteInfo) HasAzureManagementGroup() bool

HasAzureManagementGroup returns a boolean if a field has been set.

GetAzureVirtualMachine

func (o *ResourceRemoteInfo) GetAzureVirtualMachine() ResourceRemoteInfoAzureVirtualMachine

GetAzureVirtualMachine returns the AzureVirtualMachine field if non-nil, zero value otherwise.

GetAzureVirtualMachineOk

func (o *ResourceRemoteInfo) GetAzureVirtualMachineOk() (*ResourceRemoteInfoAzureVirtualMachine, bool)

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

SetAzureVirtualMachine

func (o *ResourceRemoteInfo) SetAzureVirtualMachine(v ResourceRemoteInfoAzureVirtualMachine)

SetAzureVirtualMachine sets AzureVirtualMachine field to given value.

HasAzureVirtualMachine

func (o *ResourceRemoteInfo) HasAzureVirtualMachine() bool

HasAzureVirtualMachine returns a boolean if a field has been set.

GetAzureStorageAccount

func (o *ResourceRemoteInfo) GetAzureStorageAccount() ResourceRemoteInfoAzureStorageAccount

GetAzureStorageAccount returns the AzureStorageAccount field if non-nil, zero value otherwise.

GetAzureStorageAccountOk

func (o *ResourceRemoteInfo) GetAzureStorageAccountOk() (*ResourceRemoteInfoAzureStorageAccount, bool)

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

SetAzureStorageAccount

func (o *ResourceRemoteInfo) SetAzureStorageAccount(v ResourceRemoteInfoAzureStorageAccount)

SetAzureStorageAccount sets AzureStorageAccount field to given value.

HasAzureStorageAccount

func (o *ResourceRemoteInfo) HasAzureStorageAccount() bool

HasAzureStorageAccount returns a boolean if a field has been set.

GetAzureStorageContainer

func (o *ResourceRemoteInfo) GetAzureStorageContainer() ResourceRemoteInfoAzureStorageContainer

GetAzureStorageContainer returns the AzureStorageContainer field if non-nil, zero value otherwise.

GetAzureStorageContainerOk

func (o *ResourceRemoteInfo) GetAzureStorageContainerOk() (*ResourceRemoteInfoAzureStorageContainer, bool)

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

SetAzureStorageContainer

func (o *ResourceRemoteInfo) SetAzureStorageContainer(v ResourceRemoteInfoAzureStorageContainer)

SetAzureStorageContainer sets AzureStorageContainer field to given value.

HasAzureStorageContainer

func (o *ResourceRemoteInfo) HasAzureStorageContainer() bool

HasAzureStorageContainer returns a boolean if a field has been set.

GetAzureSqlServer

func (o *ResourceRemoteInfo) GetAzureSqlServer() ResourceRemoteInfoAzureSqlServer

GetAzureSqlServer returns the AzureSqlServer field if non-nil, zero value otherwise.

GetAzureSqlServerOk

func (o *ResourceRemoteInfo) GetAzureSqlServerOk() (*ResourceRemoteInfoAzureSqlServer, bool)

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

SetAzureSqlServer

func (o *ResourceRemoteInfo) SetAzureSqlServer(v ResourceRemoteInfoAzureSqlServer)

SetAzureSqlServer sets AzureSqlServer field to given value.

HasAzureSqlServer

func (o *ResourceRemoteInfo) HasAzureSqlServer() bool

HasAzureSqlServer returns a boolean if a field has been set.

GetAzureSqlDatabase

func (o *ResourceRemoteInfo) GetAzureSqlDatabase() ResourceRemoteInfoAzureSqlDatabase

GetAzureSqlDatabase returns the AzureSqlDatabase field if non-nil, zero value otherwise.

GetAzureSqlDatabaseOk

func (o *ResourceRemoteInfo) GetAzureSqlDatabaseOk() (*ResourceRemoteInfoAzureSqlDatabase, bool)

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

SetAzureSqlDatabase

func (o *ResourceRemoteInfo) SetAzureSqlDatabase(v ResourceRemoteInfoAzureSqlDatabase)

SetAzureSqlDatabase sets AzureSqlDatabase field to given value.

HasAzureSqlDatabase

func (o *ResourceRemoteInfo) HasAzureSqlDatabase() bool

HasAzureSqlDatabase returns a boolean if a field has been set.

GetAzureSqlManagedInstance

func (o *ResourceRemoteInfo) GetAzureSqlManagedInstance() ResourceRemoteInfoAzureSqlManagedInstance

GetAzureSqlManagedInstance returns the AzureSqlManagedInstance field if non-nil, zero value otherwise.

GetAzureSqlManagedInstanceOk

func (o *ResourceRemoteInfo) GetAzureSqlManagedInstanceOk() (*ResourceRemoteInfoAzureSqlManagedInstance, bool)

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

SetAzureSqlManagedInstance

func (o *ResourceRemoteInfo) SetAzureSqlManagedInstance(v ResourceRemoteInfoAzureSqlManagedInstance)

SetAzureSqlManagedInstance sets AzureSqlManagedInstance field to given value.

HasAzureSqlManagedInstance

func (o *ResourceRemoteInfo) HasAzureSqlManagedInstance() bool

HasAzureSqlManagedInstance returns a boolean if a field has been set.

GetAzureSqlManagedDatabase

func (o *ResourceRemoteInfo) GetAzureSqlManagedDatabase() ResourceRemoteInfoAzureSqlManagedDatabase

GetAzureSqlManagedDatabase returns the AzureSqlManagedDatabase field if non-nil, zero value otherwise.

GetAzureSqlManagedDatabaseOk

func (o *ResourceRemoteInfo) GetAzureSqlManagedDatabaseOk() (*ResourceRemoteInfoAzureSqlManagedDatabase, bool)

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

SetAzureSqlManagedDatabase

func (o *ResourceRemoteInfo) SetAzureSqlManagedDatabase(v ResourceRemoteInfoAzureSqlManagedDatabase)

SetAzureSqlManagedDatabase sets AzureSqlManagedDatabase field to given value.

HasAzureSqlManagedDatabase

func (o *ResourceRemoteInfo) HasAzureSqlManagedDatabase() bool

HasAzureSqlManagedDatabase returns a boolean if a field has been set.

GetAzureUserAssignedManagedIdentity

func (o *ResourceRemoteInfo) GetAzureUserAssignedManagedIdentity() ResourceRemoteInfoAzureUserAssignedManagedIdentity

GetAzureUserAssignedManagedIdentity returns the AzureUserAssignedManagedIdentity field if non-nil, zero value otherwise.

GetAzureUserAssignedManagedIdentityOk

func (o *ResourceRemoteInfo) GetAzureUserAssignedManagedIdentityOk() (*ResourceRemoteInfoAzureUserAssignedManagedIdentity, bool)

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

SetAzureUserAssignedManagedIdentity

func (o *ResourceRemoteInfo) SetAzureUserAssignedManagedIdentity(v ResourceRemoteInfoAzureUserAssignedManagedIdentity)

SetAzureUserAssignedManagedIdentity sets AzureUserAssignedManagedIdentity field to given value.

HasAzureUserAssignedManagedIdentity

func (o *ResourceRemoteInfo) HasAzureUserAssignedManagedIdentity() bool

HasAzureUserAssignedManagedIdentity returns a boolean if a field has been set.

GetAzureEnterpriseApp

func (o *ResourceRemoteInfo) GetAzureEnterpriseApp() ResourceRemoteInfoAzureEnterpriseApp

GetAzureEnterpriseApp returns the AzureEnterpriseApp field if non-nil, zero value otherwise.

GetAzureEnterpriseAppOk

func (o *ResourceRemoteInfo) GetAzureEnterpriseAppOk() (*ResourceRemoteInfoAzureEnterpriseApp, bool)

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

SetAzureEnterpriseApp

func (o *ResourceRemoteInfo) SetAzureEnterpriseApp(v ResourceRemoteInfoAzureEnterpriseApp)

SetAzureEnterpriseApp sets AzureEnterpriseApp field to given value.

HasAzureEnterpriseApp

func (o *ResourceRemoteInfo) HasAzureEnterpriseApp() bool

HasAzureEnterpriseApp returns a boolean if a field has been set.

GetAzureEntraIdRole

func (o *ResourceRemoteInfo) GetAzureEntraIdRole() ResourceRemoteInfoAzureEntraIdRole

GetAzureEntraIdRole returns the AzureEntraIdRole field if non-nil, zero value otherwise.

GetAzureEntraIdRoleOk

func (o *ResourceRemoteInfo) GetAzureEntraIdRoleOk() (*ResourceRemoteInfoAzureEntraIdRole, bool)

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

SetAzureEntraIdRole

func (o *ResourceRemoteInfo) SetAzureEntraIdRole(v ResourceRemoteInfoAzureEntraIdRole)

SetAzureEntraIdRole sets AzureEntraIdRole field to given value.

HasAzureEntraIdRole

func (o *ResourceRemoteInfo) HasAzureEntraIdRole() bool

HasAzureEntraIdRole returns a boolean if a field has been set.

GetAwsOrganizationalUnit

func (o *ResourceRemoteInfo) GetAwsOrganizationalUnit() ResourceRemoteInfoAwsOrganizationalUnit

GetAwsOrganizationalUnit returns the AwsOrganizationalUnit field if non-nil, zero value otherwise.

GetAwsOrganizationalUnitOk

func (o *ResourceRemoteInfo) GetAwsOrganizationalUnitOk() (*ResourceRemoteInfoAwsOrganizationalUnit, bool)

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

SetAwsOrganizationalUnit

func (o *ResourceRemoteInfo) SetAwsOrganizationalUnit(v ResourceRemoteInfoAwsOrganizationalUnit)

SetAwsOrganizationalUnit sets AwsOrganizationalUnit field to given value.

HasAwsOrganizationalUnit

func (o *ResourceRemoteInfo) HasAwsOrganizationalUnit() bool

HasAwsOrganizationalUnit returns a boolean if a field has been set.

GetAwsAccount

func (o *ResourceRemoteInfo) GetAwsAccount() ResourceRemoteInfoAwsAccount

GetAwsAccount returns the AwsAccount field if non-nil, zero value otherwise.

GetAwsAccountOk

func (o *ResourceRemoteInfo) GetAwsAccountOk() (*ResourceRemoteInfoAwsAccount, bool)

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

SetAwsAccount

func (o *ResourceRemoteInfo) SetAwsAccount(v ResourceRemoteInfoAwsAccount)

SetAwsAccount sets AwsAccount field to given value.

HasAwsAccount

func (o *ResourceRemoteInfo) HasAwsAccount() bool

HasAwsAccount returns a boolean if a field has been set.

GetAwsPermissionSet

func (o *ResourceRemoteInfo) GetAwsPermissionSet() ResourceRemoteInfoAwsPermissionSet

GetAwsPermissionSet returns the AwsPermissionSet field if non-nil, zero value otherwise.

GetAwsPermissionSetOk

func (o *ResourceRemoteInfo) GetAwsPermissionSetOk() (*ResourceRemoteInfoAwsPermissionSet, bool)

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

SetAwsPermissionSet

func (o *ResourceRemoteInfo) SetAwsPermissionSet(v ResourceRemoteInfoAwsPermissionSet)

SetAwsPermissionSet sets AwsPermissionSet field to given value.

HasAwsPermissionSet

func (o *ResourceRemoteInfo) HasAwsPermissionSet() bool

HasAwsPermissionSet returns a boolean if a field has been set.

GetAwsIamRole

func (o *ResourceRemoteInfo) GetAwsIamRole() ResourceRemoteInfoAwsIamRole

GetAwsIamRole returns the AwsIamRole field if non-nil, zero value otherwise.

GetAwsIamRoleOk

func (o *ResourceRemoteInfo) GetAwsIamRoleOk() (*ResourceRemoteInfoAwsIamRole, bool)

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

SetAwsIamRole

func (o *ResourceRemoteInfo) SetAwsIamRole(v ResourceRemoteInfoAwsIamRole)

SetAwsIamRole sets AwsIamRole field to given value.

HasAwsIamRole

func (o *ResourceRemoteInfo) HasAwsIamRole() bool

HasAwsIamRole returns a boolean if a field has been set.

GetAwsEc2Instance

func (o *ResourceRemoteInfo) GetAwsEc2Instance() ResourceRemoteInfoAwsEc2Instance

GetAwsEc2Instance returns the AwsEc2Instance field if non-nil, zero value otherwise.

GetAwsEc2InstanceOk

func (o *ResourceRemoteInfo) GetAwsEc2InstanceOk() (*ResourceRemoteInfoAwsEc2Instance, bool)

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

SetAwsEc2Instance

func (o *ResourceRemoteInfo) SetAwsEc2Instance(v ResourceRemoteInfoAwsEc2Instance)

SetAwsEc2Instance sets AwsEc2Instance field to given value.

HasAwsEc2Instance

func (o *ResourceRemoteInfo) HasAwsEc2Instance() bool

HasAwsEc2Instance returns a boolean if a field has been set.

GetAwsRdsCluster

func (o *ResourceRemoteInfo) GetAwsRdsCluster() ResourceRemoteInfoAwsRdsCluster

GetAwsRdsCluster returns the AwsRdsCluster field if non-nil, zero value otherwise.

GetAwsRdsClusterOk

func (o *ResourceRemoteInfo) GetAwsRdsClusterOk() (*ResourceRemoteInfoAwsRdsCluster, bool)

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

SetAwsRdsCluster

func (o *ResourceRemoteInfo) SetAwsRdsCluster(v ResourceRemoteInfoAwsRdsCluster)

SetAwsRdsCluster sets AwsRdsCluster field to given value.

HasAwsRdsCluster

func (o *ResourceRemoteInfo) HasAwsRdsCluster() bool

HasAwsRdsCluster returns a boolean if a field has been set.

GetAwsRdsInstance

func (o *ResourceRemoteInfo) GetAwsRdsInstance() ResourceRemoteInfoAwsRdsInstance

GetAwsRdsInstance returns the AwsRdsInstance field if non-nil, zero value otherwise.

GetAwsRdsInstanceOk

func (o *ResourceRemoteInfo) GetAwsRdsInstanceOk() (*ResourceRemoteInfoAwsRdsInstance, bool)

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

SetAwsRdsInstance

func (o *ResourceRemoteInfo) SetAwsRdsInstance(v ResourceRemoteInfoAwsRdsInstance)

SetAwsRdsInstance sets AwsRdsInstance field to given value.

HasAwsRdsInstance

func (o *ResourceRemoteInfo) HasAwsRdsInstance() bool

HasAwsRdsInstance returns a boolean if a field has been set.

GetAwsEksCluster

func (o *ResourceRemoteInfo) GetAwsEksCluster() ResourceRemoteInfoAwsEksCluster

GetAwsEksCluster returns the AwsEksCluster field if non-nil, zero value otherwise.

GetAwsEksClusterOk

func (o *ResourceRemoteInfo) GetAwsEksClusterOk() (*ResourceRemoteInfoAwsEksCluster, bool)

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

SetAwsEksCluster

func (o *ResourceRemoteInfo) SetAwsEksCluster(v ResourceRemoteInfoAwsEksCluster)

SetAwsEksCluster sets AwsEksCluster field to given value.

HasAwsEksCluster

func (o *ResourceRemoteInfo) HasAwsEksCluster() bool

HasAwsEksCluster returns a boolean if a field has been set.

GetCustomConnector

func (o *ResourceRemoteInfo) GetCustomConnector() ResourceRemoteInfoCustomConnector

GetCustomConnector returns the CustomConnector field if non-nil, zero value otherwise.

GetCustomConnectorOk

func (o *ResourceRemoteInfo) GetCustomConnectorOk() (*ResourceRemoteInfoCustomConnector, bool)

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

SetCustomConnector

func (o *ResourceRemoteInfo) SetCustomConnector(v ResourceRemoteInfoCustomConnector)

SetCustomConnector sets CustomConnector field to given value.

HasCustomConnector

func (o *ResourceRemoteInfo) HasCustomConnector() bool

HasCustomConnector returns a boolean if a field has been set.

GetGcpOrganization

func (o *ResourceRemoteInfo) GetGcpOrganization() ResourceRemoteInfoGcpOrganization

GetGcpOrganization returns the GcpOrganization field if non-nil, zero value otherwise.

GetGcpOrganizationOk

func (o *ResourceRemoteInfo) GetGcpOrganizationOk() (*ResourceRemoteInfoGcpOrganization, bool)

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

SetGcpOrganization

func (o *ResourceRemoteInfo) SetGcpOrganization(v ResourceRemoteInfoGcpOrganization)

SetGcpOrganization sets GcpOrganization field to given value.

HasGcpOrganization

func (o *ResourceRemoteInfo) HasGcpOrganization() bool

HasGcpOrganization returns a boolean if a field has been set.

GetGcpBucket

func (o *ResourceRemoteInfo) GetGcpBucket() ResourceRemoteInfoGcpBucket

GetGcpBucket returns the GcpBucket field if non-nil, zero value otherwise.

GetGcpBucketOk

func (o *ResourceRemoteInfo) GetGcpBucketOk() (*ResourceRemoteInfoGcpBucket, bool)

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

SetGcpBucket

func (o *ResourceRemoteInfo) SetGcpBucket(v ResourceRemoteInfoGcpBucket)

SetGcpBucket sets GcpBucket field to given value.

HasGcpBucket

func (o *ResourceRemoteInfo) HasGcpBucket() bool

HasGcpBucket returns a boolean if a field has been set.

GetGcpComputeInstance

func (o *ResourceRemoteInfo) GetGcpComputeInstance() ResourceRemoteInfoGcpComputeInstance

GetGcpComputeInstance returns the GcpComputeInstance field if non-nil, zero value otherwise.

GetGcpComputeInstanceOk

func (o *ResourceRemoteInfo) GetGcpComputeInstanceOk() (*ResourceRemoteInfoGcpComputeInstance, bool)

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

SetGcpComputeInstance

func (o *ResourceRemoteInfo) SetGcpComputeInstance(v ResourceRemoteInfoGcpComputeInstance)

SetGcpComputeInstance sets GcpComputeInstance field to given value.

HasGcpComputeInstance

func (o *ResourceRemoteInfo) HasGcpComputeInstance() bool

HasGcpComputeInstance returns a boolean if a field has been set.

GetGcpBigQueryDataset

func (o *ResourceRemoteInfo) GetGcpBigQueryDataset() ResourceRemoteInfoGcpBigQueryDataset

GetGcpBigQueryDataset returns the GcpBigQueryDataset field if non-nil, zero value otherwise.

GetGcpBigQueryDatasetOk

func (o *ResourceRemoteInfo) GetGcpBigQueryDatasetOk() (*ResourceRemoteInfoGcpBigQueryDataset, bool)

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

SetGcpBigQueryDataset

func (o *ResourceRemoteInfo) SetGcpBigQueryDataset(v ResourceRemoteInfoGcpBigQueryDataset)

SetGcpBigQueryDataset sets GcpBigQueryDataset field to given value.

HasGcpBigQueryDataset

func (o *ResourceRemoteInfo) HasGcpBigQueryDataset() bool

HasGcpBigQueryDataset returns a boolean if a field has been set.

GetGcpBigQueryTable

func (o *ResourceRemoteInfo) GetGcpBigQueryTable() ResourceRemoteInfoGcpBigQueryTable

GetGcpBigQueryTable returns the GcpBigQueryTable field if non-nil, zero value otherwise.

GetGcpBigQueryTableOk

func (o *ResourceRemoteInfo) GetGcpBigQueryTableOk() (*ResourceRemoteInfoGcpBigQueryTable, bool)

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

SetGcpBigQueryTable

func (o *ResourceRemoteInfo) SetGcpBigQueryTable(v ResourceRemoteInfoGcpBigQueryTable)

SetGcpBigQueryTable sets GcpBigQueryTable field to given value.

HasGcpBigQueryTable

func (o *ResourceRemoteInfo) HasGcpBigQueryTable() bool

HasGcpBigQueryTable returns a boolean if a field has been set.

GetGcpFolder

func (o *ResourceRemoteInfo) GetGcpFolder() ResourceRemoteInfoGcpFolder

GetGcpFolder returns the GcpFolder field if non-nil, zero value otherwise.

GetGcpFolderOk

func (o *ResourceRemoteInfo) GetGcpFolderOk() (*ResourceRemoteInfoGcpFolder, bool)

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

SetGcpFolder

func (o *ResourceRemoteInfo) SetGcpFolder(v ResourceRemoteInfoGcpFolder)

SetGcpFolder sets GcpFolder field to given value.

HasGcpFolder

func (o *ResourceRemoteInfo) HasGcpFolder() bool

HasGcpFolder returns a boolean if a field has been set.

GetGcpGkeCluster

func (o *ResourceRemoteInfo) GetGcpGkeCluster() ResourceRemoteInfoGcpGkeCluster

GetGcpGkeCluster returns the GcpGkeCluster field if non-nil, zero value otherwise.

GetGcpGkeClusterOk

func (o *ResourceRemoteInfo) GetGcpGkeClusterOk() (*ResourceRemoteInfoGcpGkeCluster, bool)

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

SetGcpGkeCluster

func (o *ResourceRemoteInfo) SetGcpGkeCluster(v ResourceRemoteInfoGcpGkeCluster)

SetGcpGkeCluster sets GcpGkeCluster field to given value.

HasGcpGkeCluster

func (o *ResourceRemoteInfo) HasGcpGkeCluster() bool

HasGcpGkeCluster returns a boolean if a field has been set.

GetGcpProject

func (o *ResourceRemoteInfo) GetGcpProject() ResourceRemoteInfoGcpProject

GetGcpProject returns the GcpProject field if non-nil, zero value otherwise.

GetGcpProjectOk

func (o *ResourceRemoteInfo) GetGcpProjectOk() (*ResourceRemoteInfoGcpProject, bool)

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

SetGcpProject

func (o *ResourceRemoteInfo) SetGcpProject(v ResourceRemoteInfoGcpProject)

SetGcpProject sets GcpProject field to given value.

HasGcpProject

func (o *ResourceRemoteInfo) HasGcpProject() bool

HasGcpProject returns a boolean if a field has been set.

GetGcpSqlInstance

func (o *ResourceRemoteInfo) GetGcpSqlInstance() ResourceRemoteInfoGcpSqlInstance

GetGcpSqlInstance returns the GcpSqlInstance field if non-nil, zero value otherwise.

GetGcpSqlInstanceOk

func (o *ResourceRemoteInfo) GetGcpSqlInstanceOk() (*ResourceRemoteInfoGcpSqlInstance, bool)

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

SetGcpSqlInstance

func (o *ResourceRemoteInfo) SetGcpSqlInstance(v ResourceRemoteInfoGcpSqlInstance)

SetGcpSqlInstance sets GcpSqlInstance field to given value.

HasGcpSqlInstance

func (o *ResourceRemoteInfo) HasGcpSqlInstance() bool

HasGcpSqlInstance returns a boolean if a field has been set.

GetGcpServiceAccount

func (o *ResourceRemoteInfo) GetGcpServiceAccount() ResourceRemoteInfoGcpServiceAccount

GetGcpServiceAccount returns the GcpServiceAccount field if non-nil, zero value otherwise.

GetGcpServiceAccountOk

func (o *ResourceRemoteInfo) GetGcpServiceAccountOk() (*ResourceRemoteInfoGcpServiceAccount, bool)

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

SetGcpServiceAccount

func (o *ResourceRemoteInfo) SetGcpServiceAccount(v ResourceRemoteInfoGcpServiceAccount)

SetGcpServiceAccount sets GcpServiceAccount field to given value.

HasGcpServiceAccount

func (o *ResourceRemoteInfo) HasGcpServiceAccount() bool

HasGcpServiceAccount returns a boolean if a field has been set.

GetGoogleWorkspaceRole

func (o *ResourceRemoteInfo) GetGoogleWorkspaceRole() ResourceRemoteInfoGoogleWorkspaceRole

GetGoogleWorkspaceRole returns the GoogleWorkspaceRole field if non-nil, zero value otherwise.

GetGoogleWorkspaceRoleOk

func (o *ResourceRemoteInfo) GetGoogleWorkspaceRoleOk() (*ResourceRemoteInfoGoogleWorkspaceRole, bool)

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

SetGoogleWorkspaceRole

func (o *ResourceRemoteInfo) SetGoogleWorkspaceRole(v ResourceRemoteInfoGoogleWorkspaceRole)

SetGoogleWorkspaceRole sets GoogleWorkspaceRole field to given value.

HasGoogleWorkspaceRole

func (o *ResourceRemoteInfo) HasGoogleWorkspaceRole() bool

HasGoogleWorkspaceRole returns a boolean if a field has been set.

GetGithubRepo

func (o *ResourceRemoteInfo) GetGithubRepo() ResourceRemoteInfoGithubRepo

GetGithubRepo returns the GithubRepo field if non-nil, zero value otherwise.

GetGithubRepoOk

func (o *ResourceRemoteInfo) GetGithubRepoOk() (*ResourceRemoteInfoGithubRepo, bool)

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

SetGithubRepo

func (o *ResourceRemoteInfo) SetGithubRepo(v ResourceRemoteInfoGithubRepo)

SetGithubRepo sets GithubRepo field to given value.

HasGithubRepo

func (o *ResourceRemoteInfo) HasGithubRepo() bool

HasGithubRepo returns a boolean if a field has been set.

GetGithubOrgRole

func (o *ResourceRemoteInfo) GetGithubOrgRole() ResourceRemoteInfoGithubOrgRole

GetGithubOrgRole returns the GithubOrgRole field if non-nil, zero value otherwise.

GetGithubOrgRoleOk

func (o *ResourceRemoteInfo) GetGithubOrgRoleOk() (*ResourceRemoteInfoGithubOrgRole, bool)

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

SetGithubOrgRole

func (o *ResourceRemoteInfo) SetGithubOrgRole(v ResourceRemoteInfoGithubOrgRole)

SetGithubOrgRole sets GithubOrgRole field to given value.

HasGithubOrgRole

func (o *ResourceRemoteInfo) HasGithubOrgRole() bool

HasGithubOrgRole returns a boolean if a field has been set.

GetGithubOrg

func (o *ResourceRemoteInfo) GetGithubOrg() ResourceRemoteInfoGithubOrg

GetGithubOrg returns the GithubOrg field if non-nil, zero value otherwise.

GetGithubOrgOk

func (o *ResourceRemoteInfo) GetGithubOrgOk() (*ResourceRemoteInfoGithubOrg, bool)

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

SetGithubOrg

func (o *ResourceRemoteInfo) SetGithubOrg(v ResourceRemoteInfoGithubOrg)

SetGithubOrg sets GithubOrg field to given value.

HasGithubOrg

func (o *ResourceRemoteInfo) HasGithubOrg() bool

HasGithubOrg returns a boolean if a field has been set.

GetGithubEnterpriseRole

func (o *ResourceRemoteInfo) GetGithubEnterpriseRole() ResourceRemoteInfoGithubEnterpriseRole

GetGithubEnterpriseRole returns the GithubEnterpriseRole field if non-nil, zero value otherwise.

GetGithubEnterpriseRoleOk

func (o *ResourceRemoteInfo) GetGithubEnterpriseRoleOk() (*ResourceRemoteInfoGithubEnterpriseRole, bool)

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

SetGithubEnterpriseRole

func (o *ResourceRemoteInfo) SetGithubEnterpriseRole(v ResourceRemoteInfoGithubEnterpriseRole)

SetGithubEnterpriseRole sets GithubEnterpriseRole field to given value.

HasGithubEnterpriseRole

func (o *ResourceRemoteInfo) HasGithubEnterpriseRole() bool

HasGithubEnterpriseRole returns a boolean if a field has been set.

GetGitlabProject

func (o *ResourceRemoteInfo) GetGitlabProject() ResourceRemoteInfoGitlabProject

GetGitlabProject returns the GitlabProject field if non-nil, zero value otherwise.

GetGitlabProjectOk

func (o *ResourceRemoteInfo) GetGitlabProjectOk() (*ResourceRemoteInfoGitlabProject, bool)

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

SetGitlabProject

func (o *ResourceRemoteInfo) SetGitlabProject(v ResourceRemoteInfoGitlabProject)

SetGitlabProject sets GitlabProject field to given value.

HasGitlabProject

func (o *ResourceRemoteInfo) HasGitlabProject() bool

HasGitlabProject returns a boolean if a field has been set.

GetOktaApp

func (o *ResourceRemoteInfo) GetOktaApp() ResourceRemoteInfoOktaApp

GetOktaApp returns the OktaApp field if non-nil, zero value otherwise.

GetOktaAppOk

func (o *ResourceRemoteInfo) GetOktaAppOk() (*ResourceRemoteInfoOktaApp, bool)

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

SetOktaApp

func (o *ResourceRemoteInfo) SetOktaApp(v ResourceRemoteInfoOktaApp)

SetOktaApp sets OktaApp field to given value.

HasOktaApp

func (o *ResourceRemoteInfo) HasOktaApp() bool

HasOktaApp returns a boolean if a field has been set.

GetOktaStandardRole

func (o *ResourceRemoteInfo) GetOktaStandardRole() ResourceRemoteInfoOktaStandardRole

GetOktaStandardRole returns the OktaStandardRole field if non-nil, zero value otherwise.

GetOktaStandardRoleOk

func (o *ResourceRemoteInfo) GetOktaStandardRoleOk() (*ResourceRemoteInfoOktaStandardRole, bool)

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

SetOktaStandardRole

func (o *ResourceRemoteInfo) SetOktaStandardRole(v ResourceRemoteInfoOktaStandardRole)

SetOktaStandardRole sets OktaStandardRole field to given value.

HasOktaStandardRole

func (o *ResourceRemoteInfo) HasOktaStandardRole() bool

HasOktaStandardRole returns a boolean if a field has been set.

GetOktaCustomRole

func (o *ResourceRemoteInfo) GetOktaCustomRole() ResourceRemoteInfoOktaCustomRole

GetOktaCustomRole returns the OktaCustomRole field if non-nil, zero value otherwise.

GetOktaCustomRoleOk

func (o *ResourceRemoteInfo) GetOktaCustomRoleOk() (*ResourceRemoteInfoOktaCustomRole, bool)

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

SetOktaCustomRole

func (o *ResourceRemoteInfo) SetOktaCustomRole(v ResourceRemoteInfoOktaCustomRole)

SetOktaCustomRole sets OktaCustomRole field to given value.

HasOktaCustomRole

func (o *ResourceRemoteInfo) HasOktaCustomRole() bool

HasOktaCustomRole returns a boolean if a field has been set.

GetSnowflakeDatabase

func (o *ResourceRemoteInfo) GetSnowflakeDatabase() ResourceRemoteInfoSnowflakeDatabase

GetSnowflakeDatabase returns the SnowflakeDatabase field if non-nil, zero value otherwise.

GetSnowflakeDatabaseOk

func (o *ResourceRemoteInfo) GetSnowflakeDatabaseOk() (*ResourceRemoteInfoSnowflakeDatabase, bool)

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

SetSnowflakeDatabase

func (o *ResourceRemoteInfo) SetSnowflakeDatabase(v ResourceRemoteInfoSnowflakeDatabase)

SetSnowflakeDatabase sets SnowflakeDatabase field to given value.

HasSnowflakeDatabase

func (o *ResourceRemoteInfo) HasSnowflakeDatabase() bool

HasSnowflakeDatabase returns a boolean if a field has been set.

GetSnowflakeSchema

func (o *ResourceRemoteInfo) GetSnowflakeSchema() ResourceRemoteInfoSnowflakeSchema

GetSnowflakeSchema returns the SnowflakeSchema field if non-nil, zero value otherwise.

GetSnowflakeSchemaOk

func (o *ResourceRemoteInfo) GetSnowflakeSchemaOk() (*ResourceRemoteInfoSnowflakeSchema, bool)

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

SetSnowflakeSchema

func (o *ResourceRemoteInfo) SetSnowflakeSchema(v ResourceRemoteInfoSnowflakeSchema)

SetSnowflakeSchema sets SnowflakeSchema field to given value.

HasSnowflakeSchema

func (o *ResourceRemoteInfo) HasSnowflakeSchema() bool

HasSnowflakeSchema returns a boolean if a field has been set.

GetSnowflakeTable

func (o *ResourceRemoteInfo) GetSnowflakeTable() ResourceRemoteInfoSnowflakeTable

GetSnowflakeTable returns the SnowflakeTable field if non-nil, zero value otherwise.

GetSnowflakeTableOk

func (o *ResourceRemoteInfo) GetSnowflakeTableOk() (*ResourceRemoteInfoSnowflakeTable, bool)

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

SetSnowflakeTable

func (o *ResourceRemoteInfo) SetSnowflakeTable(v ResourceRemoteInfoSnowflakeTable)

SetSnowflakeTable sets SnowflakeTable field to given value.

HasSnowflakeTable

func (o *ResourceRemoteInfo) HasSnowflakeTable() bool

HasSnowflakeTable returns a boolean if a field has been set.

GetIlevelAdvancedRole

func (o *ResourceRemoteInfo) GetIlevelAdvancedRole() ResourceRemoteInfoIlevelAdvancedRole

GetIlevelAdvancedRole returns the IlevelAdvancedRole field if non-nil, zero value otherwise.

GetIlevelAdvancedRoleOk

func (o *ResourceRemoteInfo) GetIlevelAdvancedRoleOk() (*ResourceRemoteInfoIlevelAdvancedRole, bool)

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

SetIlevelAdvancedRole

func (o *ResourceRemoteInfo) SetIlevelAdvancedRole(v ResourceRemoteInfoIlevelAdvancedRole)

SetIlevelAdvancedRole sets IlevelAdvancedRole field to given value.

HasIlevelAdvancedRole

func (o *ResourceRemoteInfo) HasIlevelAdvancedRole() bool

HasIlevelAdvancedRole returns a boolean if a field has been set.

GetTailscaleSsh

func (o *ResourceRemoteInfo) GetTailscaleSsh() ResourceRemoteInfoTailscaleSsh

GetTailscaleSsh returns the TailscaleSsh field if non-nil, zero value otherwise.

GetTailscaleSshOk

func (o *ResourceRemoteInfo) GetTailscaleSshOk() (*ResourceRemoteInfoTailscaleSsh, bool)

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

SetTailscaleSsh

func (o *ResourceRemoteInfo) SetTailscaleSsh(v ResourceRemoteInfoTailscaleSsh)

SetTailscaleSsh sets TailscaleSsh field to given value.

HasTailscaleSsh

func (o *ResourceRemoteInfo) HasTailscaleSsh() bool

HasTailscaleSsh returns a boolean if a field has been set.

GetPagerdutyRole

func (o *ResourceRemoteInfo) GetPagerdutyRole() ResourceRemoteInfoPagerdutyRole

GetPagerdutyRole returns the PagerdutyRole field if non-nil, zero value otherwise.

GetPagerdutyRoleOk

func (o *ResourceRemoteInfo) GetPagerdutyRoleOk() (*ResourceRemoteInfoPagerdutyRole, bool)

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

SetPagerdutyRole

func (o *ResourceRemoteInfo) SetPagerdutyRole(v ResourceRemoteInfoPagerdutyRole)

SetPagerdutyRole sets PagerdutyRole field to given value.

HasPagerdutyRole

func (o *ResourceRemoteInfo) HasPagerdutyRole() bool

HasPagerdutyRole returns a boolean if a field has been set.

GetWorkdayRole

func (o *ResourceRemoteInfo) GetWorkdayRole() ResourceRemoteInfoWorkdayRole

GetWorkdayRole returns the WorkdayRole field if non-nil, zero value otherwise.

GetWorkdayRoleOk

func (o *ResourceRemoteInfo) GetWorkdayRoleOk() (*ResourceRemoteInfoWorkdayRole, bool)

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

SetWorkdayRole

func (o *ResourceRemoteInfo) SetWorkdayRole(v ResourceRemoteInfoWorkdayRole)

SetWorkdayRole sets WorkdayRole field to given value.

HasWorkdayRole

func (o *ResourceRemoteInfo) HasWorkdayRole() bool

HasWorkdayRole returns a boolean if a field has been set.

GetSalesforcePermissionSet

func (o *ResourceRemoteInfo) GetSalesforcePermissionSet() ResourceRemoteInfoSalesforcePermissionSet

GetSalesforcePermissionSet returns the SalesforcePermissionSet field if non-nil, zero value otherwise.

GetSalesforcePermissionSetOk

func (o *ResourceRemoteInfo) GetSalesforcePermissionSetOk() (*ResourceRemoteInfoSalesforcePermissionSet, bool)

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

SetSalesforcePermissionSet

func (o *ResourceRemoteInfo) SetSalesforcePermissionSet(v ResourceRemoteInfoSalesforcePermissionSet)

SetSalesforcePermissionSet sets SalesforcePermissionSet field to given value.

HasSalesforcePermissionSet

func (o *ResourceRemoteInfo) HasSalesforcePermissionSet() bool

HasSalesforcePermissionSet returns a boolean if a field has been set.

GetSalesforceProfile

func (o *ResourceRemoteInfo) GetSalesforceProfile() ResourceRemoteInfoSalesforceProfile

GetSalesforceProfile returns the SalesforceProfile field if non-nil, zero value otherwise.

GetSalesforceProfileOk

func (o *ResourceRemoteInfo) GetSalesforceProfileOk() (*ResourceRemoteInfoSalesforceProfile, bool)

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

SetSalesforceProfile

func (o *ResourceRemoteInfo) SetSalesforceProfile(v ResourceRemoteInfoSalesforceProfile)

SetSalesforceProfile sets SalesforceProfile field to given value.

HasSalesforceProfile

func (o *ResourceRemoteInfo) HasSalesforceProfile() bool

HasSalesforceProfile returns a boolean if a field has been set.

GetSalesforceRole

func (o *ResourceRemoteInfo) GetSalesforceRole() ResourceRemoteInfoSalesforceRole

GetSalesforceRole returns the SalesforceRole field if non-nil, zero value otherwise.

GetSalesforceRoleOk

func (o *ResourceRemoteInfo) GetSalesforceRoleOk() (*ResourceRemoteInfoSalesforceRole, bool)

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

SetSalesforceRole

func (o *ResourceRemoteInfo) SetSalesforceRole(v ResourceRemoteInfoSalesforceRole)

SetSalesforceRole sets SalesforceRole field to given value.

HasSalesforceRole

func (o *ResourceRemoteInfo) HasSalesforceRole() bool

HasSalesforceRole returns a boolean if a field has been set.

GetTeleportRole

func (o *ResourceRemoteInfo) GetTeleportRole() ResourceRemoteInfoTeleportRole

GetTeleportRole returns the TeleportRole field if non-nil, zero value otherwise.

GetTeleportRoleOk

func (o *ResourceRemoteInfo) GetTeleportRoleOk() (*ResourceRemoteInfoTeleportRole, bool)

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

SetTeleportRole

func (o *ResourceRemoteInfo) SetTeleportRole(v ResourceRemoteInfoTeleportRole)

SetTeleportRole sets TeleportRole field to given value.

HasTeleportRole

func (o *ResourceRemoteInfo) HasTeleportRole() bool

HasTeleportRole returns a boolean if a field has been set.

GetDatastaxAstraRole

func (o *ResourceRemoteInfo) GetDatastaxAstraRole() ResourceRemoteInfoDatastaxAstraRole

GetDatastaxAstraRole returns the DatastaxAstraRole field if non-nil, zero value otherwise.

GetDatastaxAstraRoleOk

func (o *ResourceRemoteInfo) GetDatastaxAstraRoleOk() (*ResourceRemoteInfoDatastaxAstraRole, bool)

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

SetDatastaxAstraRole

func (o *ResourceRemoteInfo) SetDatastaxAstraRole(v ResourceRemoteInfoDatastaxAstraRole)

SetDatastaxAstraRole sets DatastaxAstraRole field to given value.

HasDatastaxAstraRole

func (o *ResourceRemoteInfo) HasDatastaxAstraRole() bool

HasDatastaxAstraRole returns a boolean if a field has been set.

GetCoupaRole

func (o *ResourceRemoteInfo) GetCoupaRole() ResourceRemoteInfoCoupaRole

GetCoupaRole returns the CoupaRole field if non-nil, zero value otherwise.

GetCoupaRoleOk

func (o *ResourceRemoteInfo) GetCoupaRoleOk() (*ResourceRemoteInfoCoupaRole, bool)

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

SetCoupaRole

func (o *ResourceRemoteInfo) SetCoupaRole(v ResourceRemoteInfoCoupaRole)

SetCoupaRole sets CoupaRole field to given value.

HasCoupaRole

func (o *ResourceRemoteInfo) HasCoupaRole() bool

HasCoupaRole returns a boolean if a field has been set.

GetCursorOrganization

func (o *ResourceRemoteInfo) GetCursorOrganization() ResourceRemoteInfoCursorOrganization

GetCursorOrganization returns the CursorOrganization field if non-nil, zero value otherwise.

GetCursorOrganizationOk

func (o *ResourceRemoteInfo) GetCursorOrganizationOk() (*ResourceRemoteInfoCursorOrganization, bool)

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

SetCursorOrganization

func (o *ResourceRemoteInfo) SetCursorOrganization(v ResourceRemoteInfoCursorOrganization)

SetCursorOrganization sets CursorOrganization field to given value.

HasCursorOrganization

func (o *ResourceRemoteInfo) HasCursorOrganization() bool

HasCursorOrganization returns a boolean if a field has been set.

GetOpenaiPlatformProject

func (o *ResourceRemoteInfo) GetOpenaiPlatformProject() ResourceRemoteInfoOpenaiPlatformProject

GetOpenaiPlatformProject returns the OpenaiPlatformProject field if non-nil, zero value otherwise.

GetOpenaiPlatformProjectOk

func (o *ResourceRemoteInfo) GetOpenaiPlatformProjectOk() (*ResourceRemoteInfoOpenaiPlatformProject, bool)

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

SetOpenaiPlatformProject

func (o *ResourceRemoteInfo) SetOpenaiPlatformProject(v ResourceRemoteInfoOpenaiPlatformProject)

SetOpenaiPlatformProject sets OpenaiPlatformProject field to given value.

HasOpenaiPlatformProject

func (o *ResourceRemoteInfo) HasOpenaiPlatformProject() bool

HasOpenaiPlatformProject returns a boolean if a field has been set.

GetOpenaiPlatformServiceAccount

func (o *ResourceRemoteInfo) GetOpenaiPlatformServiceAccount() ResourceRemoteInfoOpenaiPlatformServiceAccount

GetOpenaiPlatformServiceAccount returns the OpenaiPlatformServiceAccount field if non-nil, zero value otherwise.

GetOpenaiPlatformServiceAccountOk

func (o *ResourceRemoteInfo) GetOpenaiPlatformServiceAccountOk() (*ResourceRemoteInfoOpenaiPlatformServiceAccount, bool)

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

SetOpenaiPlatformServiceAccount

func (o *ResourceRemoteInfo) SetOpenaiPlatformServiceAccount(v ResourceRemoteInfoOpenaiPlatformServiceAccount)

SetOpenaiPlatformServiceAccount sets OpenaiPlatformServiceAccount field to given value.

HasOpenaiPlatformServiceAccount

func (o *ResourceRemoteInfo) HasOpenaiPlatformServiceAccount() bool

HasOpenaiPlatformServiceAccount returns a boolean if a field has been set.

GetAnthropicWorkspace

func (o *ResourceRemoteInfo) GetAnthropicWorkspace() ResourceRemoteInfoAnthropicWorkspace

GetAnthropicWorkspace returns the AnthropicWorkspace field if non-nil, zero value otherwise.

GetAnthropicWorkspaceOk

func (o *ResourceRemoteInfo) GetAnthropicWorkspaceOk() (*ResourceRemoteInfoAnthropicWorkspace, bool)

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

SetAnthropicWorkspace

func (o *ResourceRemoteInfo) SetAnthropicWorkspace(v ResourceRemoteInfoAnthropicWorkspace)

SetAnthropicWorkspace sets AnthropicWorkspace field to given value.

HasAnthropicWorkspace

func (o *ResourceRemoteInfo) HasAnthropicWorkspace() bool

HasAnthropicWorkspace returns a boolean if a field has been set.

GetOracleFusionRole

func (o *ResourceRemoteInfo) GetOracleFusionRole() ResourceRemoteInfoOracleFusionRole

GetOracleFusionRole returns the OracleFusionRole field if non-nil, zero value otherwise.

GetOracleFusionRoleOk

func (o *ResourceRemoteInfo) GetOracleFusionRoleOk() (*ResourceRemoteInfoOracleFusionRole, bool)

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

SetOracleFusionRole

func (o *ResourceRemoteInfo) SetOracleFusionRole(v ResourceRemoteInfoOracleFusionRole)

SetOracleFusionRole sets OracleFusionRole field to given value.

HasOracleFusionRole

func (o *ResourceRemoteInfo) HasOracleFusionRole() bool

HasOracleFusionRole returns a boolean if a field has been set.

GetDevinOrganization

func (o *ResourceRemoteInfo) GetDevinOrganization() ResourceRemoteInfoDevinOrganization

GetDevinOrganization returns the DevinOrganization field if non-nil, zero value otherwise.

GetDevinOrganizationOk

func (o *ResourceRemoteInfo) GetDevinOrganizationOk() (*ResourceRemoteInfoDevinOrganization, bool)

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

SetDevinOrganization

func (o *ResourceRemoteInfo) SetDevinOrganization(v ResourceRemoteInfoDevinOrganization)

SetDevinOrganization sets DevinOrganization field to given value.

HasDevinOrganization

func (o *ResourceRemoteInfo) HasDevinOrganization() bool

HasDevinOrganization returns a boolean if a field has been set.

GetDevinRole

func (o *ResourceRemoteInfo) GetDevinRole() ResourceRemoteInfoDevinRole

GetDevinRole returns the DevinRole field if non-nil, zero value otherwise.

GetDevinRoleOk

func (o *ResourceRemoteInfo) GetDevinRoleOk() (*ResourceRemoteInfoDevinRole, bool)

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

SetDevinRole

func (o *ResourceRemoteInfo) SetDevinRole(v ResourceRemoteInfoDevinRole)

SetDevinRole sets DevinRole field to given value.

HasDevinRole

func (o *ResourceRemoteInfo) HasDevinRole() bool

HasDevinRole returns a boolean if a field has been set.

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