SYMBOL INDEX (3860 symbols across 298 files) FILE: admin_opa_version.go type AdminOPAVersions (line 22) | type AdminOPAVersions interface type adminOPAVersions (line 40) | type adminOPAVersions struct method List (line 107) | func (a *adminOPAVersions) List(ctx context.Context, options *AdminOPA... method Read (line 123) | func (a *adminOPAVersions) Read(ctx context.Context, id string) (*Admi... method Create (line 144) | func (a *adminOPAVersions) Create(ctx context.Context, options AdminOP... method Update (line 163) | func (a *adminOPAVersions) Update(ctx context.Context, id string, opti... method Delete (line 184) | func (a *adminOPAVersions) Delete(ctx context.Context, id string) error { type AdminOPAVersion (line 45) | type AdminOPAVersion struct type AdminOPAVersionsListOptions (line 62) | type AdminOPAVersionsListOptions struct type AdminOPAVersionCreateOptions (line 73) | type AdminOPAVersionCreateOptions struct method valid (line 198) | func (o AdminOPAVersionCreateOptions) valid() error { method validArch (line 211) | func (o AdminOPAVersionCreateOptions) validArch() bool { type AdminOPAVersionUpdateOptions (line 87) | type AdminOPAVersionUpdateOptions struct type AdminOPAVersionsList (line 101) | type AdminOPAVersionsList struct FILE: admin_opa_version_integration_test.go function TestAdminOPAVersions_List (line 15) | func TestAdminOPAVersions_List(t *testing.T) { function TestAdminOPAVersions_CreateDelete (line 100) | func TestAdminOPAVersions_CreateDelete(t *testing.T) { function TestAdminOPAVersions_ReadUpdate (line 317) | func TestAdminOPAVersions_ReadUpdate(t *testing.T) { FILE: admin_organization.go type AdminOrganizations (line 19) | type AdminOrganizations interface type adminOrganizations (line 40) | type adminOrganizations struct method List (line 114) | func (s *adminOrganizations) List(ctx context.Context, options *AdminO... method ListModuleConsumers (line 134) | func (s *adminOrganizations) ListModuleConsumers(ctx context.Context, ... method Read (line 156) | func (s *adminOrganizations) Read(ctx context.Context, organization st... method Update (line 177) | func (s *adminOrganizations) Update(ctx context.Context, organization ... method UpdateModuleConsumers (line 198) | func (s *adminOrganizations) UpdateModuleConsumers(ctx context.Context... method Delete (line 227) | func (s *adminOrganizations) Delete(ctx context.Context, organization ... type AdminOrganization (line 45) | type AdminOrganization struct type AdminOrganizationUpdateOptions (line 67) | type AdminOrganizationUpdateOptions struct type AdminOrganizationList (line 81) | type AdminOrganizationList struct type AdminOrgIncludeOpt (line 88) | type AdminOrgIncludeOpt constant AdminOrgOwners (line 90) | AdminOrgOwners AdminOrgIncludeOpt = "owners" type AdminOrganizationListOptions (line 93) | type AdminOrganizationListOptions struct method valid (line 241) | func (o *AdminOrganizationListOptions) valid() error { type AdminOrganizationListModuleConsumersOptions (line 105) | type AdminOrganizationListModuleConsumersOptions struct type AdminOrganizationID (line 109) | type AdminOrganizationID struct FILE: admin_organization_integration_test.go function TestAdminOrganizations_List (line 15) | func TestAdminOrganizations_List(t *testing.T) { function TestAdminOrganizations_Read (line 73) | func TestAdminOrganizations_Read(t *testing.T) { function TestAdminOrganizations_Delete (line 115) | func TestAdminOrganizations_Delete(t *testing.T) { function TestAdminOrganizations_ModuleConsumers (line 153) | func TestAdminOrganizations_ModuleConsumers(t *testing.T) { function TestAdminOrganizations_Update (line 198) | func TestAdminOrganizations_Update(t *testing.T) { function adminOrgItemsContainsName (line 304) | func adminOrgItemsContainsName(items []*AdminOrganization, name string) ... FILE: admin_run.go type AdminRuns (line 22) | type AdminRuns interface type AdminRun (line 31) | type AdminRun struct type AdminRunsList (line 44) | type AdminRunsList struct type AdminRunIncludeOpt (line 51) | type AdminRunIncludeOpt constant AdminRunWorkspace (line 54) | AdminRunWorkspace AdminRunIncludeOpt = "workspace" constant AdminRunWorkspaceOrg (line 55) | AdminRunWorkspaceOrg AdminRunIncludeOpt = "workspace.organization" constant AdminRunWorkspaceOrgOwners (line 56) | AdminRunWorkspaceOrgOwners AdminRunIncludeOpt = "workspace.organization.... type AdminRunsListOptions (line 61) | type AdminRunsListOptions struct method valid (line 123) | func (o *AdminRunsListOptions) valid() error { type adminRuns (line 74) | type adminRuns struct method List (line 80) | func (s *adminRuns) List(ctx context.Context, options *AdminRunsListOp... method ForceCancel (line 109) | func (s *adminRuns) ForceCancel(ctx context.Context, runID string, opt... type AdminRunForceCancelOptions (line 101) | type AdminRunForceCancelOptions struct function validateAdminRunDateRanges (line 139) | func validateAdminRunDateRanges(before, after string) error { function validateAdminRunFilterParams (line 157) | func validateAdminRunFilterParams(runStatus string) error { FILE: admin_run_integration_test.go function TestAdminRuns_List_RunDependent (line 19) | func TestAdminRuns_List_RunDependent(t *testing.T) { function TestAdminRuns_ForceCancel_RunDependent (line 149) | func TestAdminRuns_ForceCancel_RunDependent(t *testing.T) { function TestAdminRuns_ListFilterByDates_RunDependent (line 232) | func TestAdminRuns_ListFilterByDates_RunDependent(t *testing.T) { function TestAdminRuns_AdminRunsListOptions_valid (line 294) | func TestAdminRuns_AdminRunsListOptions_valid(t *testing.T) { function TestAdminRun_ForceCancel_Marshal (line 336) | func TestAdminRun_ForceCancel_Marshal(t *testing.T) { function TestAdminRun_Unmarshal (line 353) | func TestAdminRun_Unmarshal(t *testing.T) { function adminRunItemsContainsID (line 387) | func adminRunItemsContainsID(items []*AdminRun, id string) bool { FILE: admin_run_test.go function Test_validateAdminRunFilterParams (line 13) | func Test_validateAdminRunFilterParams(t *testing.T) { FILE: admin_sentinel_version.go type AdminSentinelVersions (line 22) | type AdminSentinelVersions interface type adminSentinelVersions (line 40) | type adminSentinelVersions struct method List (line 107) | func (a *adminSentinelVersions) List(ctx context.Context, options *Adm... method Read (line 123) | func (a *adminSentinelVersions) Read(ctx context.Context, id string) (... method Create (line 144) | func (a *adminSentinelVersions) Create(ctx context.Context, options Ad... method Update (line 163) | func (a *adminSentinelVersions) Update(ctx context.Context, id string,... method Delete (line 184) | func (a *adminSentinelVersions) Delete(ctx context.Context, id string)... type AdminSentinelVersion (line 45) | type AdminSentinelVersion struct type AdminSentinelVersionsListOptions (line 62) | type AdminSentinelVersionsListOptions struct type AdminSentinelVersionCreateOptions (line 73) | type AdminSentinelVersionCreateOptions struct method valid (line 198) | func (o AdminSentinelVersionCreateOptions) valid() error { method validArch (line 211) | func (o AdminSentinelVersionCreateOptions) validArch() bool { type AdminSentinelVersionUpdateOptions (line 87) | type AdminSentinelVersionUpdateOptions struct type AdminSentinelVersionsList (line 101) | type AdminSentinelVersionsList struct FILE: admin_sentinel_version_integration_test.go function TestAdminSentinelVersions_List (line 15) | func TestAdminSentinelVersions_List(t *testing.T) { function TestAdminSentinelVersions_CreateDelete (line 100) | func TestAdminSentinelVersions_CreateDelete(t *testing.T) { function TestAdminSentinelVersions_ReadUpdate (line 317) | func TestAdminSentinelVersions_ReadUpdate(t *testing.T) { FILE: admin_setting.go type SCIMResource (line 9) | type SCIMResource struct type AdminSettings (line 19) | type AdminSettings struct function newAdminSettings (line 30) | func newAdminSettings(client *Client) *AdminSettings { FILE: admin_setting_cost_estimation.go type CostEstimationSettings (line 15) | type CostEstimationSettings interface type adminCostEstimationSettings (line 23) | type adminCostEstimationSettings struct method Read (line 59) | func (a *adminCostEstimationSettings) Read(ctx context.Context) (*Admi... method Update (line 75) | func (a *adminCostEstimationSettings) Update(ctx context.Context, opti... type AdminCostEstimationSetting (line 28) | type AdminCostEstimationSetting struct type AdminCostEstimationSettingOptions (line 47) | type AdminCostEstimationSettingOptions struct FILE: admin_setting_cost_estimation_integration_test.go function TestAdminSettings_CostEstimation_Read (line 14) | func TestAdminSettings_CostEstimation_Read(t *testing.T) { function TestAdminSettings_CostEstimation_Update (line 27) | func TestAdminSettings_CostEstimation_Update(t *testing.T) { FILE: admin_setting_customization.go type CustomizationSettings (line 14) | type CustomizationSettings interface type adminCustomizationSettings (line 22) | type adminCustomizationSettings struct method Read (line 38) | func (a *adminCustomizationSettings) Read(ctx context.Context) (*Admin... method Update (line 65) | func (a *adminCustomizationSettings) Update(ctx context.Context, optio... type AdminCustomizationSetting (line 28) | type AdminCustomizationSetting struct type AdminCustomizationSettingsUpdateOptions (line 56) | type AdminCustomizationSettingsUpdateOptions struct FILE: admin_setting_customization_integration_test.go function TestAdminSettings_Customization_Read (line 14) | func TestAdminSettings_Customization_Read(t *testing.T) { function TestAdminSettings_Customization_Update (line 32) | func TestAdminSettings_Customization_Update(t *testing.T) { FILE: admin_setting_general.go type GeneralSettings (line 15) | type GeneralSettings interface type adminGeneralSettings (line 23) | type adminGeneralSettings struct method Read (line 63) | func (a *adminGeneralSettings) Read(ctx context.Context) (*AdminGenera... method Update (line 79) | func (a *adminGeneralSettings) Update(ctx context.Context, options Adm... type AdminGeneralSetting (line 28) | type AdminGeneralSetting struct type AdminGeneralSettingsUpdateOptions (line 51) | type AdminGeneralSettingsUpdateOptions struct FILE: admin_setting_general_integration_test.go function TestAdminSettings_General_Read (line 14) | func TestAdminSettings_General_Read(t *testing.T) { function TestAdminSettings_General_Update (line 43) | func TestAdminSettings_General_Update(t *testing.T) { FILE: admin_setting_oidc.go type OIDCSettings (line 15) | type OIDCSettings interface type adminOIDCSettings (line 23) | type adminOIDCSettings struct method RotateKey (line 28) | func (a *adminOIDCSettings) RotateKey(ctx context.Context) error { method TrimKey (line 38) | func (a *adminOIDCSettings) TrimKey(ctx context.Context) error { FILE: admin_setting_oidc_integration_test.go type wellKnownJwks (line 19) | type wellKnownJwks struct function TestAdminSettings_Oidc_RotateKey (line 25) | func TestAdminSettings_Oidc_RotateKey(t *testing.T) { function TestAdminSettings_Oidc_TrimKey (line 56) | func TestAdminSettings_Oidc_TrimKey(t *testing.T) { function getJwks (line 105) | func getJwks(client http.Client, baseURL *url.URL, token string) (*wellK... FILE: admin_setting_saml.go type SAMLSettings (line 15) | type SAMLSettings interface type adminSAMLSettings (line 27) | type adminSAMLSettings struct method Read (line 69) | func (a *adminSAMLSettings) Read(ctx context.Context) (*AdminSAMLSetti... method Update (line 109) | func (a *adminSAMLSettings) Update(ctx context.Context, options AdminS... method RevokeIdpCert (line 134) | func (a *adminSAMLSettings) RevokeIdpCert(ctx context.Context) (*Admin... type SAMLProviderType (line 32) | type SAMLProviderType constant SAMLProviderTypeOkta (line 36) | SAMLProviderTypeOkta SAMLProviderType = "okta" constant SAMLProviderTypeEntra (line 37) | SAMLProviderTypeEntra SAMLProviderType = "entra" constant SAMLProviderTypeGeneric (line 38) | SAMLProviderTypeGeneric SAMLProviderType = "saml" constant SAMLProviderTypeUnknown (line 39) | SAMLProviderTypeUnknown SAMLProviderType = "unknown" type AdminSAMLSetting (line 43) | type AdminSAMLSetting struct type AdminSAMLSettingsUpdateOptions (line 87) | type AdminSAMLSettingsUpdateOptions struct FILE: admin_setting_saml_integration_test.go function TestAdminSettings_SAML_Read (line 14) | func TestAdminSettings_SAML_Read(t *testing.T) { function TestAdminSettings_SAML_Update (line 46) | func TestAdminSettings_SAML_Update(t *testing.T) { FILE: admin_setting_scim.go type SCIMSettings (line 17) | type SCIMSettings interface type adminSCIMSettings (line 29) | type adminSCIMSettings struct method Read (line 50) | func (a *adminSCIMSettings) Read(ctx context.Context) (*AdminSCIMSetti... method Update (line 66) | func (a *adminSCIMSettings) Update(ctx context.Context, options AdminS... method Delete (line 81) | func (a *adminSCIMSettings) Delete(ctx context.Context) error { type AdminSCIMSetting (line 34) | type AdminSCIMSetting struct type AdminSCIMSettingUpdateOptions (line 43) | type AdminSCIMSettingUpdateOptions struct FILE: admin_setting_scim_groups.go type AdminSCIMGroups (line 16) | type AdminSCIMGroups interface type adminSCIMGroups (line 22) | type adminSCIMGroups struct method List (line 56) | func (a *adminSCIMGroups) List(ctx context.Context, options *AdminSCIM... type AdminSCIMGroupList (line 27) | type AdminSCIMGroupList struct type AdminSCIMGroup (line 33) | type AdminSCIMGroup struct type AdminSCIMGroupListOptions (line 39) | type AdminSCIMGroupListOptions struct method valid (line 44) | func (o *AdminSCIMGroupListOptions) valid() error { FILE: admin_setting_scim_groups_integration_test.go function TestAdminSCIMGroups_List (line 15) | func TestAdminSCIMGroups_List(t *testing.T) { FILE: admin_setting_scim_integration_test.go function TestAdminSettings_SCIM_Read (line 14) | func TestAdminSettings_SCIM_Read(t *testing.T) { function TestAdminSettings_SCIM_Update (line 31) | func TestAdminSettings_SCIM_Update(t *testing.T) { function TestAdminSettings_SCIM_Delete (line 120) | func TestAdminSettings_SCIM_Delete(t *testing.T) { function cleanupSCIMSettings (line 162) | func cleanupSCIMSettings(ctx context.Context, t *testing.T, client *Clie... FILE: admin_setting_scim_token.go type AdminSCIMTokens (line 19) | type AdminSCIMTokens interface type adminSCIMTokens (line 37) | type adminSCIMTokens struct method List (line 68) | func (a *adminSCIMTokens) List(ctx context.Context) (*AdminSCIMTokenLi... method Create (line 83) | func (a *adminSCIMTokens) Create(ctx context.Context, description stri... method CreateWithOptions (line 90) | func (a *adminSCIMTokens) CreateWithOptions(ctx context.Context, optio... method Read (line 107) | func (a *adminSCIMTokens) Read(ctx context.Context, scimTokenID string... method Delete (line 125) | func (a *adminSCIMTokens) Delete(ctx context.Context, scimTokenID stri... type AdminSCIMTokenList (line 42) | type AdminSCIMTokenList struct type AdminSCIMToken (line 47) | type AdminSCIMToken struct type AdminSCIMTokenCreateOptions (line 57) | type AdminSCIMTokenCreateOptions struct FILE: admin_setting_scim_token_integration_test.go function TestAdminSCIMTokens_Create (line 16) | func TestAdminSCIMTokens_Create(t *testing.T) { function TestAdminSCIMTokens_CreateWithOptions (line 65) | func TestAdminSCIMTokens_CreateWithOptions(t *testing.T) { function TestAdminSCIMTokens_List (line 184) | func TestAdminSCIMTokens_List(t *testing.T) { function TestAdminSCIMTokens_Read (line 230) | func TestAdminSCIMTokens_Read(t *testing.T) { function TestAdminSCIMTokens_Delete (line 290) | func TestAdminSCIMTokens_Delete(t *testing.T) { FILE: admin_setting_smtp.go type SMTPSettings (line 14) | type SMTPSettings interface type adminSMTPSettings (line 22) | type adminSMTPSettings struct method Read (line 48) | func (a *adminSMTPSettings) Read(ctx context.Context) (*AdminSMTPSetti... method Update (line 78) | func (a *adminSMTPSettings) Update(ctx context.Context, options AdminS... type SMTPAuthType (line 27) | type SMTPAuthType constant SMTPAuthNone (line 31) | SMTPAuthNone SMTPAuthType = "none" constant SMTPAuthPlain (line 32) | SMTPAuthPlain SMTPAuthType = "plain" constant SMTPAuthLogin (line 33) | SMTPAuthLogin SMTPAuthType = "login" type AdminSMTPSetting (line 37) | type AdminSMTPSetting struct type AdminSMTPSettingsUpdateOptions (line 66) | type AdminSMTPSettingsUpdateOptions struct method valid (line 97) | func (o AdminSMTPSettingsUpdateOptions) valid() error { function validateAdminSettingSMTPAuth (line 107) | func validateAdminSettingSMTPAuth(authVal SMTPAuthType) error { FILE: admin_setting_smtp_integration_test.go function TestAdminSettings_SMTP_Read (line 14) | func TestAdminSettings_SMTP_Read(t *testing.T) { function TestAdminSettings_SMTP_Update (line 33) | func TestAdminSettings_SMTP_Update(t *testing.T) { FILE: admin_setting_twilio.go type TwilioSettings (line 15) | type TwilioSettings interface type adminTwilioSettings (line 26) | type adminTwilioSettings struct method Read (line 39) | func (a *adminTwilioSettings) Read(ctx context.Context) (*AdminTwilioS... method Update (line 71) | func (a *adminTwilioSettings) Update(ctx context.Context, options Admi... method Verify (line 87) | func (a *adminTwilioSettings) Verify(ctx context.Context, options Admi... type AdminTwilioSetting (line 31) | type AdminTwilioSetting struct type AdminTwilioSettingsUpdateOptions (line 57) | type AdminTwilioSettingsUpdateOptions struct type AdminTwilioSettingsVerifyOptions (line 66) | type AdminTwilioSettingsVerifyOptions struct method valid (line 99) | func (o AdminTwilioSettingsVerifyOptions) valid() error { FILE: admin_setting_twilio_integration_test.go function TestAdminSettings_Twilio_Read (line 14) | func TestAdminSettings_Twilio_Read(t *testing.T) { function TestAdminSettings_Twilio_Update (line 30) | func TestAdminSettings_Twilio_Update(t *testing.T) { function TestAdminSettings_Twilio_Verify (line 45) | func TestAdminSettings_Twilio_Verify(t *testing.T) { FILE: admin_terraform_version.go constant linux (line 18) | linux = "linux" constant amd64 (line 19) | amd64 = "amd64" constant arm64 (line 20) | arm64 = "arm64" type AdminTerraformVersions (line 28) | type AdminTerraformVersions interface type adminTerraformVersions (line 46) | type adminTerraformVersions struct method List (line 122) | func (a *adminTerraformVersions) List(ctx context.Context, options *Ad... method Read (line 138) | func (a *adminTerraformVersions) Read(ctx context.Context, id string) ... method Create (line 159) | func (a *adminTerraformVersions) Create(ctx context.Context, options A... method Update (line 177) | func (a *adminTerraformVersions) Update(ctx context.Context, id string... method Delete (line 198) | func (a *adminTerraformVersions) Delete(ctx context.Context, id string... type AdminTerraformVersion (line 51) | type AdminTerraformVersion struct type ToolVersionArchitecture (line 66) | type ToolVersionArchitecture struct type AdminTerraformVersionsListOptions (line 75) | type AdminTerraformVersionsListOptions struct type AdminTerraformVersionCreateOptions (line 87) | type AdminTerraformVersionCreateOptions struct method valid (line 212) | func (o AdminTerraformVersionCreateOptions) valid() error { method validArchs (line 225) | func (o AdminTerraformVersionCreateOptions) validArchs() bool { type AdminTerraformVersionUpdateOptions (line 102) | type AdminTerraformVersionUpdateOptions struct type AdminTerraformVersionsList (line 116) | type AdminTerraformVersionsList struct function validArch (line 239) | func validArch(a *ToolVersionArchitecture) bool { FILE: admin_terraform_version_integration_test.go function TestAdminTerraformVersions_List (line 15) | func TestAdminTerraformVersions_List(t *testing.T) { function TestAdminTerraformVersions_CreateDelete (line 100) | func TestAdminTerraformVersions_CreateDelete(t *testing.T) { function TestAdminTerraformVersions_ReadUpdate (line 307) | func TestAdminTerraformVersions_ReadUpdate(t *testing.T) { FILE: admin_user.go type AdminUsers (line 20) | type AdminUsers interface type adminUsers (line 45) | type adminUsers struct method List (line 96) | func (a *adminUsers) List(ctx context.Context, options *AdminUserListO... method Delete (line 117) | func (a *adminUsers) Delete(ctx context.Context, userID string) error { method Suspend (line 132) | func (a *adminUsers) Suspend(ctx context.Context, userID string) (*Adm... method Unsuspend (line 153) | func (a *adminUsers) Unsuspend(ctx context.Context, userID string) (*A... method GrantAdmin (line 174) | func (a *adminUsers) GrantAdmin(ctx context.Context, userID string) (*... method RevokeAdmin (line 195) | func (a *adminUsers) RevokeAdmin(ctx context.Context, userID string) (... method Disable2FA (line 217) | func (a *adminUsers) Disable2FA(ctx context.Context, userID string) (*... type AdminUser (line 50) | type AdminUser struct type AdminUserList (line 65) | type AdminUserList struct type AdminUserIncludeOpt (line 72) | type AdminUserIncludeOpt constant AdminUserOrgs (line 74) | AdminUserOrgs AdminUserIncludeOpt = "organizations" type AdminUserListOptions (line 78) | type AdminUserListOptions struct method valid (line 237) | func (o *AdminUserListOptions) valid() error { FILE: admin_user_integration_test.go function TestAdminUsers_List (line 14) | func TestAdminUsers_List(t *testing.T) { function TestAdminUsers_Delete (line 105) | func TestAdminUsers_Delete(t *testing.T) { function TestAdminUsers_Disable2FA (line 146) | func TestAdminUsers_Disable2FA(t *testing.T) { function includesEmail (line 167) | func includesEmail(email string, userList []*AdminUser) bool { FILE: admin_workspace.go type AdminWorkspaces (line 19) | type AdminWorkspaces interface type adminWorkspaces (line 31) | type adminWorkspaces struct method List (line 90) | func (s *adminWorkspaces) List(ctx context.Context, options *AdminWork... method Read (line 111) | func (s *adminWorkspaces) Read(ctx context.Context, workspaceID string... method Delete (line 132) | func (s *adminWorkspaces) Delete(ctx context.Context, workspaceID stri... type AdminVCSRepo (line 36) | type AdminVCSRepo struct type AdminWorkspace (line 41) | type AdminWorkspace struct type AdminWorkspaceIncludeOpt (line 54) | type AdminWorkspaceIncludeOpt constant AdminWorkspaceOrg (line 57) | AdminWorkspaceOrg AdminWorkspaceIncludeOpt = "organization" constant AdminWorkspaceCurrentRun (line 58) | AdminWorkspaceCurrentRun AdminWorkspaceIncludeOpt = "current_run" constant AdminWorkspaceOrgOwners (line 59) | AdminWorkspaceOrgOwners AdminWorkspaceIncludeOpt = "organization.owners" type AdminWorkspaceListOptions (line 63) | type AdminWorkspaceListOptions struct method valid (line 146) | func (o *AdminWorkspaceListOptions) valid() error { type AdminWorkspaceList (line 84) | type AdminWorkspaceList struct FILE: admin_workspace_integration_test.go function TestAdminWorkspaces_ListWithFilter_RunDependent (line 24) | func TestAdminWorkspaces_ListWithFilter_RunDependent(t *testing.T) { function TestAdminWorkspaces_ListWithSort_RunDependent (line 57) | func TestAdminWorkspaces_ListWithSort_RunDependent(t *testing.T) { function TestAdminWorkspaces_List_RunDependent (line 101) | func TestAdminWorkspaces_List_RunDependent(t *testing.T) { function TestAdminWorkspaces_Read (line 208) | func TestAdminWorkspaces_Read(t *testing.T) { function TestAdminWorkspaces_Delete (line 246) | func TestAdminWorkspaces_Delete(t *testing.T) { function adminWorkspaceItemsContainsID (line 287) | func adminWorkspaceItemsContainsID(items []*AdminWorkspace, id string) b... function TestAdminWorkspace_Unmarshal (line 299) | func TestAdminWorkspace_Unmarshal(t *testing.T) { FILE: agent.go type Agents (line 19) | type Agents interface type agents (line 28) | type agents struct method Read (line 58) | func (s *agents) Read(ctx context.Context, agentID string) (*Agent, er... method List (line 79) | func (s *agents) List(ctx context.Context, agentPoolID string, options... type AgentList (line 33) | type AgentList struct type Agent (line 39) | type Agent struct type AgentListOptions (line 47) | type AgentListOptions struct FILE: agent_integration_test.go function TestAgentsRead (line 14) | func TestAgentsRead(t *testing.T) { function TestAgentsList (line 49) | func TestAgentsList(t *testing.T) { FILE: agent_pool.go type AgentPools (line 20) | type AgentPools interface type agentPools (line 50) | type agentPools struct method List (line 135) | func (s *agentPools) List(ctx context.Context, organization string, op... method Create (line 159) | func (s *agentPools) Create(ctx context.Context, organization string, ... method Read (line 184) | func (s *agentPools) Read(ctx context.Context, agentpoolID string) (*A... method ReadWithOptions (line 189) | func (s *agentPools) ReadWithOptions(ctx context.Context, agentpoolID ... method Update (line 275) | func (s *agentPools) Update(ctx context.Context, agentPoolID string, o... method UpdateAllowedWorkspaces (line 299) | func (s *agentPools) UpdateAllowedWorkspaces(ctx context.Context, agen... method UpdateAllowedProjects (line 303) | func (s *agentPools) UpdateAllowedProjects(ctx context.Context, agentP... method UpdateExcludedWorkspaces (line 307) | func (s *agentPools) UpdateExcludedWorkspaces(ctx context.Context, age... method Delete (line 312) | func (s *agentPools) Delete(ctx context.Context, agentPoolID string) e... method updateArrayAttribute (line 330) | func (s *agentPools) updateArrayAttribute(ctx context.Context, agentPo... type AgentPoolList (line 55) | type AgentPoolList struct type AgentPool (line 61) | type AgentPool struct type AgentPoolIncludeOpt (line 79) | type AgentPoolIncludeOpt constant AgentPoolWorkspaces (line 82) | AgentPoolWorkspaces AgentPoolIncludeOpt = "workspaces" constant AgentPoolHYOKConfigurations (line 83) | AgentPoolHYOKConfigurations AgentPoolIncludeOpt = "hyok-configurations" type AgentPoolReadOptions (line 86) | type AgentPoolReadOptions struct method valid (line 367) | func (o *AgentPoolReadOptions) valid() error { type AgentPoolListOptions (line 91) | type AgentPoolListOptions struct method valid (line 371) | func (o *AgentPoolListOptions) valid() error { type AgentPoolCreateOptions (line 111) | type AgentPoolCreateOptions struct method valid (line 350) | func (o AgentPoolCreateOptions) valid() error { type AgentPoolUpdateOptions (line 213) | type AgentPoolUpdateOptions struct method valid (line 360) | func (o AgentPoolUpdateOptions) valid() error { type AgentPoolAllowedWorkspacesUpdateOptions (line 237) | type AgentPoolAllowedWorkspacesUpdateOptions struct type AgentPoolAllowedProjectsUpdateOptions (line 249) | type AgentPoolAllowedProjectsUpdateOptions struct type AgentPoolExcludedWorkspacesUpdateOptions (line 261) | type AgentPoolExcludedWorkspacesUpdateOptions struct FILE: agent_pool_integration_test.go function TestAgentPoolsList (line 15) | func TestAgentPoolsList(t *testing.T) { function TestAgentPoolsCreate (line 192) | func TestAgentPoolsCreate(t *testing.T) { function TestAgentPoolsRead (line 328) | func TestAgentPoolsRead(t *testing.T) { function TestAgentPoolsReadCreatedAt (line 389) | func TestAgentPoolsReadCreatedAt(t *testing.T) { function TestAgentPoolsUpdate (line 407) | func TestAgentPoolsUpdate(t *testing.T) { function TestAgentPoolsUpdateAllowedWorkspaces (line 552) | func TestAgentPoolsUpdateAllowedWorkspaces(t *testing.T) { function TestAgentPoolsUpdateAllowedProjects (line 607) | func TestAgentPoolsUpdateAllowedProjects(t *testing.T) { function TestAgentPoolsUpdateExcludedWorkspaces (line 662) | func TestAgentPoolsUpdateExcludedWorkspaces(t *testing.T) { function TestAgentPoolsDelete (line 717) | func TestAgentPoolsDelete(t *testing.T) { FILE: agent_token.go type AgentTokens (line 21) | type AgentTokens interface type agentTokens (line 36) | type agentTokens struct method List (line 71) | func (s *agentTokens) List(ctx context.Context, agentPoolID string) (*... method Create (line 92) | func (s *agentTokens) Create(ctx context.Context, agentPoolID string, ... method Read (line 117) | func (s *agentTokens) Read(ctx context.Context, agentTokenID string) (... method Delete (line 138) | func (s *agentTokens) Delete(ctx context.Context, agentTokenID string)... type AgentToken (line 41) | type AgentToken struct type AgentTokenList (line 53) | type AgentTokenList struct type AgentTokenCreateOptions (line 59) | type AgentTokenCreateOptions struct FILE: agent_token_integration_test.go function TestAgentTokensList (line 14) | func TestAgentTokensList(t *testing.T) { function TestAgentTokensCreate (line 54) | func TestAgentTokensCreate(t *testing.T) { function TestAgentTokensRead (line 86) | func TestAgentTokensRead(t *testing.T) { function TestAgentTokensReadCreatedBy (line 114) | func TestAgentTokensReadCreatedBy(t *testing.T) { function TestAgentTokensDelete (line 132) | func TestAgentTokensDelete(t *testing.T) { FILE: apply.go type Applies (line 21) | type Applies interface type applies (line 30) | type applies struct method Read (line 73) | func (s *applies) Read(ctx context.Context, applyID string) (*Apply, e... method Logs (line 94) | func (s *applies) Logs(ctx context.Context, applyID string) (io.Reader... type ApplyStatus (line 35) | type ApplyStatus constant ApplyCanceled (line 39) | ApplyCanceled ApplyStatus = "canceled" constant ApplyCreated (line 40) | ApplyCreated ApplyStatus = "created" constant ApplyErrored (line 41) | ApplyErrored ApplyStatus = "errored" constant ApplyFinished (line 42) | ApplyFinished ApplyStatus = "finished" constant ApplyMFAWaiting (line 43) | ApplyMFAWaiting ApplyStatus = "mfa_waiting" constant ApplyPending (line 44) | ApplyPending ApplyStatus = "pending" constant ApplyQueued (line 45) | ApplyQueued ApplyStatus = "queued" constant ApplyRunning (line 46) | ApplyRunning ApplyStatus = "running" constant ApplyUnreachable (line 47) | ApplyUnreachable ApplyStatus = "unreachable" type Apply (line 51) | type Apply struct type ApplyStatusTimestamps (line 63) | type ApplyStatusTimestamps struct FILE: apply_integration_test.go function TestAppliesRead_RunDependent (line 18) | func TestAppliesRead_RunDependent(t *testing.T) { function TestAppliesLogs_RunDependent (line 49) | func TestAppliesLogs_RunDependent(t *testing.T) { function TestApplies_Unmarshal (line 76) | func TestApplies_Unmarshal(t *testing.T) { FILE: audit_trail.go type AuditTrails (line 26) | type AuditTrails interface type auditTrails (line 32) | type auditTrails struct method List (line 92) | func (s *auditTrails) List(ctx context.Context, options *AuditTrailLis... type AuditTrailRequest (line 37) | type AuditTrailRequest struct type AuditTrailAuth (line 42) | type AuditTrailAuth struct type AuditTrailResource (line 51) | type AuditTrailResource struct type AuditTrailPagination (line 58) | type AuditTrailPagination struct type AuditTrail (line 67) | type AuditTrail struct type AuditTrailList (line 79) | type AuditTrailList struct type AuditTrailListOptions (line 85) | type AuditTrailListOptions struct FILE: audit_trail_integration_test.go function TestAuditTrailsList (line 15) | func TestAuditTrailsList(t *testing.T) { FILE: aws_oidc_configuration.go constant OIDCConfigPathFormat (line 9) | OIDCConfigPathFormat = "oidc-configurations/%s" type AWSOIDCConfigurations (line 14) | type AWSOIDCConfigurations interface type awsOIDCConfigurations (line 24) | type awsOIDCConfigurations struct method Create (line 75) | func (aoc *awsOIDCConfigurations) Create(ctx context.Context, organiza... method Read (line 98) | func (aoc *awsOIDCConfigurations) Read(ctx context.Context, oidcID str... method Update (line 113) | func (aoc *awsOIDCConfigurations) Update(ctx context.Context, oidcID s... method Delete (line 136) | func (aoc *awsOIDCConfigurations) Delete(ctx context.Context, oidcID s... type AWSOIDCConfiguration (line 30) | type AWSOIDCConfiguration struct type AWSOIDCConfigurationCreateOptions (line 37) | type AWSOIDCConfigurationCreateOptions struct method valid (line 59) | func (o *AWSOIDCConfigurationCreateOptions) valid() error { type AWSOIDCConfigurationUpdateOptions (line 48) | type AWSOIDCConfigurationUpdateOptions struct method valid (line 67) | func (o *AWSOIDCConfigurationUpdateOptions) valid() error { FILE: aws_oidc_configuration_integration_test.go function TestAWSOIDCConfigurationCreateDelete (line 14) | func TestAWSOIDCConfigurationCreateDelete(t *testing.T) { function TestAWSOIDCConfigurationRead (line 46) | func TestAWSOIDCConfigurationRead(t *testing.T) { function TestAWSOIDCConfigurationsUpdate (line 70) | func TestAWSOIDCConfigurationsUpdate(t *testing.T) { FILE: azure_oidc_configuration.go type AzureOIDCConfigurations (line 12) | type AzureOIDCConfigurations interface type azureOIDCConfigurations (line 22) | type azureOIDCConfigurations struct method Create (line 79) | func (aoc *azureOIDCConfigurations) Create(ctx context.Context, organi... method Read (line 102) | func (aoc *azureOIDCConfigurations) Read(ctx context.Context, oidcID s... method Update (line 117) | func (aoc *azureOIDCConfigurations) Update(ctx context.Context, oidcID... method Delete (line 136) | func (aoc *azureOIDCConfigurations) Delete(ctx context.Context, oidcID... type AzureOIDCConfiguration (line 28) | type AzureOIDCConfiguration struct type AzureOIDCConfigurationCreateOptions (line 37) | type AzureOIDCConfigurationCreateOptions struct method valid (line 63) | func (o *AzureOIDCConfigurationCreateOptions) valid() error { type AzureOIDCConfigurationUpdateOptions (line 50) | type AzureOIDCConfigurationUpdateOptions struct FILE: azure_oidc_configuration_integration_test.go function TestAzureOIDCConfigurationCreateDelete (line 14) | func TestAzureOIDCConfigurationCreateDelete(t *testing.T) { function TestAzureOIDCConfigurationRead (line 73) | func TestAzureOIDCConfigurationRead(t *testing.T) { function TestAzureOIDCConfigurationUpdate (line 97) | func TestAzureOIDCConfigurationUpdate(t *testing.T) { FILE: comment.go type Comments (line 20) | type Comments interface type comments (line 32) | type comments struct method List (line 60) | func (s *comments) List(ctx context.Context, runID string) (*CommentLi... method Create (line 81) | func (s *comments) Create(ctx context.Context, runID string, options C... method Read (line 106) | func (s *comments) Read(ctx context.Context, commentID string) (*Comme... type CommentList (line 37) | type CommentList struct type Comment (line 43) | type Comment struct type CommentCreateOptions (line 48) | type CommentCreateOptions struct method valid (line 126) | func (o CommentCreateOptions) valid() error { FILE: comment_integration_test.go function TestCommentsList_RunDependent (line 14) | func TestCommentsList_RunDependent(t *testing.T) { function commentItemsContainsBody (line 67) | func commentItemsContainsBody(items []*Comment, body string) bool { FILE: configuration_version.go type ConfigurationVersions (line 23) | type ConfigurationVersions interface type configurationVersions (line 73) | type configurationVersions struct method List (line 209) | func (s *configurationVersions) List(ctx context.Context, workspaceID ... method Create (line 234) | func (s *configurationVersions) Create(ctx context.Context, workspaceI... method CreateForRegistryModule (line 254) | func (s *configurationVersions) CreateForRegistryModule(ctx context.Co... method Read (line 275) | func (s *configurationVersions) Read(ctx context.Context, cvID string)... method ReadWithOptions (line 280) | func (s *configurationVersions) ReadWithOptions(ctx context.Context, c... method Upload (line 306) | func (s *configurationVersions) Upload(ctx context.Context, uploadURL,... method UploadTarGzip (line 321) | func (s *configurationVersions) UploadTarGzip(ctx context.Context, upl... method Archive (line 327) | func (s *configurationVersions) Archive(ctx context.Context, cvID stri... method Download (line 352) | func (s *configurationVersions) Download(ctx context.Context, cvID str... method SoftDeleteBackingData (line 372) | func (s *configurationVersions) SoftDeleteBackingData(ctx context.Cont... method RestoreBackingData (line 376) | func (s *configurationVersions) RestoreBackingData(ctx context.Context... method PermanentlyDeleteBackingData (line 380) | func (s *configurationVersions) PermanentlyDeleteBackingData(ctx conte... method manageBackingData (line 384) | func (s *configurationVersions) manageBackingData(ctx context.Context,... type ConfigurationStatus (line 78) | type ConfigurationStatus constant ConfigurationArchived (line 82) | ConfigurationArchived ConfigurationStatus = "archived" constant ConfigurationErrored (line 83) | ConfigurationErrored ConfigurationStatus = "errored" constant ConfigurationFetching (line 84) | ConfigurationFetching ConfigurationStatus = "fetching" constant ConfigurationPending (line 85) | ConfigurationPending ConfigurationStatus = "pending" constant ConfigurationUploaded (line 86) | ConfigurationUploaded ConfigurationStatus = "uploaded" type ConfigurationSource (line 90) | type ConfigurationSource constant ConfigurationSourceAPI (line 94) | ConfigurationSourceAPI ConfigurationSource = "tfe-api" constant ConfigurationSourceBitbucket (line 95) | ConfigurationSourceBitbucket ConfigurationSource = "bitbucket" constant ConfigurationSourceGithub (line 96) | ConfigurationSourceGithub ConfigurationSource = "github" constant ConfigurationSourceGitlab (line 97) | ConfigurationSourceGitlab ConfigurationSource = "gitlab" constant ConfigurationSourceAdo (line 98) | ConfigurationSourceAdo ConfigurationSource = "ado" constant ConfigurationSourceTerraform (line 99) | ConfigurationSourceTerraform ConfigurationSource = "terraform" type ConfigurationVersionList (line 103) | type ConfigurationVersionList struct type ConfigurationVersion (line 111) | type ConfigurationVersion struct type CVStatusTimestamps (line 129) | type CVStatusTimestamps struct type ConfigVerIncludeOpt (line 139) | type ConfigVerIncludeOpt constant ConfigVerIngressAttributes (line 142) | ConfigVerIngressAttributes ConfigVerIncludeOpt = "ingress_attributes" constant ConfigVerRun (line 143) | ConfigVerRun ConfigVerIncludeOpt = "run" type ConfigurationVersionReadOptions (line 147) | type ConfigurationVersionReadOptions struct method valid (line 343) | func (o *ConfigurationVersionReadOptions) valid() error { type ConfigurationVersionListOptions (line 155) | type ConfigurationVersionListOptions struct method valid (line 347) | func (o *ConfigurationVersionListOptions) valid() error { type ConfigurationVersionCreateOptions (line 164) | type ConfigurationVersionCreateOptions struct type IngressAttributes (line 184) | type IngressAttributes struct FILE: configuration_version_integration_test.go function TestConfigurationVersionsList (line 21) | func TestConfigurationVersionsList(t *testing.T) { function TestConfigurationVersionsCreate (line 78) | func TestConfigurationVersionsCreate(t *testing.T) { function TestConfigurationVersionsCreateForRegistryModule (line 142) | func TestConfigurationVersionsCreateForRegistryModule(t *testing.T) { function TestConfigurationVersionsRead (line 193) | func TestConfigurationVersionsRead(t *testing.T) { function TestConfigurationVersionsReadWithOptions (line 226) | func TestConfigurationVersionsReadWithOptions(t *testing.T) { function TestConfigurationVersionsUpload (line 276) | func TestConfigurationVersionsUpload(t *testing.T) { function TestConfigurationVersionsUploadTarGzip (line 314) | func TestConfigurationVersionsUploadTarGzip(t *testing.T) { function TestConfigurationVersionsArchive (line 350) | func TestConfigurationVersionsArchive(t *testing.T) { function TestConfigurationVersionsDownload (line 405) | func TestConfigurationVersionsDownload(t *testing.T) { function TestConfigurationVersions_Unmarshal (line 444) | func TestConfigurationVersions_Unmarshal(t *testing.T) { function TestConfigurationVersions_ManageBackingData (line 490) | func TestConfigurationVersions_ManageBackingData(t *testing.T) { FILE: const.go constant AuthenticationTokensPath (line 8) | AuthenticationTokensPath = "authentication-tokens/%s" constant AdminSCIMTokensPath (line 11) | AdminSCIMTokensPath = "admin/scim-tokens" constant AdminSCIMGroupsPath (line 14) | AdminSCIMGroupsPath = "admin/scim-groups" FILE: cost_estimate.go type CostEstimates (line 22) | type CostEstimates interface type costEstimates (line 31) | type costEstimates struct method Read (line 73) | func (s *costEstimates) Read(ctx context.Context, costEstimateID strin... method Logs (line 94) | func (s *costEstimates) Logs(ctx context.Context, costEstimateID strin... type CostEstimateStatus (line 36) | type CostEstimateStatus constant CostEstimateCanceled (line 40) | CostEstimateCanceled CostEstimateStatus = "canceled" constant CostEstimateErrored (line 41) | CostEstimateErrored CostEstimateStatus = "errored" constant CostEstimateFinished (line 42) | CostEstimateFinished CostEstimateStatus = "finished" constant CostEstimatePending (line 43) | CostEstimatePending CostEstimateStatus = "pending" constant CostEstimateQueued (line 44) | CostEstimateQueued CostEstimateStatus = "queued" constant CostEstimateSkippedDueToTargeting (line 45) | CostEstimateSkippedDueToTargeting CostEstimateStatus = "skipped_due_to_t... type CostEstimate (line 49) | type CostEstimate struct type CostEstimateStatusTimestamps (line 63) | type CostEstimateStatusTimestamps struct FILE: cost_estimate_integration_test.go function TestCostEstimatesRead_RunDependent (line 17) | func TestCostEstimatesRead_RunDependent(t *testing.T) { function TestCostEsimate_Unmarshal (line 61) | func TestCostEsimate_Unmarshal(t *testing.T) { FILE: data_retention_policy.go type DataRetentionPolicyChoice (line 11) | type DataRetentionPolicyChoice struct method IsPopulated (line 18) | func (d DataRetentionPolicyChoice) IsPopulated() bool { method ConvertToLegacyStruct (line 26) | func (d *DataRetentionPolicyChoice) ConvertToLegacyStruct() *DataReten... type DataRetentionPolicy (line 47) | type DataRetentionPolicy struct type DataRetentionPolicySetOptions (line 55) | type DataRetentionPolicySetOptions struct type DataRetentionPolicyDeleteOlder (line 67) | type DataRetentionPolicyDeleteOlder struct type DataRetentionPolicyDontDelete (line 75) | type DataRetentionPolicyDontDelete struct type DataRetentionPolicyDeleteOlderSetOptions (line 80) | type DataRetentionPolicyDeleteOlderSetOptions struct type DataRetentionPolicyDontDeleteSetOptions (line 92) | type DataRetentionPolicyDontDeleteSetOptions struct FILE: entitlement_helper_test.go function getOrgEntitlements (line 11) | func getOrgEntitlements(client *Client, organizationName string) (*Entit... function hasGlobalRunTasks (line 23) | func hasGlobalRunTasks(client *Client, organizationName string) (bool, e... function hasPrivateRunTasks (line 31) | func hasPrivateRunTasks(client *Client, organizationName string) (bool, ... function hasAuditLogging (line 39) | func hasAuditLogging(client *Client, organizationName string) (bool, err... FILE: example_test.go function ExampleOrganizations (line 17) | func ExampleOrganizations() { function ExampleWorkspaces (line 49) | func ExampleWorkspaces() { function ExampleConfigurationVersions_UploadTarGzip (line 82) | func ExampleConfigurationVersions_UploadTarGzip() { function ExampleRegistryModules_UploadTarGzip (line 122) | func ExampleRegistryModules_UploadTarGzip() { function ExampleStateVersions_Upload (line 182) | func ExampleStateVersions_Upload() { FILE: examples/backing_data/main.go function main (line 15) | func main() { function performAction (line 43) | func performAction(ctx context.Context, client *tfe.Client, action strin... FILE: examples/configuration_versions/main.go function main (line 15) | func main() { FILE: examples/organizations/main.go function main (line 13) | func main() { FILE: examples/projects/main.go function main (line 15) | func main() { FILE: examples/registry_modules/main.go function main (line 15) | func main() { FILE: examples/run_errors/main.go type Diagnostic (line 25) | type Diagnostic struct type Pos (line 34) | type Pos struct type DiagnosticRange (line 46) | type DiagnosticRange struct type JSONLog (line 53) | type JSONLog struct function logErrorsOnly (line 62) | func logErrorsOnly(reader io.Reader) { function logRunErrors (line 84) | func logRunErrors(ctx context.Context, client *tfe.Client, run *tfe.Run) { function readRun (line 105) | func readRun(ctx context.Context, client *tfe.Client, id string) *tfe.Run { function main (line 115) | func main() { FILE: examples/state_versions/main.go function main (line 16) | func main() { FILE: examples/users/main.go function main (line 13) | func main() { FILE: examples/workspaces/main.go function main (line 14) | func main() { FILE: gcp_oidc_configuration.go type GCPOIDCConfigurations (line 12) | type GCPOIDCConfigurations interface type gcpOIDCConfigurations (line 22) | type gcpOIDCConfigurations struct method Create (line 79) | func (goc *gcpOIDCConfigurations) Create(ctx context.Context, organiza... method Read (line 102) | func (goc *gcpOIDCConfigurations) Read(ctx context.Context, oidcID str... method Update (line 117) | func (goc *gcpOIDCConfigurations) Update(ctx context.Context, oidcID s... method Delete (line 136) | func (goc *gcpOIDCConfigurations) Delete(ctx context.Context, oidcID s... type GCPOIDCConfiguration (line 28) | type GCPOIDCConfiguration struct type GCPOIDCConfigurationCreateOptions (line 37) | type GCPOIDCConfigurationCreateOptions struct method valid (line 63) | func (o *GCPOIDCConfigurationCreateOptions) valid() error { type GCPOIDCConfigurationUpdateOptions (line 50) | type GCPOIDCConfigurationUpdateOptions struct FILE: gcp_oidc_configuration_integration_test.go function TestGCPOIDCConfigurationCreateDelete (line 14) | func TestGCPOIDCConfigurationCreateDelete(t *testing.T) { function TestGCPOIDCConfigurationRead (line 73) | func TestGCPOIDCConfigurationRead(t *testing.T) { function TestGCPOIDCConfigurationUpdate (line 97) | func TestGCPOIDCConfigurationUpdate(t *testing.T) { FILE: github_app_installation.go type GHAInstallations (line 19) | type GHAInstallations interface type gHAInstallations (line 28) | type gHAInstallations struct method List (line 54) | func (s *gHAInstallations) List(ctx context.Context, options *GHAInsta... method Read (line 72) | func (s *gHAInstallations) Read(ctx context.Context, id string) (*GHAI... type GHAInstallationList (line 33) | type GHAInstallationList struct type GHAInstallation (line 39) | type GHAInstallation struct type GHAInstallationListOptions (line 49) | type GHAInstallationListOptions struct FILE: github_app_installation_integration_test.go function TestGHAInstallationList (line 15) | func TestGHAInstallationList(t *testing.T) { function TestGHAInstallationRead (line 30) | func TestGHAInstallationRead(t *testing.T) { FILE: gpg_key.go type GPGKeys (line 20) | type GPGKeys interface type gpgKeys (line 38) | type gpgKeys struct method ListPrivate (line 90) | func (s *gpgKeys) ListPrivate(ctx context.Context, options GPGKeyListO... method Create (line 110) | func (s *gpgKeys) Create(ctx context.Context, registryName RegistryNam... method Read (line 134) | func (s *gpgKeys) Read(ctx context.Context, keyID GPGKeyID) (*GPGKey, ... method Update (line 158) | func (s *gpgKeys) Update(ctx context.Context, keyID GPGKeyID, options ... method Delete (line 189) | func (s *gpgKeys) Delete(ctx context.Context, keyID GPGKeyID) error { type GPGKeyList (line 43) | type GPGKeyList struct type GPGKey (line 49) | type GPGKey struct type GPGKeyID (line 62) | type GPGKeyID struct method valid (line 207) | func (o GPGKeyID) valid() error { type GPGKeyListOptions (line 69) | type GPGKeyListOptions struct method valid (line 223) | func (o *GPGKeyListOptions) valid() error { type GPGKeyCreateOptions (line 77) | type GPGKeyCreateOptions struct method valid (line 237) | func (o GPGKeyCreateOptions) valid() error { type GPGKeyUpdateOptions (line 84) | type GPGKeyUpdateOptions struct method valid (line 249) | func (o GPGKeyUpdateOptions) valid() error { FILE: gpg_key_integration_test.go function TestGPGKeyList (line 14) | func TestGPGKeyList(t *testing.T) { function TestGPGKeyCreate (line 97) | func TestGPGKeyCreate(t *testing.T) { function TestGPGKeyRead (line 155) | func TestGPGKeyRead(t *testing.T) { function TestGPGKeyUpdate (line 193) | func TestGPGKeyUpdate(t *testing.T) { function TestGPGKeyDelete (line 255) | func TestGPGKeyDelete(t *testing.T) { FILE: helper_test.go constant badIdentifier (line 38) | badIdentifier = "! / nope" constant agentVersion (line 39) | agentVersion = "1.3.0" constant testInitialClientToken (line 40) | testInitialClientToken = "insert-your-token-here" constant testTaskResultCallbackToken (line 41) | testTaskResultCallbackToken = "this-is-task-result-callback-token" constant defaultTokenExpirationYears (line 42) | defaultTokenExpirationYears = 2 function testClient (line 46) | func testClient(t *testing.T) *Client { type adminRoleType (line 57) | type adminRoleType constant siteAdmin (line 60) | siteAdmin adminRoleType = "site-admin" constant configurationAdmin (line 61) | configurationAdmin adminRoleType = "configuration" constant provisionLicensesAdmin (line 62) | provisionLicensesAdmin adminRoleType = "provision-licenses" constant subscriptionAdmin (line 63) | subscriptionAdmin adminRoleType = "subscription" constant supportAdmin (line 64) | supportAdmin adminRoleType = "support" constant securityMaintenanceAdmin (line 65) | securityMaintenanceAdmin adminRoleType = "security-maintenance" constant versionMaintenanceAdmin (line 66) | versionMaintenanceAdmin adminRoleType = "version-maintenance" function getTokenForAdminRole (line 69) | func getTokenForAdminRole(adminRole adminRoleType) string { function testAdminClient (line 92) | func testAdminClient(t *testing.T, adminRole adminRoleType) *Client { function testAuditTrailClient (line 109) | func testAuditTrailClient(t *testing.T, userClient *Client, org *Organiz... type TestAccountDetails (line 129) | type TestAccountDetails struct function fetchTestAccountDetails (line 135) | func fetchTestAccountDetails(t *testing.T, client *Client) *TestAccountD... function downloadFile (line 155) | func downloadFile(filePath, fileURL string) error { function unzip (line 175) | func unzip(src, dest string) error { function downloadTFCAgent (line 243) | func downloadTFCAgent(t *testing.T) (string, error) { function createAgent (line 267) | func createAgent(t *testing.T, client *Client, org *Organization) (*Agen... function createAgentPool (line 347) | func createAgentPool(t *testing.T, client *Client, org *Organization) (*... function createAgentPoolWithOptions (line 375) | func createAgentPoolWithOptions(t *testing.T, client *Client, org *Organ... function createAgentToken (line 401) | func createAgentToken(t *testing.T, client *Client, ap *AgentPool) (*Age... function createConfigurationVersion (line 429) | func createConfigurationVersion(t *testing.T, client *Client, w *Workspa... function createUploadedConfigurationVersion (line 453) | func createUploadedConfigurationVersion(t *testing.T, client *Client, w ... function createTestRunConfigurationVersion (line 468) | func createTestRunConfigurationVersion(t *testing.T, client *Client, rm ... function createUploadedTestRunConfigurationVersion (line 496) | func createUploadedTestRunConfigurationVersion(t *testing.T, client *Cli... function WaitUntilStatus (line 512) | func WaitUntilStatus(t *testing.T, client *Client, cv *ConfigurationVers... function createGPGKey (line 531) | func createGPGKey(t *testing.T, client *Client, org *Organization, provi... function createAWSOIDCConfiguration (line 575) | func createAWSOIDCConfiguration(t *testing.T, client *Client, org *Organ... method createHYOKConfiguration (line 606) | func (a *AWSOIDCConfiguration) createHYOKConfiguration(t *testing.T, cli... function createAzureOIDCConfiguration (line 637) | func createAzureOIDCConfiguration(t *testing.T, client *Client, org *Org... method createHYOKConfiguration (line 670) | func (a *AzureOIDCConfiguration) createHYOKConfiguration(t *testing.T, c... function createGCPOIDCConfiguration (line 700) | func createGCPOIDCConfiguration(t *testing.T, client *Client, org *Organ... method createHYOKConfiguration (line 733) | func (g *GCPOIDCConfiguration) createHYOKConfiguration(t *testing.T, cli... function createVaultOIDCConfiguration (line 764) | func createVaultOIDCConfiguration(t *testing.T, client *Client, org *Org... method createHYOKConfiguration (line 799) | func (v *VaultOIDCConfiguration) createHYOKConfiguration(t *testing.T, c... function waitForHYOKConfigurationStatus (line 829) | func waitForHYOKConfigurationStatus(t *testing.T, ctx context.Context, c... function cleanupHYOKConfiguration (line 846) | func cleanupHYOKConfiguration(t *testing.T, ctx context.Context, client ... function createNotificationConfiguration (line 870) | func createNotificationConfiguration(t *testing.T, client *Client, w *Wo... function createTeamNotificationConfiguration (line 916) | func createTeamNotificationConfiguration(t *testing.T, client *Client, t... function createPolicySetParameter (line 965) | func createPolicySetParameter(t *testing.T, client *Client, ps *PolicySe... function createPolicySet (line 996) | func createPolicySet(t *testing.T, client *Client, org *Organization, po... function createPolicySetWithOptions (line 1030) | func createPolicySetWithOptions(t *testing.T, client *Client, org *Organ... function createPolicySetVersion (line 1066) | func createPolicySetVersion(t *testing.T, client *Client, ps *PolicySet)... function createPolicy (line 1087) | func createPolicy(t *testing.T, client *Client, org *Organization) (*Pol... function createPolicyWithOptions (line 1124) | func createPolicyWithOptions(t *testing.T, client *Client, org *Organiza... function createUploadedPolicy (line 1171) | func createUploadedPolicy(t *testing.T, client *Client, pass bool, org *... function createUploadedPolicyWithOptions (line 1200) | func createUploadedPolicyWithOptions(t *testing.T, client *Client, pass ... function createOAuthClient (line 1236) | func createOAuthClient(t *testing.T, client *Client, org *Organization, ... function createOAuthToken (line 1278) | func createOAuthToken(t *testing.T, client *Client, org *Organization) (... function createOrganization (line 1286) | func createOrganization(t *testing.T, client *Client) (*Organization, fu... function createOrganizationWithOptions (line 1295) | func createOrganizationWithOptions(t *testing.T, client *Client, options... function createOrganizationWithDefaultAgentPool (line 1311) | func createOrganizationWithDefaultAgentPool(t *testing.T, client *Client... function createOrganizationMembership (line 1335) | func createOrganizationMembership(t *testing.T, client *Client, org *Org... function createOrganizationToken (line 1363) | func createOrganizationToken(t *testing.T, client *Client, org *Organiza... function createOrganizationTokenWithOptions (line 1389) | func createOrganizationTokenWithOptions(t *testing.T, client *Client, or... function createRunTrigger (line 1415) | func createRunTrigger(t *testing.T, client *Client, w, sourceable *Works... function createPolicyCheckedRun (line 1456) | func createPolicyCheckedRun(t *testing.T, client *Client, w *Workspace) ... function createPlannedRun (line 1460) | func createPlannedRun(t *testing.T, client *Client, w *Workspace) (*Run,... function createCostEstimatedRun (line 1464) | func createCostEstimatedRun(t *testing.T, client *Client, w *Workspace) ... function createRunApply (line 1468) | func createRunApply(t *testing.T, client *Client, w *Workspace) (*Run, f... function createRunUnapplied (line 1489) | func createRunUnapplied(t *testing.T, client *Client, w *Workspace) (*Ru... function createRunWaitForStatus (line 1516) | func createRunWaitForStatus(t *testing.T, client *Client, w *Workspace, ... function createRunWaitForAnyStatuses (line 1520) | func createRunWaitForAnyStatuses(t *testing.T, client *Client, w *Worksp... function createQueryRunWaitForAnyStatuses (line 1547) | func createQueryRunWaitForAnyStatuses(t *testing.T, client *Client, w *W... function applyableStatuses (line 1568) | func applyableStatuses(r *Run) []RunStatus { function pollRunStatus (line 1583) | func pollRunStatus(t *testing.T, client *Client, ctx context.Context, r ... function pollQueryRunStatus (line 1616) | func pollQueryRunStatus(t *testing.T, client *Client, ctx context.Contex... function pollStateVersionStatus (line 1649) | func pollStateVersionStatus(t *testing.T, client *Client, ctx context.Co... function readRun (line 1685) | func readRun(t *testing.T, client *Client, ctx context.Context, r *Run) ... function readQueryRun (line 1697) | func readQueryRun(t *testing.T, client *Client, ctx context.Context, r *... function applyRun (line 1709) | func applyRun(t *testing.T, client *Client, ctx context.Context, r *Run) { function readPlan (line 1719) | func readPlan(t *testing.T, client *Client, ctx context.Context, p *Plan... function readPlanLogs (line 1731) | func readPlanLogs(t *testing.T, client *Client, ctx context.Context, p *... function fatalDumpRunLog (line 1742) | func fatalDumpRunLog(t *testing.T, client *Client, ctx context.Context, ... function createRun (line 1758) | func createRun(t *testing.T, client *Client, w *Workspace) (*Run, func()) { function createTestRun (line 1786) | func createTestRun(t *testing.T, client *Client, rm *RegistryModule, var... function createTestVariable (line 1814) | func createTestVariable(t *testing.T, client *Client, rm *RegistryModule... function waitUntilTestRunStatus (line 1853) | func waitUntilTestRunStatus(t *testing.T, client *Client, rm RegistryMod... function createPlanExport (line 1872) | func createPlanExport(t *testing.T, client *Client, r *Run) (*PlanExport... function createBranchBasedRegistryModule (line 1925) | func createBranchBasedRegistryModule(t *testing.T, client *Client, org *... function createBranchBasedRegistryModuleWithTests (line 1981) | func createBranchBasedRegistryModuleWithTests(t *testing.T, client *Clie... function createRegistryModule (line 2040) | func createRegistryModule(t *testing.T, client *Client, org *Organizatio... function createRegistryModuleWithVersion (line 2077) | func createRegistryModuleWithVersion(t *testing.T, client *Client, org *... function createRunTask (line 2126) | func createRunTask(t *testing.T, client *Client, org *Organization) (*Ru... function createRegistryProvider (line 2163) | func createRegistryProvider(t *testing.T, client *Client, org *Organizat... function createRegistryProviderPlatform (line 2215) | func createRegistryProviderPlatform(t *testing.T, client *Client, provid... function createRegistryProviderVersion (line 2284) | func createRegistryProviderVersion(t *testing.T, client *Client, provide... function createSSHKey (line 2332) | func createSSHKey(t *testing.T, client *Client, org *Organization) (*SSH... function createStateVersion (line 2361) | func createStateVersion(t *testing.T, client *Client, serial int64, w *W... function createTeam (line 2418) | func createTeam(t *testing.T, client *Client, org *Organization) (*Team,... function createTeamAccess (line 2453) | func createTeamAccess(t *testing.T, client *Client, tm *Team, w *Workspa... function createTeamProjectAccess (line 2499) | func createTeamProjectAccess(t *testing.T, client *Client, tm *Team, p *... function createTeamToken (line 2545) | func createTeamToken(t *testing.T, client *Client, tm *Team) (*TeamToken... function createTeamTokenWithOptions (line 2571) | func createTeamTokenWithOptions(t *testing.T, client *Client, tm *Team, ... function createVariable (line 2597) | func createVariable(t *testing.T, client *Client, w *Workspace) (*Variab... function createVariableWithOptions (line 2607) | func createVariableWithOptions(t *testing.T, client *Client, w *Workspac... function createWorkspace (line 2657) | func createWorkspace(t *testing.T, client *Client, org *Organization) (*... function createWorkspaceWithOptions (line 2663) | func createWorkspaceWithOptions(t *testing.T, client *Client, org *Organ... function createWorkspaceWithVCS (line 2693) | func createWorkspaceWithVCS(t *testing.T, client *Client, org *Organizat... function createWorkspaceWithGithubApp (line 2743) | func createWorkspaceWithGithubApp(t *testing.T, client *Client, org *Org... function createWorkspaceRunTask (line 2792) | func createWorkspaceRunTask(t *testing.T, client *Client, workspace *Wor... function createVariableSet (line 2838) | func createVariableSet(t *testing.T, client *Client, org *Organization, ... function applyVariableSetToWorkspace (line 2872) | func applyVariableSetToWorkspace(t *testing.T, client *Client, vsID, wsI... function applyVariableSetToProject (line 2900) | func applyVariableSetToProject(t *testing.T, client *Client, vsID, prjID... function createVariableSetVariable (line 2929) | func createVariableSetVariable(t *testing.T, client *Client, vs *Variabl... function upgradeOrganizationSubscription (line 2981) | func upgradeOrganizationSubscription(t *testing.T, _ *Client, organizati... function createProject (line 2985) | func createProject(t *testing.T, client *Client, org *Organization) (*Pr... function createProjectWithOptions (line 2991) | func createProjectWithOptions(t *testing.T, client *Client, org *Organiz... function createTarGzipArchive (line 3017) | func createTarGzipArchive(t *testing.T, files []string, outputPath strin... function waitForSVOutputs (line 3073) | func waitForSVOutputs(t *testing.T, client *Client, svID string) { function waitForRunLock (line 3093) | func waitForRunLock(t *testing.T, client *Client, workspaceID string) { function retryTimes (line 3112) | func retryTimes(maxRetries, secondsBetween int, f retryableFn) (interfac... function retryTimesIf (line 3135) | func retryTimesIf[T any](maxRetries, secondsBetween int, f retryableFn, ... function retryPatiently (line 3164) | func retryPatiently(f retryableFn) (interface{}, error) { function retry (line 3168) | func retry(f retryableFn) (interface{}, error) { //nolint function retryPatientlyIf (line 3172) | func retryPatientlyIf[T any](f retryableFn, c func(T) bool) (T, error) { function retryIf (line 3176) | func retryIf[T any](f retryableFn, c func(T) bool) (T, error) { function genSha (line 3180) | func genSha(t *testing.T) string { function genSafeRandomTerraformVersion (line 3197) | func genSafeRandomTerraformVersion() string { function createAdminSentinelVersion (line 3209) | func createAdminSentinelVersion() string { function createAdminOPAVersion (line 3216) | func createAdminOPAVersion() string { function randomString (line 3221) | func randomString(t *testing.T) string { function randomStringWithoutSpecialChar (line 3229) | func randomStringWithoutSpecialChar(t *testing.T) string { function randomKeyValue (line 3238) | func randomKeyValue(t *testing.T) string { function containsProject (line 3247) | func containsProject(pl []*Project, str string) bool { function randomSemver (line 3256) | func randomSemver(t *testing.T) string { function skipUnlessEnterprise (line 3262) | func skipUnlessEnterprise(t *testing.T) { function skipIfEnterprise (line 3270) | func skipIfEnterprise(t *testing.T) { function skipHYOKIntegrationTests (line 3277) | func skipHYOKIntegrationTests(t *testing.T) { function skipUnlessBeta (line 3291) | func skipUnlessBeta(t *testing.T) { function skipUnlessLinuxAMD64 (line 3299) | func skipUnlessLinuxAMD64(t *testing.T) { function skipUnlessAfterDate (line 3309) | func skipUnlessAfterDate(t *testing.T, d time.Time) { function linuxAmd64 (line 3318) | func linuxAmd64() bool { function enterpriseEnabled (line 3323) | func enterpriseEnabled() bool { function betaFeaturesEnabled (line 3328) | func betaFeaturesEnabled() bool { function hyokIntegrationTestsEnabled (line 3333) | func hyokIntegrationTestsEnabled() bool { function runDependentTestNameValidator (line 3337) | func runDependentTestNameValidator(t *testing.T) { function testHyokOrganization (line 3353) | func testHyokOrganization(t *testing.T, client *Client) *Organization { function isEmpty (line 3371) | func isEmpty(object interface{}) bool { function requireExactlyOneNotEmpty (line 3400) | func requireExactlyOneNotEmpty(t *testing.T, v ...any) { function runTaskCallbackMockServer (line 3417) | func runTaskCallbackMockServer(t *testing.T) *httptest.Server { function enableSAML (line 3437) | func enableSAML(ctx context.Context, t *testing.T, client *Client, enabl... function enableSCIM (line 3457) | func enableSCIM(ctx context.Context, t *testing.T, client *Client, enabl... function setSAMLProviderType (line 3481) | func setSAMLProviderType(ctx context.Context, t *testing.T, client *Clie... function createSCIMGroup (line 3494) | func createSCIMGroup(ctx context.Context, t *testing.T, client *Client, ... function deleteSCIMGroup (line 3533) | func deleteSCIMGroup(ctx context.Context, t *testing.T, client *Client, ... constant testGpgArmor (line 3554) | testGpgArmor string = ` FILE: hyok_configuration.go type HYOKConfigurations (line 12) | type HYOKConfigurations interface type hyokConfigurations (line 30) | type hyokConfigurations struct method List (line 137) | func (h hyokConfigurations) List(ctx context.Context, organization str... method Read (line 156) | func (h hyokConfigurations) Read(ctx context.Context, hyokID string, o... method Create (line 219) | func (h hyokConfigurations) Create(ctx context.Context, organization s... method Update (line 242) | func (h hyokConfigurations) Update(ctx context.Context, hyokID string,... method Delete (line 261) | func (h hyokConfigurations) Delete(ctx context.Context, hyokID string)... method Test (line 274) | func (h hyokConfigurations) Test(ctx context.Context, hyokID string) e... method Revoke (line 287) | func (h hyokConfigurations) Revoke(ctx context.Context, hyokID string)... type HYOKConfigurationStatus (line 36) | type HYOKConfigurationStatus constant HYOKConfigurationUntested (line 39) | HYOKConfigurationUntested HYOKConfigurationStatus = "untested" constant HYOKConfigurationTesting (line 40) | HYOKConfigurationTesting HYOKConfigurationStatus = "testing" constant HYOKConfigurationTestFailed (line 41) | HYOKConfigurationTestFailed HYOKConfigurationStatus = "test_failed" constant HYOKConfigurationAvailable (line 42) | HYOKConfigurationAvailable HYOKConfigurationStatus = "available" constant HYOKConfigurationErrored (line 43) | HYOKConfigurationErrored HYOKConfigurationStatus = "errored" constant HYOKConfigurationRevoking (line 44) | HYOKConfigurationRevoking HYOKConfigurationStatus = "revoking" constant HYOKConfigurationRevoked (line 45) | HYOKConfigurationRevoked HYOKConfigurationStatus = "revoked" type OIDCConfigurationTypeChoice (line 48) | type OIDCConfigurationTypeChoice struct type KMSOptions (line 55) | type KMSOptions struct type HYOKConfiguration (line 63) | type HYOKConfiguration struct type HYOKConfigurationsList (line 81) | type HYOKConfigurationsList struct type HYOKConfigurationsIncludeOpt (line 86) | type HYOKConfigurationsIncludeOpt constant HYOKConfigurationsIncludeHYOKCustomerKeyVersions (line 89) | HYOKConfigurationsIncludeHYOKCustomerKeyVersions HYOKConfigurationsInclu... constant HYOKConfigurationsIncludeOIDCConfiguration (line 90) | HYOKConfigurationsIncludeOIDCConfiguration HYOKConfigurationsInclu... type HYOKConfigurationsListOptions (line 93) | type HYOKConfigurationsListOptions struct type HYOKConfigurationsCreateOptions (line 99) | type HYOKConfigurationsCreateOptions struct method valid (line 175) | func (h *HYOKConfigurationsCreateOptions) valid() error { type HYOKConfigurationsReadOptions (line 116) | type HYOKConfigurationsReadOptions struct type HYOKConfigurationsUpdateOptions (line 120) | type HYOKConfigurationsUpdateOptions struct FILE: hyok_configuration_integration_test.go function TestHYOKConfigurationCreateRevokeDelete (line 11) | func TestHYOKConfigurationCreateRevokeDelete(t *testing.T) { function TestHyokConfigurationList (line 297) | func TestHyokConfigurationList(t *testing.T) { function TestHyokConfigurationRead (line 344) | func TestHyokConfigurationRead(t *testing.T) { function TestHYOKConfigurationUpdate (line 431) | func TestHYOKConfigurationUpdate(t *testing.T) { FILE: hyok_customer_key_version.go type HYOKCustomerKeyVersions (line 15) | type HYOKCustomerKeyVersions interface type hyokCustomerKeyVersions (line 30) | type hyokCustomerKeyVersions struct method List (line 72) | func (s *hyokCustomerKeyVersions) List(ctx context.Context, hyokConfig... method Read (line 93) | func (s *hyokCustomerKeyVersions) Read(ctx context.Context, hyokCustom... method Revoke (line 115) | func (s *hyokCustomerKeyVersions) Revoke(ctx context.Context, hyokCust... method Delete (line 130) | func (s *hyokCustomerKeyVersions) Delete(ctx context.Context, hyokCust... type HYOKCustomerKeyVersionList (line 35) | type HYOKCustomerKeyVersionList struct type HYOKCustomerKeyVersion (line 41) | type HYOKCustomerKeyVersion struct type HYOKKeyVersionStatus (line 55) | type HYOKKeyVersionStatus constant KeyVersionStatusAvailable (line 59) | KeyVersionStatusAvailable HYOKKeyVersionStatus = "available" constant KeyVersionStatusRevoking (line 60) | KeyVersionStatusRevoking HYOKKeyVersionStatus = "revoking" constant KeyVersionStatusRevoked (line 61) | KeyVersionStatusRevoked HYOKKeyVersionStatus = "revoked" constant KeyVersionStatusRevocationFailed (line 62) | KeyVersionStatusRevocationFailed HYOKKeyVersionStatus = "revocation_failed" type HYOKCustomerKeyVersionListOptions (line 66) | type HYOKCustomerKeyVersionListOptions struct FILE: hyok_customer_key_version_integration_test.go function TestHYOKCustomerKeyVersionsList (line 16) | func TestHYOKCustomerKeyVersionsList(t *testing.T) { function TestHYOKCustomerKeyVersionsRead (line 39) | func TestHYOKCustomerKeyVersionsRead(t *testing.T) { FILE: hyok_encrypted_data_key.go type HYOKEncryptedDataKeys (line 15) | type HYOKEncryptedDataKeys interface type hyokEncryptedDataKeys (line 21) | type hyokEncryptedDataKeys struct method Read (line 38) | func (h hyokEncryptedDataKeys) Read(ctx context.Context, hyokEncrypted... type HYOKEncryptedDataKey (line 26) | type HYOKEncryptedDataKey struct FILE: hyok_encrypted_data_key_integration_test.go function TestHYOKEncryptedDataKeyRead (line 16) | func TestHYOKEncryptedDataKeyRead(t *testing.T) { FILE: internal_run_task.go type internalRunTask (line 7) | type internalRunTask struct method ToRunTask (line 23) | func (irt internalRunTask) ToRunTask() *RunTask { type internalRunTaskList (line 84) | type internalRunTaskList struct method ToRunTaskList (line 91) | func (irt internalRunTaskList) ToRunTaskList() *RunTaskList { FILE: internal_workspace_run_task.go type internalWorkspaceRunTask (line 7) | type internalWorkspaceRunTask struct method ToWorkspaceRunTask (line 19) | func (irt internalWorkspaceRunTask) ToWorkspaceRunTask() *WorkspaceRun... type internalWorkspaceRunTaskList (line 37) | type internalWorkspaceRunTaskList struct method ToWorkspaceRunTaskList (line 44) | func (irt internalWorkspaceRunTaskList) ToWorkspaceRunTaskList() *Work... FILE: ip_ranges.go type IPRanges (line 16) | type IPRanges interface type ipRanges (line 25) | type ipRanges struct method Read (line 42) | func (i *ipRanges) Read(ctx context.Context, modifiedSince string) (*I... type IPRange (line 30) | type IPRange struct FILE: ip_ranges_integration_test.go function TestIPRangesRead (line 15) | func TestIPRangesRead(t *testing.T) { FILE: logreader.go type LogReader (line 18) | type LogReader struct method Read (line 29) | func (r *LogReader) Read(l []byte) (int, error) { method read (line 49) | func (r *LogReader) read(l []byte) (int, error) { function backoff (line 140) | func backoff(minimum, maximum float64, iter int) time.Duration { FILE: logreader_integration_test.go function checkedWrite (line 16) | func checkedWrite(t *testing.T, w io.Writer, message []byte) { function testLogReader (line 23) | func testLogReader(t *testing.T, h http.HandlerFunc) (*httptest.Server, ... function TestLogReader_withMarkersSingle (line 51) | func TestLogReader_withMarkersSingle(t *testing.T) { function TestLogReader_withMarkersDouble (line 90) | func TestLogReader_withMarkersDouble(t *testing.T) { function TestLogReader_withMarkersMulti (line 131) | func TestLogReader_withMarkersMulti(t *testing.T) { function TestLogReader_withoutMarkers (line 178) | func TestLogReader_withoutMarkers(t *testing.T) { function TestLogReader_withoutEndOfTextMarker (line 221) | func TestLogReader_withoutEndOfTextMarker(t *testing.T) { FILE: mocks/admin_opa_version_mocks.go type MockAdminOPAVersions (line 21) | type MockAdminOPAVersions struct method EXPECT (line 39) | func (m *MockAdminOPAVersions) EXPECT() *MockAdminOPAVersionsMockRecor... method Create (line 44) | func (m *MockAdminOPAVersions) Create(ctx context.Context, options tfe... method Delete (line 59) | func (m *MockAdminOPAVersions) Delete(ctx context.Context, id string) ... method List (line 73) | func (m *MockAdminOPAVersions) List(ctx context.Context, options *tfe.... method Read (line 88) | func (m *MockAdminOPAVersions) Read(ctx context.Context, id string) (*... method Update (line 103) | func (m *MockAdminOPAVersions) Update(ctx context.Context, id string, ... type MockAdminOPAVersionsMockRecorder (line 27) | type MockAdminOPAVersionsMockRecorder struct method Create (line 53) | func (mr *MockAdminOPAVersionsMockRecorder) Create(ctx, options any) *... method Delete (line 67) | func (mr *MockAdminOPAVersionsMockRecorder) Delete(ctx, id any) *gomoc... method List (line 82) | func (mr *MockAdminOPAVersionsMockRecorder) List(ctx, options any) *go... method Read (line 97) | func (mr *MockAdminOPAVersionsMockRecorder) Read(ctx, id any) *gomock.... method Update (line 112) | func (mr *MockAdminOPAVersionsMockRecorder) Update(ctx, id, options an... function NewMockAdminOPAVersions (line 32) | func NewMockAdminOPAVersions(ctrl *gomock.Controller) *MockAdminOPAVersi... FILE: mocks/admin_organization_mocks.go type MockAdminOrganizations (line 21) | type MockAdminOrganizations struct method EXPECT (line 39) | func (m *MockAdminOrganizations) EXPECT() *MockAdminOrganizationsMockR... method Delete (line 44) | func (m *MockAdminOrganizations) Delete(ctx context.Context, organizat... method List (line 58) | func (m *MockAdminOrganizations) List(ctx context.Context, options *tf... method ListModuleConsumers (line 73) | func (m *MockAdminOrganizations) ListModuleConsumers(ctx context.Conte... method Read (line 88) | func (m *MockAdminOrganizations) Read(ctx context.Context, organizatio... method Update (line 103) | func (m *MockAdminOrganizations) Update(ctx context.Context, organizat... method UpdateModuleConsumers (line 118) | func (m *MockAdminOrganizations) UpdateModuleConsumers(ctx context.Con... type MockAdminOrganizationsMockRecorder (line 27) | type MockAdminOrganizationsMockRecorder struct method Delete (line 52) | func (mr *MockAdminOrganizationsMockRecorder) Delete(ctx, organization... method List (line 67) | func (mr *MockAdminOrganizationsMockRecorder) List(ctx, options any) *... method ListModuleConsumers (line 82) | func (mr *MockAdminOrganizationsMockRecorder) ListModuleConsumers(ctx,... method Read (line 97) | func (mr *MockAdminOrganizationsMockRecorder) Read(ctx, organization a... method Update (line 112) | func (mr *MockAdminOrganizationsMockRecorder) Update(ctx, organization... method UpdateModuleConsumers (line 126) | func (mr *MockAdminOrganizationsMockRecorder) UpdateModuleConsumers(ct... function NewMockAdminOrganizations (line 32) | func NewMockAdminOrganizations(ctrl *gomock.Controller) *MockAdminOrgani... FILE: mocks/admin_run_mocks.go type MockAdminRuns (line 21) | type MockAdminRuns struct method EXPECT (line 39) | func (m *MockAdminRuns) EXPECT() *MockAdminRunsMockRecorder { method ForceCancel (line 44) | func (m *MockAdminRuns) ForceCancel(ctx context.Context, runID string,... method List (line 58) | func (m *MockAdminRuns) List(ctx context.Context, options *tfe.AdminRu... type MockAdminRunsMockRecorder (line 27) | type MockAdminRunsMockRecorder struct method ForceCancel (line 52) | func (mr *MockAdminRunsMockRecorder) ForceCancel(ctx, runID, options a... method List (line 67) | func (mr *MockAdminRunsMockRecorder) List(ctx, options any) *gomock.Ca... function NewMockAdminRuns (line 32) | func NewMockAdminRuns(ctrl *gomock.Controller) *MockAdminRuns { FILE: mocks/admin_sentinel_version_mocks.go type MockAdminSentinelVersions (line 21) | type MockAdminSentinelVersions struct method EXPECT (line 39) | func (m *MockAdminSentinelVersions) EXPECT() *MockAdminSentinelVersion... method Create (line 44) | func (m *MockAdminSentinelVersions) Create(ctx context.Context, option... method Delete (line 59) | func (m *MockAdminSentinelVersions) Delete(ctx context.Context, id str... method List (line 73) | func (m *MockAdminSentinelVersions) List(ctx context.Context, options ... method Read (line 88) | func (m *MockAdminSentinelVersions) Read(ctx context.Context, id strin... method Update (line 103) | func (m *MockAdminSentinelVersions) Update(ctx context.Context, id str... type MockAdminSentinelVersionsMockRecorder (line 27) | type MockAdminSentinelVersionsMockRecorder struct method Create (line 53) | func (mr *MockAdminSentinelVersionsMockRecorder) Create(ctx, options a... method Delete (line 67) | func (mr *MockAdminSentinelVersionsMockRecorder) Delete(ctx, id any) *... method List (line 82) | func (mr *MockAdminSentinelVersionsMockRecorder) List(ctx, options any... method Read (line 97) | func (mr *MockAdminSentinelVersionsMockRecorder) Read(ctx, id any) *go... method Update (line 112) | func (mr *MockAdminSentinelVersionsMockRecorder) Update(ctx, id, optio... function NewMockAdminSentinelVersions (line 32) | func NewMockAdminSentinelVersions(ctrl *gomock.Controller) *MockAdminSen... FILE: mocks/admin_setting_cost_estimation_mocks.go type MockCostEstimationSettings (line 21) | type MockCostEstimationSettings struct method EXPECT (line 39) | func (m *MockCostEstimationSettings) EXPECT() *MockCostEstimationSetti... method Read (line 44) | func (m *MockCostEstimationSettings) Read(ctx context.Context) (*tfe.A... method Update (line 59) | func (m *MockCostEstimationSettings) Update(ctx context.Context, optio... type MockCostEstimationSettingsMockRecorder (line 27) | type MockCostEstimationSettingsMockRecorder struct method Read (line 53) | func (mr *MockCostEstimationSettingsMockRecorder) Read(ctx any) *gomoc... method Update (line 68) | func (mr *MockCostEstimationSettingsMockRecorder) Update(ctx, options ... function NewMockCostEstimationSettings (line 32) | func NewMockCostEstimationSettings(ctrl *gomock.Controller) *MockCostEst... FILE: mocks/admin_setting_customization_mocks.go type MockCustomizationSettings (line 21) | type MockCustomizationSettings struct method EXPECT (line 39) | func (m *MockCustomizationSettings) EXPECT() *MockCustomizationSetting... method Read (line 44) | func (m *MockCustomizationSettings) Read(ctx context.Context) (*tfe.Ad... method Update (line 59) | func (m *MockCustomizationSettings) Update(ctx context.Context, option... type MockCustomizationSettingsMockRecorder (line 27) | type MockCustomizationSettingsMockRecorder struct method Read (line 53) | func (mr *MockCustomizationSettingsMockRecorder) Read(ctx any) *gomock... method Update (line 68) | func (mr *MockCustomizationSettingsMockRecorder) Update(ctx, options a... function NewMockCustomizationSettings (line 32) | func NewMockCustomizationSettings(ctrl *gomock.Controller) *MockCustomiz... FILE: mocks/admin_setting_general_mocks.go type MockGeneralSettings (line 21) | type MockGeneralSettings struct method EXPECT (line 39) | func (m *MockGeneralSettings) EXPECT() *MockGeneralSettingsMockRecorder { method Read (line 44) | func (m *MockGeneralSettings) Read(ctx context.Context) (*tfe.AdminGen... method Update (line 59) | func (m *MockGeneralSettings) Update(ctx context.Context, options tfe.... type MockGeneralSettingsMockRecorder (line 27) | type MockGeneralSettingsMockRecorder struct method Read (line 53) | func (mr *MockGeneralSettingsMockRecorder) Read(ctx any) *gomock.Call { method Update (line 68) | func (mr *MockGeneralSettingsMockRecorder) Update(ctx, options any) *g... function NewMockGeneralSettings (line 32) | func NewMockGeneralSettings(ctrl *gomock.Controller) *MockGeneralSettings { FILE: mocks/admin_setting_oidc_mocks.go type MockOIDCSettings (line 20) | type MockOIDCSettings struct method EXPECT (line 38) | func (m *MockOIDCSettings) EXPECT() *MockOIDCSettingsMockRecorder { method RotateKey (line 43) | func (m *MockOIDCSettings) RotateKey(ctx context.Context) error { method TrimKey (line 57) | func (m *MockOIDCSettings) TrimKey(ctx context.Context) error { type MockOIDCSettingsMockRecorder (line 26) | type MockOIDCSettingsMockRecorder struct method RotateKey (line 51) | func (mr *MockOIDCSettingsMockRecorder) RotateKey(ctx any) *gomock.Call { method TrimKey (line 65) | func (mr *MockOIDCSettingsMockRecorder) TrimKey(ctx any) *gomock.Call { function NewMockOIDCSettings (line 31) | func NewMockOIDCSettings(ctrl *gomock.Controller) *MockOIDCSettings { FILE: mocks/admin_setting_saml_mocks.go type MockSAMLSettings (line 21) | type MockSAMLSettings struct method EXPECT (line 39) | func (m *MockSAMLSettings) EXPECT() *MockSAMLSettingsMockRecorder { method Read (line 44) | func (m *MockSAMLSettings) Read(ctx context.Context) (*tfe.AdminSAMLSe... method RevokeIdpCert (line 59) | func (m *MockSAMLSettings) RevokeIdpCert(ctx context.Context) (*tfe.Ad... method Update (line 74) | func (m *MockSAMLSettings) Update(ctx context.Context, options tfe.Adm... type MockSAMLSettingsMockRecorder (line 27) | type MockSAMLSettingsMockRecorder struct method Read (line 53) | func (mr *MockSAMLSettingsMockRecorder) Read(ctx any) *gomock.Call { method RevokeIdpCert (line 68) | func (mr *MockSAMLSettingsMockRecorder) RevokeIdpCert(ctx any) *gomock... method Update (line 83) | func (mr *MockSAMLSettingsMockRecorder) Update(ctx, options any) *gomo... function NewMockSAMLSettings (line 32) | func NewMockSAMLSettings(ctrl *gomock.Controller) *MockSAMLSettings { FILE: mocks/admin_setting_scim_groups_mocks.go type MockAdminSCIMGroups (line 21) | type MockAdminSCIMGroups struct method EXPECT (line 39) | func (m *MockAdminSCIMGroups) EXPECT() *MockAdminSCIMGroupsMockRecorder { method List (line 44) | func (m *MockAdminSCIMGroups) List(ctx context.Context, options *tfe.A... type MockAdminSCIMGroupsMockRecorder (line 27) | type MockAdminSCIMGroupsMockRecorder struct method List (line 53) | func (mr *MockAdminSCIMGroupsMockRecorder) List(ctx, options any) *gom... function NewMockAdminSCIMGroups (line 32) | func NewMockAdminSCIMGroups(ctrl *gomock.Controller) *MockAdminSCIMGroups { FILE: mocks/admin_setting_scim_mocks.go type MockSCIMSettings (line 21) | type MockSCIMSettings struct method EXPECT (line 39) | func (m *MockSCIMSettings) EXPECT() *MockSCIMSettingsMockRecorder { method Delete (line 44) | func (m *MockSCIMSettings) Delete(ctx context.Context) error { method Read (line 58) | func (m *MockSCIMSettings) Read(ctx context.Context) (*tfe.AdminSCIMSe... method Update (line 73) | func (m *MockSCIMSettings) Update(ctx context.Context, options tfe.Adm... type MockSCIMSettingsMockRecorder (line 27) | type MockSCIMSettingsMockRecorder struct method Delete (line 52) | func (mr *MockSCIMSettingsMockRecorder) Delete(ctx any) *gomock.Call { method Read (line 67) | func (mr *MockSCIMSettingsMockRecorder) Read(ctx any) *gomock.Call { method Update (line 82) | func (mr *MockSCIMSettingsMockRecorder) Update(ctx, options any) *gomo... function NewMockSCIMSettings (line 32) | func NewMockSCIMSettings(ctrl *gomock.Controller) *MockSCIMSettings { FILE: mocks/admin_setting_scim_token_mocks.go type MockAdminSCIMTokens (line 21) | type MockAdminSCIMTokens struct method EXPECT (line 39) | func (m *MockAdminSCIMTokens) EXPECT() *MockAdminSCIMTokensMockRecorder { method Create (line 44) | func (m *MockAdminSCIMTokens) Create(ctx context.Context, description ... method CreateWithOptions (line 59) | func (m *MockAdminSCIMTokens) CreateWithOptions(ctx context.Context, o... method Delete (line 74) | func (m *MockAdminSCIMTokens) Delete(ctx context.Context, scimTokenID ... method List (line 88) | func (m *MockAdminSCIMTokens) List(ctx context.Context) (*tfe.AdminSCI... method Read (line 103) | func (m *MockAdminSCIMTokens) Read(ctx context.Context, scimTokenID st... type MockAdminSCIMTokensMockRecorder (line 27) | type MockAdminSCIMTokensMockRecorder struct method Create (line 53) | func (mr *MockAdminSCIMTokensMockRecorder) Create(ctx, description any... method CreateWithOptions (line 68) | func (mr *MockAdminSCIMTokensMockRecorder) CreateWithOptions(ctx, opti... method Delete (line 82) | func (mr *MockAdminSCIMTokensMockRecorder) Delete(ctx, scimTokenID any... method List (line 97) | func (mr *MockAdminSCIMTokensMockRecorder) List(ctx any) *gomock.Call { method Read (line 112) | func (mr *MockAdminSCIMTokensMockRecorder) Read(ctx, scimTokenID any) ... function NewMockAdminSCIMTokens (line 32) | func NewMockAdminSCIMTokens(ctrl *gomock.Controller) *MockAdminSCIMTokens { FILE: mocks/admin_setting_smtp_mocks.go type MockSMTPSettings (line 21) | type MockSMTPSettings struct method EXPECT (line 39) | func (m *MockSMTPSettings) EXPECT() *MockSMTPSettingsMockRecorder { method Read (line 44) | func (m *MockSMTPSettings) Read(ctx context.Context) (*tfe.AdminSMTPSe... method Update (line 59) | func (m *MockSMTPSettings) Update(ctx context.Context, options tfe.Adm... type MockSMTPSettingsMockRecorder (line 27) | type MockSMTPSettingsMockRecorder struct method Read (line 53) | func (mr *MockSMTPSettingsMockRecorder) Read(ctx any) *gomock.Call { method Update (line 68) | func (mr *MockSMTPSettingsMockRecorder) Update(ctx, options any) *gomo... function NewMockSMTPSettings (line 32) | func NewMockSMTPSettings(ctrl *gomock.Controller) *MockSMTPSettings { FILE: mocks/admin_setting_twilio_mocks.go type MockTwilioSettings (line 21) | type MockTwilioSettings struct method EXPECT (line 39) | func (m *MockTwilioSettings) EXPECT() *MockTwilioSettingsMockRecorder { method Read (line 44) | func (m *MockTwilioSettings) Read(ctx context.Context) (*tfe.AdminTwil... method Update (line 59) | func (m *MockTwilioSettings) Update(ctx context.Context, options tfe.A... method Verify (line 74) | func (m *MockTwilioSettings) Verify(ctx context.Context, options tfe.A... type MockTwilioSettingsMockRecorder (line 27) | type MockTwilioSettingsMockRecorder struct method Read (line 53) | func (mr *MockTwilioSettingsMockRecorder) Read(ctx any) *gomock.Call { method Update (line 68) | func (mr *MockTwilioSettingsMockRecorder) Update(ctx, options any) *go... method Verify (line 82) | func (mr *MockTwilioSettingsMockRecorder) Verify(ctx, options any) *go... function NewMockTwilioSettings (line 32) | func NewMockTwilioSettings(ctrl *gomock.Controller) *MockTwilioSettings { FILE: mocks/admin_terraform_version_mocks.go type MockAdminTerraformVersions (line 21) | type MockAdminTerraformVersions struct method EXPECT (line 39) | func (m *MockAdminTerraformVersions) EXPECT() *MockAdminTerraformVersi... method Create (line 44) | func (m *MockAdminTerraformVersions) Create(ctx context.Context, optio... method Delete (line 59) | func (m *MockAdminTerraformVersions) Delete(ctx context.Context, id st... method List (line 73) | func (m *MockAdminTerraformVersions) List(ctx context.Context, options... method Read (line 88) | func (m *MockAdminTerraformVersions) Read(ctx context.Context, id stri... method Update (line 103) | func (m *MockAdminTerraformVersions) Update(ctx context.Context, id st... type MockAdminTerraformVersionsMockRecorder (line 27) | type MockAdminTerraformVersionsMockRecorder struct method Create (line 53) | func (mr *MockAdminTerraformVersionsMockRecorder) Create(ctx, options ... method Delete (line 67) | func (mr *MockAdminTerraformVersionsMockRecorder) Delete(ctx, id any) ... method List (line 82) | func (mr *MockAdminTerraformVersionsMockRecorder) List(ctx, options an... method Read (line 97) | func (mr *MockAdminTerraformVersionsMockRecorder) Read(ctx, id any) *g... method Update (line 112) | func (mr *MockAdminTerraformVersionsMockRecorder) Update(ctx, id, opti... function NewMockAdminTerraformVersions (line 32) | func NewMockAdminTerraformVersions(ctrl *gomock.Controller) *MockAdminTe... FILE: mocks/admin_user_mocks.go type MockAdminUsers (line 21) | type MockAdminUsers struct method EXPECT (line 39) | func (m *MockAdminUsers) EXPECT() *MockAdminUsersMockRecorder { method Delete (line 44) | func (m *MockAdminUsers) Delete(ctx context.Context, userID string) er... method Disable2FA (line 58) | func (m *MockAdminUsers) Disable2FA(ctx context.Context, userID string... method GrantAdmin (line 73) | func (m *MockAdminUsers) GrantAdmin(ctx context.Context, userID string... method List (line 88) | func (m *MockAdminUsers) List(ctx context.Context, options *tfe.AdminU... method RevokeAdmin (line 103) | func (m *MockAdminUsers) RevokeAdmin(ctx context.Context, userID strin... method Suspend (line 118) | func (m *MockAdminUsers) Suspend(ctx context.Context, userID string) (... method Unsuspend (line 133) | func (m *MockAdminUsers) Unsuspend(ctx context.Context, userID string)... type MockAdminUsersMockRecorder (line 27) | type MockAdminUsersMockRecorder struct method Delete (line 52) | func (mr *MockAdminUsersMockRecorder) Delete(ctx, userID any) *gomock.... method Disable2FA (line 67) | func (mr *MockAdminUsersMockRecorder) Disable2FA(ctx, userID any) *gom... method GrantAdmin (line 82) | func (mr *MockAdminUsersMockRecorder) GrantAdmin(ctx, userID any) *gom... method List (line 97) | func (mr *MockAdminUsersMockRecorder) List(ctx, options any) *gomock.C... method RevokeAdmin (line 112) | func (mr *MockAdminUsersMockRecorder) RevokeAdmin(ctx, userID any) *go... method Suspend (line 127) | func (mr *MockAdminUsersMockRecorder) Suspend(ctx, userID any) *gomock... method Unsuspend (line 142) | func (mr *MockAdminUsersMockRecorder) Unsuspend(ctx, userID any) *gomo... function NewMockAdminUsers (line 32) | func NewMockAdminUsers(ctrl *gomock.Controller) *MockAdminUsers { FILE: mocks/admin_workspace_mocks.go type MockAdminWorkspaces (line 21) | type MockAdminWorkspaces struct method EXPECT (line 39) | func (m *MockAdminWorkspaces) EXPECT() *MockAdminWorkspacesMockRecorder { method Delete (line 44) | func (m *MockAdminWorkspaces) Delete(ctx context.Context, workspaceID ... method List (line 58) | func (m *MockAdminWorkspaces) List(ctx context.Context, options *tfe.A... method Read (line 73) | func (m *MockAdminWorkspaces) Read(ctx context.Context, workspaceID st... type MockAdminWorkspacesMockRecorder (line 27) | type MockAdminWorkspacesMockRecorder struct method Delete (line 52) | func (mr *MockAdminWorkspacesMockRecorder) Delete(ctx, workspaceID any... method List (line 67) | func (mr *MockAdminWorkspacesMockRecorder) List(ctx, options any) *gom... method Read (line 82) | func (mr *MockAdminWorkspacesMockRecorder) Read(ctx, workspaceID any) ... function NewMockAdminWorkspaces (line 32) | func NewMockAdminWorkspaces(ctrl *gomock.Controller) *MockAdminWorkspaces { FILE: mocks/agent_pool_mocks.go type MockAgentPools (line 21) | type MockAgentPools struct method EXPECT (line 39) | func (m *MockAgentPools) EXPECT() *MockAgentPoolsMockRecorder { method Create (line 44) | func (m *MockAgentPools) Create(ctx context.Context, organization stri... method Delete (line 59) | func (m *MockAgentPools) Delete(ctx context.Context, agentPoolID strin... method List (line 73) | func (m *MockAgentPools) List(ctx context.Context, organization string... method Read (line 88) | func (m *MockAgentPools) Read(ctx context.Context, agentPoolID string)... method ReadWithOptions (line 103) | func (m *MockAgentPools) ReadWithOptions(ctx context.Context, agentPoo... method Update (line 118) | func (m *MockAgentPools) Update(ctx context.Context, agentPool string,... method UpdateAllowedProjects (line 133) | func (m *MockAgentPools) UpdateAllowedProjects(ctx context.Context, ag... method UpdateAllowedWorkspaces (line 148) | func (m *MockAgentPools) UpdateAllowedWorkspaces(ctx context.Context, ... method UpdateExcludedWorkspaces (line 163) | func (m *MockAgentPools) UpdateExcludedWorkspaces(ctx context.Context,... type MockAgentPoolsMockRecorder (line 27) | type MockAgentPoolsMockRecorder struct method Create (line 53) | func (mr *MockAgentPoolsMockRecorder) Create(ctx, organization, option... method Delete (line 67) | func (mr *MockAgentPoolsMockRecorder) Delete(ctx, agentPoolID any) *go... method List (line 82) | func (mr *MockAgentPoolsMockRecorder) List(ctx, organization, options ... method Read (line 97) | func (mr *MockAgentPoolsMockRecorder) Read(ctx, agentPoolID any) *gomo... method ReadWithOptions (line 112) | func (mr *MockAgentPoolsMockRecorder) ReadWithOptions(ctx, agentPoolID... method Update (line 127) | func (mr *MockAgentPoolsMockRecorder) Update(ctx, agentPool, options a... method UpdateAllowedProjects (line 142) | func (mr *MockAgentPoolsMockRecorder) UpdateAllowedProjects(ctx, agent... method UpdateAllowedWorkspaces (line 157) | func (mr *MockAgentPoolsMockRecorder) UpdateAllowedWorkspaces(ctx, age... method UpdateExcludedWorkspaces (line 172) | func (mr *MockAgentPoolsMockRecorder) UpdateExcludedWorkspaces(ctx, ag... function NewMockAgentPools (line 32) | func NewMockAgentPools(ctrl *gomock.Controller) *MockAgentPools { FILE: mocks/agent_token_mocks.go type MockAgentTokens (line 21) | type MockAgentTokens struct method EXPECT (line 39) | func (m *MockAgentTokens) EXPECT() *MockAgentTokensMockRecorder { method Create (line 44) | func (m *MockAgentTokens) Create(ctx context.Context, agentPoolID stri... method Delete (line 59) | func (m *MockAgentTokens) Delete(ctx context.Context, agentTokenID str... method List (line 73) | func (m *MockAgentTokens) List(ctx context.Context, agentPoolID string... method Read (line 88) | func (m *MockAgentTokens) Read(ctx context.Context, agentTokenID strin... type MockAgentTokensMockRecorder (line 27) | type MockAgentTokensMockRecorder struct method Create (line 53) | func (mr *MockAgentTokensMockRecorder) Create(ctx, agentPoolID, option... method Delete (line 67) | func (mr *MockAgentTokensMockRecorder) Delete(ctx, agentTokenID any) *... method List (line 82) | func (mr *MockAgentTokensMockRecorder) List(ctx, agentPoolID any) *gom... method Read (line 97) | func (mr *MockAgentTokensMockRecorder) Read(ctx, agentTokenID any) *go... function NewMockAgentTokens (line 32) | func NewMockAgentTokens(ctrl *gomock.Controller) *MockAgentTokens { FILE: mocks/agents.go type MockAgents (line 21) | type MockAgents struct method EXPECT (line 39) | func (m *MockAgents) EXPECT() *MockAgentsMockRecorder { method List (line 44) | func (m *MockAgents) List(ctx context.Context, agentPoolID string, opt... method Read (line 59) | func (m *MockAgents) Read(ctx context.Context, agentID string) (*tfe.A... type MockAgentsMockRecorder (line 27) | type MockAgentsMockRecorder struct method List (line 53) | func (mr *MockAgentsMockRecorder) List(ctx, agentPoolID, options any) ... method Read (line 68) | func (mr *MockAgentsMockRecorder) Read(ctx, agentID any) *gomock.Call { function NewMockAgents (line 32) | func NewMockAgents(ctrl *gomock.Controller) *MockAgents { FILE: mocks/apply_mocks.go type MockApplies (line 22) | type MockApplies struct method EXPECT (line 40) | func (m *MockApplies) EXPECT() *MockAppliesMockRecorder { method Logs (line 45) | func (m *MockApplies) Logs(ctx context.Context, applyID string) (io.Re... method Read (line 60) | func (m *MockApplies) Read(ctx context.Context, applyID string) (*tfe.... type MockAppliesMockRecorder (line 28) | type MockAppliesMockRecorder struct method Logs (line 54) | func (mr *MockAppliesMockRecorder) Logs(ctx, applyID any) *gomock.Call { method Read (line 69) | func (mr *MockAppliesMockRecorder) Read(ctx, applyID any) *gomock.Call { function NewMockApplies (line 33) | func NewMockApplies(ctrl *gomock.Controller) *MockApplies { FILE: mocks/audit_trail_mocks.go type MockAuditTrails (line 21) | type MockAuditTrails struct method EXPECT (line 39) | func (m *MockAuditTrails) EXPECT() *MockAuditTrailsMockRecorder { method List (line 44) | func (m *MockAuditTrails) List(ctx context.Context, options *tfe.Audit... type MockAuditTrailsMockRecorder (line 27) | type MockAuditTrailsMockRecorder struct method List (line 53) | func (mr *MockAuditTrailsMockRecorder) List(ctx, options any) *gomock.... function NewMockAuditTrails (line 32) | func NewMockAuditTrails(ctrl *gomock.Controller) *MockAuditTrails { FILE: mocks/comment_mocks.go type MockComments (line 21) | type MockComments struct method EXPECT (line 39) | func (m *MockComments) EXPECT() *MockCommentsMockRecorder { method Create (line 44) | func (m *MockComments) Create(ctx context.Context, runID string, optio... method List (line 59) | func (m *MockComments) List(ctx context.Context, runID string) (*tfe.C... method Read (line 74) | func (m *MockComments) Read(ctx context.Context, commentID string) (*t... type MockCommentsMockRecorder (line 27) | type MockCommentsMockRecorder struct method Create (line 53) | func (mr *MockCommentsMockRecorder) Create(ctx, runID, options any) *g... method List (line 68) | func (mr *MockCommentsMockRecorder) List(ctx, runID any) *gomock.Call { method Read (line 83) | func (mr *MockCommentsMockRecorder) Read(ctx, commentID any) *gomock.C... function NewMockComments (line 32) | func NewMockComments(ctrl *gomock.Controller) *MockComments { FILE: mocks/configuration_version_mocks.go type MockConfigurationVersions (line 22) | type MockConfigurationVersions struct method EXPECT (line 40) | func (m *MockConfigurationVersions) EXPECT() *MockConfigurationVersion... method Archive (line 45) | func (m *MockConfigurationVersions) Archive(ctx context.Context, cvID ... method Create (line 59) | func (m *MockConfigurationVersions) Create(ctx context.Context, worksp... method CreateForRegistryModule (line 74) | func (m *MockConfigurationVersions) CreateForRegistryModule(ctx contex... method Download (line 89) | func (m *MockConfigurationVersions) Download(ctx context.Context, cvID... method List (line 104) | func (m *MockConfigurationVersions) List(ctx context.Context, workspac... method PermanentlyDeleteBackingData (line 119) | func (m *MockConfigurationVersions) PermanentlyDeleteBackingData(ctx c... method Read (line 133) | func (m *MockConfigurationVersions) Read(ctx context.Context, cvID str... method ReadWithOptions (line 148) | func (m *MockConfigurationVersions) ReadWithOptions(ctx context.Contex... method RestoreBackingData (line 163) | func (m *MockConfigurationVersions) RestoreBackingData(ctx context.Con... method SoftDeleteBackingData (line 177) | func (m *MockConfigurationVersions) SoftDeleteBackingData(ctx context.... method Upload (line 191) | func (m *MockConfigurationVersions) Upload(ctx context.Context, url, p... method UploadTarGzip (line 205) | func (m *MockConfigurationVersions) UploadTarGzip(ctx context.Context,... type MockConfigurationVersionsMockRecorder (line 28) | type MockConfigurationVersionsMockRecorder struct method Archive (line 53) | func (mr *MockConfigurationVersionsMockRecorder) Archive(ctx, cvID any... method Create (line 68) | func (mr *MockConfigurationVersionsMockRecorder) Create(ctx, workspace... method CreateForRegistryModule (line 83) | func (mr *MockConfigurationVersionsMockRecorder) CreateForRegistryModu... method Download (line 98) | func (mr *MockConfigurationVersionsMockRecorder) Download(ctx, cvID an... method List (line 113) | func (mr *MockConfigurationVersionsMockRecorder) List(ctx, workspaceID... method PermanentlyDeleteBackingData (line 127) | func (mr *MockConfigurationVersionsMockRecorder) PermanentlyDeleteBack... method Read (line 142) | func (mr *MockConfigurationVersionsMockRecorder) Read(ctx, cvID any) *... method ReadWithOptions (line 157) | func (mr *MockConfigurationVersionsMockRecorder) ReadWithOptions(ctx, ... method RestoreBackingData (line 171) | func (mr *MockConfigurationVersionsMockRecorder) RestoreBackingData(ct... method SoftDeleteBackingData (line 185) | func (mr *MockConfigurationVersionsMockRecorder) SoftDeleteBackingData... method Upload (line 199) | func (mr *MockConfigurationVersionsMockRecorder) Upload(ctx, url, path... method UploadTarGzip (line 213) | func (mr *MockConfigurationVersionsMockRecorder) UploadTarGzip(ctx, ur... function NewMockConfigurationVersions (line 33) | func NewMockConfigurationVersions(ctrl *gomock.Controller) *MockConfigur... FILE: mocks/cost_estimate_mocks.go type MockCostEstimates (line 22) | type MockCostEstimates struct method EXPECT (line 40) | func (m *MockCostEstimates) EXPECT() *MockCostEstimatesMockRecorder { method Logs (line 45) | func (m *MockCostEstimates) Logs(ctx context.Context, costEstimateID s... method Read (line 60) | func (m *MockCostEstimates) Read(ctx context.Context, costEstimateID s... type MockCostEstimatesMockRecorder (line 28) | type MockCostEstimatesMockRecorder struct method Logs (line 54) | func (mr *MockCostEstimatesMockRecorder) Logs(ctx, costEstimateID any)... method Read (line 69) | func (mr *MockCostEstimatesMockRecorder) Read(ctx, costEstimateID any)... function NewMockCostEstimates (line 33) | func NewMockCostEstimates(ctrl *gomock.Controller) *MockCostEstimates { FILE: mocks/github_app_installation_mocks.go type MockGHAInstallations (line 21) | type MockGHAInstallations struct method EXPECT (line 39) | func (m *MockGHAInstallations) EXPECT() *MockGHAInstallationsMockRecor... method List (line 44) | func (m *MockGHAInstallations) List(ctx context.Context, options *tfe.... method Read (line 59) | func (m *MockGHAInstallations) Read(ctx context.Context, GHAInstallati... type MockGHAInstallationsMockRecorder (line 27) | type MockGHAInstallationsMockRecorder struct method List (line 53) | func (mr *MockGHAInstallationsMockRecorder) List(ctx, options any) *go... method Read (line 68) | func (mr *MockGHAInstallationsMockRecorder) Read(ctx, GHAInstallationI... function NewMockGHAInstallations (line 32) | func NewMockGHAInstallations(ctrl *gomock.Controller) *MockGHAInstallati... FILE: mocks/gpg_key_mocks.go type MockGPGKeys (line 21) | type MockGPGKeys struct method EXPECT (line 39) | func (m *MockGPGKeys) EXPECT() *MockGPGKeysMockRecorder { method Create (line 44) | func (m *MockGPGKeys) Create(ctx context.Context, registryName tfe.Reg... method Delete (line 59) | func (m *MockGPGKeys) Delete(ctx context.Context, keyID tfe.GPGKeyID) ... method ListPrivate (line 73) | func (m *MockGPGKeys) ListPrivate(ctx context.Context, options tfe.GPG... method Read (line 88) | func (m *MockGPGKeys) Read(ctx context.Context, keyID tfe.GPGKeyID) (*... method Update (line 103) | func (m *MockGPGKeys) Update(ctx context.Context, keyID tfe.GPGKeyID, ... type MockGPGKeysMockRecorder (line 27) | type MockGPGKeysMockRecorder struct method Create (line 53) | func (mr *MockGPGKeysMockRecorder) Create(ctx, registryName, options a... method Delete (line 67) | func (mr *MockGPGKeysMockRecorder) Delete(ctx, keyID any) *gomock.Call { method ListPrivate (line 82) | func (mr *MockGPGKeysMockRecorder) ListPrivate(ctx, options any) *gomo... method Read (line 97) | func (mr *MockGPGKeysMockRecorder) Read(ctx, keyID any) *gomock.Call { method Update (line 112) | func (mr *MockGPGKeysMockRecorder) Update(ctx, keyID, options any) *go... function NewMockGPGKeys (line 32) | func NewMockGPGKeys(ctrl *gomock.Controller) *MockGPGKeys { FILE: mocks/ip_ranges_mocks.go type MockIPRanges (line 21) | type MockIPRanges struct method EXPECT (line 39) | func (m *MockIPRanges) EXPECT() *MockIPRangesMockRecorder { method Read (line 44) | func (m *MockIPRanges) Read(ctx context.Context, modifiedSince string)... type MockIPRangesMockRecorder (line 27) | type MockIPRangesMockRecorder struct method Read (line 53) | func (mr *MockIPRangesMockRecorder) Read(ctx, modifiedSince any) *gomo... function NewMockIPRanges (line 32) | func NewMockIPRanges(ctrl *gomock.Controller) *MockIPRanges { FILE: mocks/notification_configuration_mocks.go type MockNotificationConfigurations (line 21) | type MockNotificationConfigurations struct method EXPECT (line 39) | func (m *MockNotificationConfigurations) EXPECT() *MockNotificationCon... method Create (line 44) | func (m *MockNotificationConfigurations) Create(ctx context.Context, s... method Delete (line 59) | func (m *MockNotificationConfigurations) Delete(ctx context.Context, n... method List (line 73) | func (m *MockNotificationConfigurations) List(ctx context.Context, sub... method Read (line 88) | func (m *MockNotificationConfigurations) Read(ctx context.Context, not... method Update (line 103) | func (m *MockNotificationConfigurations) Update(ctx context.Context, n... method Verify (line 118) | func (m *MockNotificationConfigurations) Verify(ctx context.Context, n... type MockNotificationConfigurationsMockRecorder (line 27) | type MockNotificationConfigurationsMockRecorder struct method Create (line 53) | func (mr *MockNotificationConfigurationsMockRecorder) Create(ctx, subs... method Delete (line 67) | func (mr *MockNotificationConfigurationsMockRecorder) Delete(ctx, noti... method List (line 82) | func (mr *MockNotificationConfigurationsMockRecorder) List(ctx, subscr... method Read (line 97) | func (mr *MockNotificationConfigurationsMockRecorder) Read(ctx, notifi... method Update (line 112) | func (mr *MockNotificationConfigurationsMockRecorder) Update(ctx, noti... method Verify (line 127) | func (mr *MockNotificationConfigurationsMockRecorder) Verify(ctx, noti... function NewMockNotificationConfigurations (line 32) | func NewMockNotificationConfigurations(ctrl *gomock.Controller) *MockNot... FILE: mocks/oauth_client_mocks.go type MockOAuthClients (line 21) | type MockOAuthClients struct method EXPECT (line 39) | func (m *MockOAuthClients) EXPECT() *MockOAuthClientsMockRecorder { method AddProjects (line 44) | func (m *MockOAuthClients) AddProjects(ctx context.Context, oAuthClien... method Create (line 58) | func (m *MockOAuthClients) Create(ctx context.Context, organization st... method Delete (line 73) | func (m *MockOAuthClients) Delete(ctx context.Context, oAuthClientID s... method List (line 87) | func (m *MockOAuthClients) List(ctx context.Context, organization stri... method Read (line 102) | func (m *MockOAuthClients) Read(ctx context.Context, oAuthClientID str... method ReadWithOptions (line 117) | func (m *MockOAuthClients) ReadWithOptions(ctx context.Context, oAuthC... method RemoveProjects (line 132) | func (m *MockOAuthClients) RemoveProjects(ctx context.Context, oAuthCl... method Update (line 146) | func (m *MockOAuthClients) Update(ctx context.Context, oAuthClientID s... type MockOAuthClientsMockRecorder (line 27) | type MockOAuthClientsMockRecorder struct method AddProjects (line 52) | func (mr *MockOAuthClientsMockRecorder) AddProjects(ctx, oAuthClientID... method Create (line 67) | func (mr *MockOAuthClientsMockRecorder) Create(ctx, organization, opti... method Delete (line 81) | func (mr *MockOAuthClientsMockRecorder) Delete(ctx, oAuthClientID any)... method List (line 96) | func (mr *MockOAuthClientsMockRecorder) List(ctx, organization, option... method Read (line 111) | func (mr *MockOAuthClientsMockRecorder) Read(ctx, oAuthClientID any) *... method ReadWithOptions (line 126) | func (mr *MockOAuthClientsMockRecorder) ReadWithOptions(ctx, oAuthClie... method RemoveProjects (line 140) | func (mr *MockOAuthClientsMockRecorder) RemoveProjects(ctx, oAuthClien... method Update (line 155) | func (mr *MockOAuthClientsMockRecorder) Update(ctx, oAuthClientID, opt... function NewMockOAuthClients (line 32) | func NewMockOAuthClients(ctrl *gomock.Controller) *MockOAuthClients { FILE: mocks/oauth_token_mocks.go type MockOAuthTokens (line 21) | type MockOAuthTokens struct method EXPECT (line 39) | func (m *MockOAuthTokens) EXPECT() *MockOAuthTokensMockRecorder { method Delete (line 44) | func (m *MockOAuthTokens) Delete(ctx context.Context, oAuthTokenID str... method List (line 58) | func (m *MockOAuthTokens) List(ctx context.Context, organization strin... method Read (line 73) | func (m *MockOAuthTokens) Read(ctx context.Context, oAuthTokenID strin... method Update (line 88) | func (m *MockOAuthTokens) Update(ctx context.Context, oAuthTokenID str... type MockOAuthTokensMockRecorder (line 27) | type MockOAuthTokensMockRecorder struct method Delete (line 52) | func (mr *MockOAuthTokensMockRecorder) Delete(ctx, oAuthTokenID any) *... method List (line 67) | func (mr *MockOAuthTokensMockRecorder) List(ctx, organization, options... method Read (line 82) | func (mr *MockOAuthTokensMockRecorder) Read(ctx, oAuthTokenID any) *go... method Update (line 97) | func (mr *MockOAuthTokensMockRecorder) Update(ctx, oAuthTokenID, optio... function NewMockOAuthTokens (line 32) | func NewMockOAuthTokens(ctrl *gomock.Controller) *MockOAuthTokens { FILE: mocks/organization_membership_mocks.go type MockOrganizationMemberships (line 21) | type MockOrganizationMemberships struct method EXPECT (line 39) | func (m *MockOrganizationMemberships) EXPECT() *MockOrganizationMember... method Create (line 44) | func (m *MockOrganizationMemberships) Create(ctx context.Context, orga... method Delete (line 59) | func (m *MockOrganizationMemberships) Delete(ctx context.Context, orga... method List (line 73) | func (m *MockOrganizationMemberships) List(ctx context.Context, organi... method Read (line 88) | func (m *MockOrganizationMemberships) Read(ctx context.Context, organi... method ReadWithOptions (line 103) | func (m *MockOrganizationMemberships) ReadWithOptions(ctx context.Cont... type MockOrganizationMembershipsMockRecorder (line 27) | type MockOrganizationMembershipsMockRecorder struct method Create (line 53) | func (mr *MockOrganizationMembershipsMockRecorder) Create(ctx, organiz... method Delete (line 67) | func (mr *MockOrganizationMembershipsMockRecorder) Delete(ctx, organiz... method List (line 82) | func (mr *MockOrganizationMembershipsMockRecorder) List(ctx, organizat... method Read (line 97) | func (mr *MockOrganizationMembershipsMockRecorder) Read(ctx, organizat... method ReadWithOptions (line 112) | func (mr *MockOrganizationMembershipsMockRecorder) ReadWithOptions(ctx... function NewMockOrganizationMemberships (line 32) | func NewMockOrganizationMemberships(ctrl *gomock.Controller) *MockOrgani... FILE: mocks/organization_mocks.go type MockOrganizations (line 21) | type MockOrganizations struct method EXPECT (line 39) | func (m *MockOrganizations) EXPECT() *MockOrganizationsMockRecorder { method Create (line 44) | func (m *MockOrganizations) Create(ctx context.Context, options tfe.Or... method Delete (line 59) | func (m *MockOrganizations) Delete(ctx context.Context, organization s... method DeleteDataRetentionPolicy (line 73) | func (m *MockOrganizations) DeleteDataRetentionPolicy(ctx context.Cont... method List (line 87) | func (m *MockOrganizations) List(ctx context.Context, options *tfe.Org... method Read (line 102) | func (m *MockOrganizations) Read(ctx context.Context, organization str... method ReadCapacity (line 117) | func (m *MockOrganizations) ReadCapacity(ctx context.Context, organiza... method ReadDataRetentionPolicy (line 132) | func (m *MockOrganizations) ReadDataRetentionPolicy(ctx context.Contex... method ReadDataRetentionPolicyChoice (line 147) | func (m *MockOrganizations) ReadDataRetentionPolicyChoice(ctx context.... method ReadEntitlements (line 162) | func (m *MockOrganizations) ReadEntitlements(ctx context.Context, orga... method ReadRunQueue (line 177) | func (m *MockOrganizations) ReadRunQueue(ctx context.Context, organiza... method ReadWithOptions (line 192) | func (m *MockOrganizations) ReadWithOptions(ctx context.Context, organ... method SetDataRetentionPolicy (line 207) | func (m *MockOrganizations) SetDataRetentionPolicy(ctx context.Context... method SetDataRetentionPolicyDeleteOlder (line 222) | func (m *MockOrganizations) SetDataRetentionPolicyDeleteOlder(ctx cont... method SetDataRetentionPolicyDontDelete (line 237) | func (m *MockOrganizations) SetDataRetentionPolicyDontDelete(ctx conte... method Update (line 252) | func (m *MockOrganizations) Update(ctx context.Context, organization s... type MockOrganizationsMockRecorder (line 27) | type MockOrganizationsMockRecorder struct method Create (line 53) | func (mr *MockOrganizationsMockRecorder) Create(ctx, options any) *gom... method Delete (line 67) | func (mr *MockOrganizationsMockRecorder) Delete(ctx, organization any)... method DeleteDataRetentionPolicy (line 81) | func (mr *MockOrganizationsMockRecorder) DeleteDataRetentionPolicy(ctx... method List (line 96) | func (mr *MockOrganizationsMockRecorder) List(ctx, options any) *gomoc... method Read (line 111) | func (mr *MockOrganizationsMockRecorder) Read(ctx, organization any) *... method ReadCapacity (line 126) | func (mr *MockOrganizationsMockRecorder) ReadCapacity(ctx, organizatio... method ReadDataRetentionPolicy (line 141) | func (mr *MockOrganizationsMockRecorder) ReadDataRetentionPolicy(ctx, ... method ReadDataRetentionPolicyChoice (line 156) | func (mr *MockOrganizationsMockRecorder) ReadDataRetentionPolicyChoice... method ReadEntitlements (line 171) | func (mr *MockOrganizationsMockRecorder) ReadEntitlements(ctx, organiz... method ReadRunQueue (line 186) | func (mr *MockOrganizationsMockRecorder) ReadRunQueue(ctx, organizatio... method ReadWithOptions (line 201) | func (mr *MockOrganizationsMockRecorder) ReadWithOptions(ctx, organiza... method SetDataRetentionPolicy (line 216) | func (mr *MockOrganizationsMockRecorder) SetDataRetentionPolicy(ctx, o... method SetDataRetentionPolicyDeleteOlder (line 231) | func (mr *MockOrganizationsMockRecorder) SetDataRetentionPolicyDeleteO... method SetDataRetentionPolicyDontDelete (line 246) | func (mr *MockOrganizationsMockRecorder) SetDataRetentionPolicyDontDel... method Update (line 261) | func (mr *MockOrganizationsMockRecorder) Update(ctx, organization, opt... function NewMockOrganizations (line 32) | func NewMockOrganizations(ctrl *gomock.Controller) *MockOrganizations { FILE: mocks/organization_token_mocks.go type MockOrganizationTokens (line 21) | type MockOrganizationTokens struct method EXPECT (line 39) | func (m *MockOrganizationTokens) EXPECT() *MockOrganizationTokensMockR... method Create (line 44) | func (m *MockOrganizationTokens) Create(ctx context.Context, organizat... method CreateWithOptions (line 59) | func (m *MockOrganizationTokens) CreateWithOptions(ctx context.Context... method Delete (line 74) | func (m *MockOrganizationTokens) Delete(ctx context.Context, organizat... method DeleteWithOptions (line 88) | func (m *MockOrganizationTokens) DeleteWithOptions(ctx context.Context... method Read (line 102) | func (m *MockOrganizationTokens) Read(ctx context.Context, organizatio... method ReadWithOptions (line 117) | func (m *MockOrganizationTokens) ReadWithOptions(ctx context.Context, ... type MockOrganizationTokensMockRecorder (line 27) | type MockOrganizationTokensMockRecorder struct method Create (line 53) | func (mr *MockOrganizationTokensMockRecorder) Create(ctx, organization... method CreateWithOptions (line 68) | func (mr *MockOrganizationTokensMockRecorder) CreateWithOptions(ctx, o... method Delete (line 82) | func (mr *MockOrganizationTokensMockRecorder) Delete(ctx, organization... method DeleteWithOptions (line 96) | func (mr *MockOrganizationTokensMockRecorder) DeleteWithOptions(ctx, o... method Read (line 111) | func (mr *MockOrganizationTokensMockRecorder) Read(ctx, organization a... method ReadWithOptions (line 126) | func (mr *MockOrganizationTokensMockRecorder) ReadWithOptions(ctx, org... function NewMockOrganizationTokens (line 32) | func NewMockOrganizationTokens(ctrl *gomock.Controller) *MockOrganizatio... FILE: mocks/plan_export_mocks.go type MockPlanExports (line 21) | type MockPlanExports struct method EXPECT (line 39) | func (m *MockPlanExports) EXPECT() *MockPlanExportsMockRecorder { method Create (line 44) | func (m *MockPlanExports) Create(ctx context.Context, options tfe.Plan... method Delete (line 59) | func (m *MockPlanExports) Delete(ctx context.Context, planExportID str... method Download (line 73) | func (m *MockPlanExports) Download(ctx context.Context, planExportID s... method Read (line 88) | func (m *MockPlanExports) Read(ctx context.Context, planExportID strin... type MockPlanExportsMockRecorder (line 27) | type MockPlanExportsMockRecorder struct method Create (line 53) | func (mr *MockPlanExportsMockRecorder) Create(ctx, options any) *gomoc... method Delete (line 67) | func (mr *MockPlanExportsMockRecorder) Delete(ctx, planExportID any) *... method Download (line 82) | func (mr *MockPlanExportsMockRecorder) Download(ctx, planExportID any)... method Read (line 97) | func (mr *MockPlanExportsMockRecorder) Read(ctx, planExportID any) *go... function NewMockPlanExports (line 32) | func NewMockPlanExports(ctrl *gomock.Controller) *MockPlanExports { FILE: mocks/plan_mocks.go type MockPlans (line 22) | type MockPlans struct method EXPECT (line 40) | func (m *MockPlans) EXPECT() *MockPlansMockRecorder { method Logs (line 45) | func (m *MockPlans) Logs(ctx context.Context, planID string) (io.Reade... method Read (line 60) | func (m *MockPlans) Read(ctx context.Context, planID string) (*tfe.Pla... method ReadJSONOutput (line 75) | func (m *MockPlans) ReadJSONOutput(ctx context.Context, planID string)... type MockPlansMockRecorder (line 28) | type MockPlansMockRecorder struct method Logs (line 54) | func (mr *MockPlansMockRecorder) Logs(ctx, planID any) *gomock.Call { method Read (line 69) | func (mr *MockPlansMockRecorder) Read(ctx, planID any) *gomock.Call { method ReadJSONOutput (line 84) | func (mr *MockPlansMockRecorder) ReadJSONOutput(ctx, planID any) *gomo... function NewMockPlans (line 33) | func NewMockPlans(ctrl *gomock.Controller) *MockPlans { FILE: mocks/policy_check_mocks.go type MockPolicyChecks (line 22) | type MockPolicyChecks struct method EXPECT (line 40) | func (m *MockPolicyChecks) EXPECT() *MockPolicyChecksMockRecorder { method List (line 45) | func (m *MockPolicyChecks) List(ctx context.Context, runID string, opt... method Logs (line 60) | func (m *MockPolicyChecks) Logs(ctx context.Context, policyCheckID str... method Override (line 75) | func (m *MockPolicyChecks) Override(ctx context.Context, policyCheckID... method Read (line 90) | func (m *MockPolicyChecks) Read(ctx context.Context, policyCheckID str... type MockPolicyChecksMockRecorder (line 28) | type MockPolicyChecksMockRecorder struct method List (line 54) | func (mr *MockPolicyChecksMockRecorder) List(ctx, runID, options any) ... method Logs (line 69) | func (mr *MockPolicyChecksMockRecorder) Logs(ctx, policyCheckID any) *... method Override (line 84) | func (mr *MockPolicyChecksMockRecorder) Override(ctx, policyCheckID an... method Read (line 99) | func (mr *MockPolicyChecksMockRecorder) Read(ctx, policyCheckID any) *... function NewMockPolicyChecks (line 33) | func NewMockPolicyChecks(ctrl *gomock.Controller) *MockPolicyChecks { FILE: mocks/policy_evaluation.go type MockPolicyEvaluations (line 21) | type MockPolicyEvaluations struct method EXPECT (line 39) | func (m *MockPolicyEvaluations) EXPECT() *MockPolicyEvaluationsMockRec... method List (line 44) | func (m *MockPolicyEvaluations) List(ctx context.Context, taskStageID ... type MockPolicyEvaluationsMockRecorder (line 27) | type MockPolicyEvaluationsMockRecorder struct method List (line 53) | func (mr *MockPolicyEvaluationsMockRecorder) List(ctx, taskStageID, op... function NewMockPolicyEvaluations (line 32) | func NewMockPolicyEvaluations(ctrl *gomock.Controller) *MockPolicyEvalua... type MockPolicySetOutcomes (line 59) | type MockPolicySetOutcomes struct method EXPECT (line 77) | func (m *MockPolicySetOutcomes) EXPECT() *MockPolicySetOutcomesMockRec... method List (line 82) | func (m *MockPolicySetOutcomes) List(ctx context.Context, policyEvalua... method Read (line 97) | func (m *MockPolicySetOutcomes) Read(ctx context.Context, policySetOut... type MockPolicySetOutcomesMockRecorder (line 65) | type MockPolicySetOutcomesMockRecorder struct method List (line 91) | func (mr *MockPolicySetOutcomesMockRecorder) List(ctx, policyEvaluatio... method Read (line 106) | func (mr *MockPolicySetOutcomesMockRecorder) Read(ctx, policySetOutcom... function NewMockPolicySetOutcomes (line 70) | func NewMockPolicySetOutcomes(ctrl *gomock.Controller) *MockPolicySetOut... FILE: mocks/policy_mocks.go type MockPolicies (line 21) | type MockPolicies struct method EXPECT (line 39) | func (m *MockPolicies) EXPECT() *MockPoliciesMockRecorder { method Create (line 44) | func (m *MockPolicies) Create(ctx context.Context, organization string... method Delete (line 59) | func (m *MockPolicies) Delete(ctx context.Context, policyID string) er... method Download (line 73) | func (m *MockPolicies) Download(ctx context.Context, policyID string) ... method List (line 88) | func (m *MockPolicies) List(ctx context.Context, organization string, ... method Read (line 103) | func (m *MockPolicies) Read(ctx context.Context, policyID string) (*tf... method Update (line 118) | func (m *MockPolicies) Update(ctx context.Context, policyID string, op... method Upload (line 133) | func (m *MockPolicies) Upload(ctx context.Context, policyID string, co... type MockPoliciesMockRecorder (line 27) | type MockPoliciesMockRecorder struct method Create (line 53) | func (mr *MockPoliciesMockRecorder) Create(ctx, organization, options ... method Delete (line 67) | func (mr *MockPoliciesMockRecorder) Delete(ctx, policyID any) *gomock.... method Download (line 82) | func (mr *MockPoliciesMockRecorder) Download(ctx, policyID any) *gomoc... method List (line 97) | func (mr *MockPoliciesMockRecorder) List(ctx, organization, options an... method Read (line 112) | func (mr *MockPoliciesMockRecorder) Read(ctx, policyID any) *gomock.Ca... method Update (line 127) | func (mr *MockPoliciesMockRecorder) Update(ctx, policyID, options any)... method Upload (line 141) | func (mr *MockPoliciesMockRecorder) Upload(ctx, policyID, content any)... function NewMockPolicies (line 32) | func NewMockPolicies(ctrl *gomock.Controller) *MockPolicies { FILE: mocks/policy_set_mocks.go type MockPolicySets (line 21) | type MockPolicySets struct method EXPECT (line 39) | func (m *MockPolicySets) EXPECT() *MockPolicySetsMockRecorder { method AddPolicies (line 44) | func (m *MockPolicySets) AddPolicies(ctx context.Context, policySetID ... method AddProjectExclusions (line 58) | func (m *MockPolicySets) AddProjectExclusions(ctx context.Context, pol... method AddProjects (line 72) | func (m *MockPolicySets) AddProjects(ctx context.Context, policySetID ... method AddWorkspaceExclusions (line 86) | func (m *MockPolicySets) AddWorkspaceExclusions(ctx context.Context, p... method AddWorkspaces (line 100) | func (m *MockPolicySets) AddWorkspaces(ctx context.Context, policySetI... method Create (line 114) | func (m *MockPolicySets) Create(ctx context.Context, organization stri... method Delete (line 129) | func (m *MockPolicySets) Delete(ctx context.Context, policyID string) ... method List (line 143) | func (m *MockPolicySets) List(ctx context.Context, organization string... method Read (line 158) | func (m *MockPolicySets) Read(ctx context.Context, policySetID string)... method ReadWithOptions (line 173) | func (m *MockPolicySets) ReadWithOptions(ctx context.Context, policySe... method RemovePolicies (line 188) | func (m *MockPolicySets) RemovePolicies(ctx context.Context, policySet... method RemoveProjectExclusions (line 202) | func (m *MockPolicySets) RemoveProjectExclusions(ctx context.Context, ... method RemoveProjects (line 216) | func (m *MockPolicySets) RemoveProjects(ctx context.Context, policySet... method RemoveWorkspaceExclusions (line 230) | func (m *MockPolicySets) RemoveWorkspaceExclusions(ctx context.Context... method RemoveWorkspaces (line 244) | func (m *MockPolicySets) RemoveWorkspaces(ctx context.Context, policyS... method Update (line 258) | func (m *MockPolicySets) Update(ctx context.Context, policySetID strin... type MockPolicySetsMockRecorder (line 27) | type MockPolicySetsMockRecorder struct method AddPolicies (line 52) | func (mr *MockPolicySetsMockRecorder) AddPolicies(ctx, policySetID, op... method AddProjectExclusions (line 66) | func (mr *MockPolicySetsMockRecorder) AddProjectExclusions(ctx, policy... method AddProjects (line 80) | func (mr *MockPolicySetsMockRecorder) AddProjects(ctx, policySetID, op... method AddWorkspaceExclusions (line 94) | func (mr *MockPolicySetsMockRecorder) AddWorkspaceExclusions(ctx, poli... method AddWorkspaces (line 108) | func (mr *MockPolicySetsMockRecorder) AddWorkspaces(ctx, policySetID, ... method Create (line 123) | func (mr *MockPolicySetsMockRecorder) Create(ctx, organization, option... method Delete (line 137) | func (mr *MockPolicySetsMockRecorder) Delete(ctx, policyID any) *gomoc... method List (line 152) | func (mr *MockPolicySetsMockRecorder) List(ctx, organization, options ... method Read (line 167) | func (mr *MockPolicySetsMockRecorder) Read(ctx, policySetID any) *gomo... method ReadWithOptions (line 182) | func (mr *MockPolicySetsMockRecorder) ReadWithOptions(ctx, policySetID... method RemovePolicies (line 196) | func (mr *MockPolicySetsMockRecorder) RemovePolicies(ctx, policySetID,... method RemoveProjectExclusions (line 210) | func (mr *MockPolicySetsMockRecorder) RemoveProjectExclusions(ctx, pol... method RemoveProjects (line 224) | func (mr *MockPolicySetsMockRecorder) RemoveProjects(ctx, policySetID,... method RemoveWorkspaceExclusions (line 238) | func (mr *MockPolicySetsMockRecorder) RemoveWorkspaceExclusions(ctx, p... method RemoveWorkspaces (line 252) | func (mr *MockPolicySetsMockRecorder) RemoveWorkspaces(ctx, policySetI... method Update (line 267) | func (mr *MockPolicySetsMockRecorder) Update(ctx, policySetID, options... function NewMockPolicySets (line 32) | func NewMockPolicySets(ctrl *gomock.Controller) *MockPolicySets { FILE: mocks/policy_set_parameter_mocks.go type MockPolicySetParameters (line 21) | type MockPolicySetParameters struct method EXPECT (line 39) | func (m *MockPolicySetParameters) EXPECT() *MockPolicySetParametersMoc... method Create (line 44) | func (m *MockPolicySetParameters) Create(ctx context.Context, policySe... method Delete (line 59) | func (m *MockPolicySetParameters) Delete(ctx context.Context, policySe... method List (line 73) | func (m *MockPolicySetParameters) List(ctx context.Context, policySetI... method Read (line 88) | func (m *MockPolicySetParameters) Read(ctx context.Context, policySetI... method Update (line 103) | func (m *MockPolicySetParameters) Update(ctx context.Context, policySe... type MockPolicySetParametersMockRecorder (line 27) | type MockPolicySetParametersMockRecorder struct method Create (line 53) | func (mr *MockPolicySetParametersMockRecorder) Create(ctx, policySetID... method Delete (line 67) | func (mr *MockPolicySetParametersMockRecorder) Delete(ctx, policySetID... method List (line 82) | func (mr *MockPolicySetParametersMockRecorder) List(ctx, policySetID, ... method Read (line 97) | func (mr *MockPolicySetParametersMockRecorder) Read(ctx, policySetID, ... method Update (line 112) | func (mr *MockPolicySetParametersMockRecorder) Update(ctx, policySetID... function NewMockPolicySetParameters (line 32) | func NewMockPolicySetParameters(ctrl *gomock.Controller) *MockPolicySetP... FILE: mocks/policy_set_version_mocks.go type MockPolicySetVersions (line 21) | type MockPolicySetVersions struct method EXPECT (line 39) | func (m *MockPolicySetVersions) EXPECT() *MockPolicySetVersionsMockRec... method Create (line 44) | func (m *MockPolicySetVersions) Create(ctx context.Context, policySetI... method Read (line 59) | func (m *MockPolicySetVersions) Read(ctx context.Context, policySetVer... method Upload (line 74) | func (m *MockPolicySetVersions) Upload(ctx context.Context, psv tfe.Po... type MockPolicySetVersionsMockRecorder (line 27) | type MockPolicySetVersionsMockRecorder struct method Create (line 53) | func (mr *MockPolicySetVersionsMockRecorder) Create(ctx, policySetID a... method Read (line 68) | func (mr *MockPolicySetVersionsMockRecorder) Read(ctx, policySetVersio... method Upload (line 82) | func (mr *MockPolicySetVersionsMockRecorder) Upload(ctx, psv, path any... function NewMockPolicySetVersions (line 32) | func NewMockPolicySetVersions(ctrl *gomock.Controller) *MockPolicySetVer... FILE: mocks/project_mocks.go type MockProjects (line 21) | type MockProjects struct method EXPECT (line 39) | func (m *MockProjects) EXPECT() *MockProjectsMockRecorder { method AddTagBindings (line 44) | func (m *MockProjects) AddTagBindings(ctx context.Context, projectID s... method Create (line 59) | func (m *MockProjects) Create(ctx context.Context, organization string... method Delete (line 74) | func (m *MockProjects) Delete(ctx context.Context, projectID string) e... method DeleteAllTagBindings (line 88) | func (m *MockProjects) DeleteAllTagBindings(ctx context.Context, proje... method List (line 102) | func (m *MockProjects) List(ctx context.Context, organization string, ... method ListEffectiveTagBindings (line 117) | func (m *MockProjects) ListEffectiveTagBindings(ctx context.Context, w... method ListTagBindings (line 132) | func (m *MockProjects) ListTagBindings(ctx context.Context, projectID ... method Read (line 147) | func (m *MockProjects) Read(ctx context.Context, projectID string) (*t... method ReadWithOptions (line 162) | func (m *MockProjects) ReadWithOptions(ctx context.Context, projectID ... method Update (line 177) | func (m *MockProjects) Update(ctx context.Context, projectID string, o... type MockProjectsMockRecorder (line 27) | type MockProjectsMockRecorder struct method AddTagBindings (line 53) | func (mr *MockProjectsMockRecorder) AddTagBindings(ctx, projectID, opt... method Create (line 68) | func (mr *MockProjectsMockRecorder) Create(ctx, organization, options ... method Delete (line 82) | func (mr *MockProjectsMockRecorder) Delete(ctx, projectID any) *gomock... method DeleteAllTagBindings (line 96) | func (mr *MockProjectsMockRecorder) DeleteAllTagBindings(ctx, projectI... method List (line 111) | func (mr *MockProjectsMockRecorder) List(ctx, organization, options an... method ListEffectiveTagBindings (line 126) | func (mr *MockProjectsMockRecorder) ListEffectiveTagBindings(ctx, work... method ListTagBindings (line 141) | func (mr *MockProjectsMockRecorder) ListTagBindings(ctx, projectID any... method Read (line 156) | func (mr *MockProjectsMockRecorder) Read(ctx, projectID any) *gomock.C... method ReadWithOptions (line 171) | func (mr *MockProjectsMockRecorder) ReadWithOptions(ctx, projectID, op... method Update (line 186) | func (mr *MockProjectsMockRecorder) Update(ctx, projectID, options any... function NewMockProjects (line 32) | func NewMockProjects(ctrl *gomock.Controller) *MockProjects { FILE: mocks/query_runs_mocks.go type MockQueryRuns (line 22) | type MockQueryRuns struct method EXPECT (line 40) | func (m *MockQueryRuns) EXPECT() *MockQueryRunsMockRecorder { method Cancel (line 45) | func (m *MockQueryRuns) Cancel(ctx context.Context, runID string) error { method Create (line 59) | func (m *MockQueryRuns) Create(ctx context.Context, options tfe.QueryR... method ForceCancel (line 74) | func (m *MockQueryRuns) ForceCancel(ctx context.Context, runID string)... method List (line 88) | func (m *MockQueryRuns) List(ctx context.Context, workspaceID string, ... method Logs (line 103) | func (m *MockQueryRuns) Logs(ctx context.Context, queryRunID string) (... method Read (line 118) | func (m *MockQueryRuns) Read(ctx context.Context, queryRunID string) (... method ReadWithOptions (line 133) | func (m *MockQueryRuns) ReadWithOptions(ctx context.Context, queryRunI... type MockQueryRunsMockRecorder (line 28) | type MockQueryRunsMockRecorder struct method Cancel (line 53) | func (mr *MockQueryRunsMockRecorder) Cancel(ctx, runID any) *gomock.Ca... method Create (line 68) | func (mr *MockQueryRunsMockRecorder) Create(ctx, options any) *gomock.... method ForceCancel (line 82) | func (mr *MockQueryRunsMockRecorder) ForceCancel(ctx, runID any) *gomo... method List (line 97) | func (mr *MockQueryRunsMockRecorder) List(ctx, workspaceID, options an... method Logs (line 112) | func (mr *MockQueryRunsMockRecorder) Logs(ctx, queryRunID any) *gomock... method Read (line 127) | func (mr *MockQueryRunsMockRecorder) Read(ctx, queryRunID any) *gomock... method ReadWithOptions (line 142) | func (mr *MockQueryRunsMockRecorder) ReadWithOptions(ctx, queryRunID, ... function NewMockQueryRuns (line 33) | func NewMockQueryRuns(ctrl *gomock.Controller) *MockQueryRuns { FILE: mocks/registry_module_mocks.go type MockRegistryModules (line 22) | type MockRegistryModules struct method EXPECT (line 40) | func (m *MockRegistryModules) EXPECT() *MockRegistryModulesMockRecorder { method Create (line 45) | func (m *MockRegistryModules) Create(ctx context.Context, organization... method CreateVersion (line 60) | func (m *MockRegistryModules) CreateVersion(ctx context.Context, modul... method CreateWithVCSConnection (line 75) | func (m *MockRegistryModules) CreateWithVCSConnection(ctx context.Cont... method Delete (line 90) | func (m *MockRegistryModules) Delete(ctx context.Context, organization... method DeleteByName (line 104) | func (m *MockRegistryModules) DeleteByName(ctx context.Context, module... method DeleteProvider (line 118) | func (m *MockRegistryModules) DeleteProvider(ctx context.Context, modu... method DeleteVersion (line 132) | func (m *MockRegistryModules) DeleteVersion(ctx context.Context, modul... method List (line 146) | func (m *MockRegistryModules) List(ctx context.Context, organization s... method ListCommits (line 161) | func (m *MockRegistryModules) ListCommits(ctx context.Context, moduleI... method Read (line 176) | func (m *MockRegistryModules) Read(ctx context.Context, moduleID tfe.R... method ReadTerraformRegistryModule (line 191) | func (m *MockRegistryModules) ReadTerraformRegistryModule(ctx context.... method ReadVersion (line 206) | func (m *MockRegistryModules) ReadVersion(ctx context.Context, moduleI... method Update (line 221) | func (m *MockRegistryModules) Update(ctx context.Context, moduleID tfe... method Upload (line 236) | func (m *MockRegistryModules) Upload(ctx context.Context, rmv tfe.Regi... method UploadTarGzip (line 250) | func (m *MockRegistryModules) UploadTarGzip(ctx context.Context, url s... type MockRegistryModulesMockRecorder (line 28) | type MockRegistryModulesMockRecorder struct method Create (line 54) | func (mr *MockRegistryModulesMockRecorder) Create(ctx, organization, o... method CreateVersion (line 69) | func (mr *MockRegistryModulesMockRecorder) CreateVersion(ctx, moduleID... method CreateWithVCSConnection (line 84) | func (mr *MockRegistryModulesMockRecorder) CreateWithVCSConnection(ctx... method Delete (line 98) | func (mr *MockRegistryModulesMockRecorder) Delete(ctx, organization, n... method DeleteByName (line 112) | func (mr *MockRegistryModulesMockRecorder) DeleteByName(ctx, module an... method DeleteProvider (line 126) | func (mr *MockRegistryModulesMockRecorder) DeleteProvider(ctx, moduleI... method DeleteVersion (line 140) | func (mr *MockRegistryModulesMockRecorder) DeleteVersion(ctx, moduleID... method List (line 155) | func (mr *MockRegistryModulesMockRecorder) List(ctx, organization, opt... method ListCommits (line 170) | func (mr *MockRegistryModulesMockRecorder) ListCommits(ctx, moduleID a... method Read (line 185) | func (mr *MockRegistryModulesMockRecorder) Read(ctx, moduleID any) *go... method ReadTerraformRegistryModule (line 200) | func (mr *MockRegistryModulesMockRecorder) ReadTerraformRegistryModule... method ReadVersion (line 215) | func (mr *MockRegistryModulesMockRecorder) ReadVersion(ctx, moduleID, ... method Update (line 230) | func (mr *MockRegistryModulesMockRecorder) Update(ctx, moduleID, optio... method Upload (line 244) | func (mr *MockRegistryModulesMockRecorder) Upload(ctx, rmv, path any) ... method UploadTarGzip (line 258) | func (mr *MockRegistryModulesMockRecorder) UploadTarGzip(ctx, url, r a... function NewMockRegistryModules (line 33) | func NewMockRegistryModules(ctrl *gomock.Controller) *MockRegistryModules { FILE: mocks/registry_no_code_module_mocks.go type MockRegistryNoCodeModules (line 21) | type MockRegistryNoCodeModules struct method EXPECT (line 39) | func (m *MockRegistryNoCodeModules) EXPECT() *MockRegistryNoCodeModule... method Create (line 44) | func (m *MockRegistryNoCodeModules) Create(ctx context.Context, organi... method CreateWorkspace (line 59) | func (m *MockRegistryNoCodeModules) CreateWorkspace(ctx context.Contex... method Delete (line 74) | func (m *MockRegistryNoCodeModules) Delete(ctx context.Context, ID str... method Read (line 88) | func (m *MockRegistryNoCodeModules) Read(ctx context.Context, noCodeMo... method ReadVariables (line 103) | func (m *MockRegistryNoCodeModules) ReadVariables(ctx context.Context,... method Update (line 118) | func (m *MockRegistryNoCodeModules) Update(ctx context.Context, noCode... method UpgradeWorkspace (line 133) | func (m *MockRegistryNoCodeModules) UpgradeWorkspace(ctx context.Conte... type MockRegistryNoCodeModulesMockRecorder (line 27) | type MockRegistryNoCodeModulesMockRecorder struct method Create (line 53) | func (mr *MockRegistryNoCodeModulesMockRecorder) Create(ctx, organizat... method CreateWorkspace (line 68) | func (mr *MockRegistryNoCodeModulesMockRecorder) CreateWorkspace(ctx, ... method Delete (line 82) | func (mr *MockRegistryNoCodeModulesMockRecorder) Delete(ctx, ID any) *... method Read (line 97) | func (mr *MockRegistryNoCodeModulesMockRecorder) Read(ctx, noCodeModul... method ReadVariables (line 112) | func (mr *MockRegistryNoCodeModulesMockRecorder) ReadVariables(ctx, no... method Update (line 127) | func (mr *MockRegistryNoCodeModulesMockRecorder) Update(ctx, noCodeMod... method UpgradeWorkspace (line 142) | func (mr *MockRegistryNoCodeModulesMockRecorder) UpgradeWorkspace(ctx,... function NewMockRegistryNoCodeModules (line 32) | func NewMockRegistryNoCodeModules(ctrl *gomock.Controller) *MockRegistry... FILE: mocks/registry_provider_mocks.go type MockRegistryProviders (line 21) | type MockRegistryProviders struct method EXPECT (line 39) | func (m *MockRegistryProviders) EXPECT() *MockRegistryProvidersMockRec... method Create (line 44) | func (m *MockRegistryProviders) Create(ctx context.Context, organizati... method Delete (line 59) | func (m *MockRegistryProviders) Delete(ctx context.Context, providerID... method List (line 73) | func (m *MockRegistryProviders) List(ctx context.Context, organization... method Read (line 88) | func (m *MockRegistryProviders) Read(ctx context.Context, providerID t... type MockRegistryProvidersMockRecorder (line 27) | type MockRegistryProvidersMockRecorder struct method Create (line 53) | func (mr *MockRegistryProvidersMockRecorder) Create(ctx, organization,... method Delete (line 67) | func (mr *MockRegistryProvidersMockRecorder) Delete(ctx, providerID an... method List (line 82) | func (mr *MockRegistryProvidersMockRecorder) List(ctx, organization, o... method Read (line 97) | func (mr *MockRegistryProvidersMockRecorder) Read(ctx, providerID, opt... function NewMockRegistryProviders (line 32) | func NewMockRegistryProviders(ctrl *gomock.Controller) *MockRegistryProv... FILE: mocks/registry_provider_platform_mocks.go type MockRegistryProviderPlatforms (line 21) | type MockRegistryProviderPlatforms struct method EXPECT (line 39) | func (m *MockRegistryProviderPlatforms) EXPECT() *MockRegistryProvider... method Create (line 44) | func (m *MockRegistryProviderPlatforms) Create(ctx context.Context, ve... method Delete (line 59) | func (m *MockRegistryProviderPlatforms) Delete(ctx context.Context, pl... method List (line 73) | func (m *MockRegistryProviderPlatforms) List(ctx context.Context, vers... method Read (line 88) | func (m *MockRegistryProviderPlatforms) Read(ctx context.Context, plat... type MockRegistryProviderPlatformsMockRecorder (line 27) | type MockRegistryProviderPlatformsMockRecorder struct method Create (line 53) | func (mr *MockRegistryProviderPlatformsMockRecorder) Create(ctx, versi... method Delete (line 67) | func (mr *MockRegistryProviderPlatformsMockRecorder) Delete(ctx, platf... method List (line 82) | func (mr *MockRegistryProviderPlatformsMockRecorder) List(ctx, version... method Read (line 97) | func (mr *MockRegistryProviderPlatformsMockRecorder) Read(ctx, platfor... function NewMockRegistryProviderPlatforms (line 32) | func NewMockRegistryProviderPlatforms(ctrl *gomock.Controller) *MockRegi... FILE: mocks/registry_provider_version_mocks.go type MockRegistryProviderVersions (line 21) | type MockRegistryProviderVersions struct method EXPECT (line 39) | func (m *MockRegistryProviderVersions) EXPECT() *MockRegistryProviderV... method Create (line 44) | func (m *MockRegistryProviderVersions) Create(ctx context.Context, pro... method Delete (line 59) | func (m *MockRegistryProviderVersions) Delete(ctx context.Context, ver... method List (line 73) | func (m *MockRegistryProviderVersions) List(ctx context.Context, provi... method Read (line 88) | func (m *MockRegistryProviderVersions) Read(ctx context.Context, versi... type MockRegistryProviderVersionsMockRecorder (line 27) | type MockRegistryProviderVersionsMockRecorder struct method Create (line 53) | func (mr *MockRegistryProviderVersionsMockRecorder) Create(ctx, provid... method Delete (line 67) | func (mr *MockRegistryProviderVersionsMockRecorder) Delete(ctx, versio... method List (line 82) | func (mr *MockRegistryProviderVersionsMockRecorder) List(ctx, provider... method Read (line 97) | func (mr *MockRegistryProviderVersionsMockRecorder) Read(ctx, versionI... function NewMockRegistryProviderVersions (line 32) | func NewMockRegistryProviderVersions(ctrl *gomock.Controller) *MockRegis... FILE: mocks/run_events_mocks.go type MockRunEvents (line 21) | type MockRunEvents struct method EXPECT (line 39) | func (m *MockRunEvents) EXPECT() *MockRunEventsMockRecorder { method List (line 44) | func (m *MockRunEvents) List(ctx context.Context, runID string, option... method Read (line 59) | func (m *MockRunEvents) Read(ctx context.Context, runEventID string) (... method ReadWithOptions (line 74) | func (m *MockRunEvents) ReadWithOptions(ctx context.Context, runEventI... type MockRunEventsMockRecorder (line 27) | type MockRunEventsMockRecorder struct method List (line 53) | func (mr *MockRunEventsMockRecorder) List(ctx, runID, options any) *go... method Read (line 68) | func (mr *MockRunEventsMockRecorder) Read(ctx, runEventID any) *gomock... method ReadWithOptions (line 83) | func (mr *MockRunEventsMockRecorder) ReadWithOptions(ctx, runEventID, ... function NewMockRunEvents (line 32) | func NewMockRunEvents(ctrl *gomock.Controller) *MockRunEvents { FILE: mocks/run_mocks.go type MockRuns (line 21) | type MockRuns struct method EXPECT (line 39) | func (m *MockRuns) EXPECT() *MockRunsMockRecorder { method Apply (line 44) | func (m *MockRuns) Apply(ctx context.Context, runID string, options tf... method Cancel (line 58) | func (m *MockRuns) Cancel(ctx context.Context, runID string, options t... method Create (line 72) | func (m *MockRuns) Create(ctx context.Context, options tfe.RunCreateOp... method Discard (line 87) | func (m *MockRuns) Discard(ctx context.Context, runID string, options ... method ForceCancel (line 101) | func (m *MockRuns) ForceCancel(ctx context.Context, runID string, opti... method ForceExecute (line 115) | func (m *MockRuns) ForceExecute(ctx context.Context, runID string) err... method List (line 129) | func (m *MockRuns) List(ctx context.Context, workspaceID string, optio... method ListForOrganization (line 144) | func (m *MockRuns) ListForOrganization(ctx context.Context, organizati... method Read (line 159) | func (m *MockRuns) Read(ctx context.Context, runID string) (*tfe.Run, ... method ReadWithOptions (line 174) | func (m *MockRuns) ReadWithOptions(ctx context.Context, runID string, ... type MockRunsMockRecorder (line 27) | type MockRunsMockRecorder struct method Apply (line 52) | func (mr *MockRunsMockRecorder) Apply(ctx, runID, options any) *gomock... method Cancel (line 66) | func (mr *MockRunsMockRecorder) Cancel(ctx, runID, options any) *gomoc... method Create (line 81) | func (mr *MockRunsMockRecorder) Create(ctx, options any) *gomock.Call { method Discard (line 95) | func (mr *MockRunsMockRecorder) Discard(ctx, runID, options any) *gomo... method ForceCancel (line 109) | func (mr *MockRunsMockRecorder) ForceCancel(ctx, runID, options any) *... method ForceExecute (line 123) | func (mr *MockRunsMockRecorder) ForceExecute(ctx, runID any) *gomock.C... method List (line 138) | func (mr *MockRunsMockRecorder) List(ctx, workspaceID, options any) *g... method ListForOrganization (line 153) | func (mr *MockRunsMockRecorder) ListForOrganization(ctx, organization,... method Read (line 168) | func (mr *MockRunsMockRecorder) Read(ctx, runID any) *gomock.Call { method ReadWithOptions (line 183) | func (mr *MockRunsMockRecorder) ReadWithOptions(ctx, runID, options an... function NewMockRuns (line 32) | func NewMockRuns(ctrl *gomock.Controller) *MockRuns { FILE: mocks/run_tasks_mocks.go type MockRunTasks (line 21) | type MockRunTasks struct method EXPECT (line 39) | func (m *MockRunTasks) EXPECT() *MockRunTasksMockRecorder { method AttachToWorkspace (line 44) | func (m *MockRunTasks) AttachToWorkspace(ctx context.Context, workspac... method Create (line 59) | func (m *MockRunTasks) Create(ctx context.Context, organization string... method Delete (line 74) | func (m *MockRunTasks) Delete(ctx context.Context, runTaskID string) e... method List (line 88) | func (m *MockRunTasks) List(ctx context.Context, organization string, ... method Read (line 103) | func (m *MockRunTasks) Read(ctx context.Context, runTaskID string) (*t... method ReadWithOptions (line 118) | func (m *MockRunTasks) ReadWithOptions(ctx context.Context, runTaskID ... method Update (line 133) | func (m *MockRunTasks) Update(ctx context.Context, runTaskID string, o... type MockRunTasksMockRecorder (line 27) | type MockRunTasksMockRecorder struct method AttachToWorkspace (line 53) | func (mr *MockRunTasksMockRecorder) AttachToWorkspace(ctx, workspaceID... method Create (line 68) | func (mr *MockRunTasksMockRecorder) Create(ctx, organization, options ... method Delete (line 82) | func (mr *MockRunTasksMockRecorder) Delete(ctx, runTaskID any) *gomock... method List (line 97) | func (mr *MockRunTasksMockRecorder) List(ctx, organization, options an... method Read (line 112) | func (mr *MockRunTasksMockRecorder) Read(ctx, runTaskID any) *gomock.C... method ReadWithOptions (line 127) | func (mr *MockRunTasksMockRecorder) ReadWithOptions(ctx, runTaskID, op... method Update (line 142) | func (mr *MockRunTasksMockRecorder) Update(ctx, runTaskID, options any... function NewMockRunTasks (line 32) | func NewMockRunTasks(ctrl *gomock.Controller) *MockRunTasks { FILE: mocks/run_trigger_mocks.go type MockRunTriggers (line 21) | type MockRunTriggers struct method EXPECT (line 39) | func (m *MockRunTriggers) EXPECT() *MockRunTriggersMockRecorder { method Create (line 44) | func (m *MockRunTriggers) Create(ctx context.Context, workspaceID stri... method Delete (line 59) | func (m *MockRunTriggers) Delete(ctx context.Context, RunTriggerID str... method List (line 73) | func (m *MockRunTriggers) List(ctx context.Context, workspaceID string... method Read (line 88) | func (m *MockRunTriggers) Read(ctx context.Context, RunTriggerID strin... method ReadWithOptions (line 103) | func (m *MockRunTriggers) ReadWithOptions(ctx context.Context, runID s... type MockRunTriggersMockRecorder (line 27) | type MockRunTriggersMockRecorder struct method Create (line 53) | func (mr *MockRunTriggersMockRecorder) Create(ctx, workspaceID, option... method Delete (line 67) | func (mr *MockRunTriggersMockRecorder) Delete(ctx, RunTriggerID any) *... method List (line 82) | func (mr *MockRunTriggersMockRecorder) List(ctx, workspaceID, options ... method Read (line 97) | func (mr *MockRunTriggersMockRecorder) Read(ctx, RunTriggerID any) *go... method ReadWithOptions (line 112) | func (mr *MockRunTriggersMockRecorder) ReadWithOptions(ctx, runID, opt... function NewMockRunTriggers (line 32) | func NewMockRunTriggers(ctrl *gomock.Controller) *MockRunTriggers { FILE: mocks/ssh_key_mocks.go type MockSSHKeys (line 21) | type MockSSHKeys struct method EXPECT (line 39) | func (m *MockSSHKeys) EXPECT() *MockSSHKeysMockRecorder { method Create (line 44) | func (m *MockSSHKeys) Create(ctx context.Context, organization string,... method Delete (line 59) | func (m *MockSSHKeys) Delete(ctx context.Context, sshKeyID string) err... method List (line 73) | func (m *MockSSHKeys) List(ctx context.Context, organization string, o... method Read (line 88) | func (m *MockSSHKeys) Read(ctx context.Context, sshKeyID string) (*tfe... method Update (line 103) | func (m *MockSSHKeys) Update(ctx context.Context, sshKeyID string, opt... type MockSSHKeysMockRecorder (line 27) | type MockSSHKeysMockRecorder struct method Create (line 53) | func (mr *MockSSHKeysMockRecorder) Create(ctx, organization, options a... method Delete (line 67) | func (mr *MockSSHKeysMockRecorder) Delete(ctx, sshKeyID any) *gomock.C... method List (line 82) | func (mr *MockSSHKeysMockRecorder) List(ctx, organization, options any... method Read (line 97) | func (mr *MockSSHKeysMockRecorder) Read(ctx, sshKeyID any) *gomock.Call { method Update (line 112) | func (mr *MockSSHKeysMockRecorder) Update(ctx, sshKeyID, options any) ... function NewMockSSHKeys (line 32) | func NewMockSSHKeys(ctrl *gomock.Controller) *MockSSHKeys { FILE: mocks/state_version_mocks.go type MockStateVersions (line 21) | type MockStateVersions struct method EXPECT (line 39) | func (m *MockStateVersions) EXPECT() *MockStateVersionsMockRecorder { method Create (line 44) | func (m *MockStateVersions) Create(ctx context.Context, workspaceID st... method Download (line 59) | func (m *MockStateVersions) Download(ctx context.Context, url string) ... method List (line 74) | func (m *MockStateVersions) List(ctx context.Context, options *tfe.Sta... method ListOutputs (line 89) | func (m *MockStateVersions) ListOutputs(ctx context.Context, svID stri... method PermanentlyDeleteBackingData (line 104) | func (m *MockStateVersions) PermanentlyDeleteBackingData(ctx context.C... method Read (line 118) | func (m *MockStateVersions) Read(ctx context.Context, svID string) (*t... method ReadCurrent (line 133) | func (m *MockStateVersions) ReadCurrent(ctx context.Context, workspace... method ReadCurrentWithOptions (line 148) | func (m *MockStateVersions) ReadCurrentWithOptions(ctx context.Context... method ReadWithOptions (line 163) | func (m *MockStateVersions) ReadWithOptions(ctx context.Context, svID ... method RestoreBackingData (line 178) | func (m *MockStateVersions) RestoreBackingData(ctx context.Context, sv... method SoftDeleteBackingData (line 192) | func (m *MockStateVersions) SoftDeleteBackingData(ctx context.Context,... method Upload (line 206) | func (m *MockStateVersions) Upload(ctx context.Context, workspaceID st... method UploadSanitizedState (line 221) | func (m *MockStateVersions) UploadSanitizedState(ctx context.Context, ... type MockStateVersionsMockRecorder (line 27) | type MockStateVersionsMockRecorder struct method Create (line 53) | func (mr *MockStateVersionsMockRecorder) Create(ctx, workspaceID, opti... method Download (line 68) | func (mr *MockStateVersionsMockRecorder) Download(ctx, url any) *gomoc... method List (line 83) | func (mr *MockStateVersionsMockRecorder) List(ctx, options any) *gomoc... method ListOutputs (line 98) | func (mr *MockStateVersionsMockRecorder) ListOutputs(ctx, svID, option... method PermanentlyDeleteBackingData (line 112) | func (mr *MockStateVersionsMockRecorder) PermanentlyDeleteBackingData(... method Read (line 127) | func (mr *MockStateVersionsMockRecorder) Read(ctx, svID any) *gomock.C... method ReadCurrent (line 142) | func (mr *MockStateVersionsMockRecorder) ReadCurrent(ctx, workspaceID ... method ReadCurrentWithOptions (line 157) | func (mr *MockStateVersionsMockRecorder) ReadCurrentWithOptions(ctx, w... method ReadWithOptions (line 172) | func (mr *MockStateVersionsMockRecorder) ReadWithOptions(ctx, svID, op... method RestoreBackingData (line 186) | func (mr *MockStateVersionsMockRecorder) RestoreBackingData(ctx, svID ... method SoftDeleteBackingData (line 200) | func (mr *MockStateVersionsMockRecorder) SoftDeleteBackingData(ctx, sv... method Upload (line 215) | func (mr *MockStateVersionsMockRecorder) Upload(ctx, workspaceID, opti... method UploadSanitizedState (line 229) | func (mr *MockStateVersionsMockRecorder) UploadSanitizedState(ctx, san... function NewMockStateVersions (line 32) | func NewMockStateVersions(ctrl *gomock.Controller) *MockStateVersions { FILE: mocks/state_version_output_mocks.go type MockStateVersionOutputs (line 21) | type MockStateVersionOutputs struct method EXPECT (line 39) | func (m *MockStateVersionOutputs) EXPECT() *MockStateVersionOutputsMoc... method Read (line 44) | func (m *MockStateVersionOutputs) Read(ctx context.Context, outputID s... method ReadCurrent (line 59) | func (m *MockStateVersionOutputs) ReadCurrent(ctx context.Context, wor... type MockStateVersionOutputsMockRecorder (line 27) | type MockStateVersionOutputsMockRecorder struct method Read (line 53) | func (mr *MockStateVersionOutputsMockRecorder) Read(ctx, outputID any)... method ReadCurrent (line 68) | func (mr *MockStateVersionOutputsMockRecorder) ReadCurrent(ctx, worksp... function NewMockStateVersionOutputs (line 32) | func NewMockStateVersionOutputs(ctrl *gomock.Controller) *MockStateVersi... FILE: mocks/task_result_mocks.go type MockTaskResults (line 21) | type MockTaskResults struct method EXPECT (line 39) | func (m *MockTaskResults) EXPECT() *MockTaskResultsMockRecorder { method Read (line 44) | func (m *MockTaskResults) Read(ctx context.Context, taskResultID strin... type MockTaskResultsMockRecorder (line 27) | type MockTaskResultsMockRecorder struct method Read (line 53) | func (mr *MockTaskResultsMockRecorder) Read(ctx, taskResultID any) *go... function NewMockTaskResults (line 32) | func NewMockTaskResults(ctrl *gomock.Controller) *MockTaskResults { FILE: mocks/task_stages_mocks.go type MockTaskStages (line 21) | type MockTaskStages struct method EXPECT (line 39) | func (m *MockTaskStages) EXPECT() *MockTaskStagesMockRecorder { method List (line 44) | func (m *MockTaskStages) List(ctx context.Context, runID string, optio... method Override (line 59) | func (m *MockTaskStages) Override(ctx context.Context, taskStageID str... method Read (line 74) | func (m *MockTaskStages) Read(ctx context.Context, taskStageID string,... type MockTaskStagesMockRecorder (line 27) | type MockTaskStagesMockRecorder struct method List (line 53) | func (mr *MockTaskStagesMockRecorder) List(ctx, runID, options any) *g... method Override (line 68) | func (mr *MockTaskStagesMockRecorder) Override(ctx, taskStageID, optio... method Read (line 83) | func (mr *MockTaskStagesMockRecorder) Read(ctx, taskStageID, options a... function NewMockTaskStages (line 32) | func NewMockTaskStages(ctrl *gomock.Controller) *MockTaskStages { FILE: mocks/team_access_mocks.go type MockTeamAccesses (line 21) | type MockTeamAccesses struct method EXPECT (line 39) | func (m *MockTeamAccesses) EXPECT() *MockTeamAccessesMockRecorder { method Add (line 44) | func (m *MockTeamAccesses) Add(ctx context.Context, options tfe.TeamAc... method List (line 59) | func (m *MockTeamAccesses) List(ctx context.Context, options *tfe.Team... method Read (line 74) | func (m *MockTeamAccesses) Read(ctx context.Context, teamAccessID stri... method Remove (line 89) | func (m *MockTeamAccesses) Remove(ctx context.Context, teamAccessID st... method Update (line 103) | func (m *MockTeamAccesses) Update(ctx context.Context, teamAccessID st... type MockTeamAccessesMockRecorder (line 27) | type MockTeamAccessesMockRecorder struct method Add (line 53) | func (mr *MockTeamAccessesMockRecorder) Add(ctx, options any) *gomock.... method List (line 68) | func (mr *MockTeamAccessesMockRecorder) List(ctx, options any) *gomock... method Read (line 83) | func (mr *MockTeamAccessesMockRecorder) Read(ctx, teamAccessID any) *g... method Remove (line 97) | func (mr *MockTeamAccessesMockRecorder) Remove(ctx, teamAccessID any) ... method Update (line 112) | func (mr *MockTeamAccessesMockRecorder) Update(ctx, teamAccessID, opti... function NewMockTeamAccesses (line 32) | func NewMockTeamAccesses(ctrl *gomock.Controller) *MockTeamAccesses { FILE: mocks/team_member_mocks.go type MockTeamMembers (line 21) | type MockTeamMembers struct method EXPECT (line 39) | func (m *MockTeamMembers) EXPECT() *MockTeamMembersMockRecorder { method Add (line 44) | func (m *MockTeamMembers) Add(ctx context.Context, teamID string, opti... method List (line 58) | func (m *MockTeamMembers) List(ctx context.Context, teamID string) ([]... method ListOrganizationMemberships (line 73) | func (m *MockTeamMembers) ListOrganizationMemberships(ctx context.Cont... method ListUsers (line 88) | func (m *MockTeamMembers) ListUsers(ctx context.Context, teamID string... method Remove (line 103) | func (m *MockTeamMembers) Remove(ctx context.Context, teamID string, o... type MockTeamMembersMockRecorder (line 27) | type MockTeamMembersMockRecorder struct method Add (line 52) | func (mr *MockTeamMembersMockRecorder) Add(ctx, teamID, options any) *... method List (line 67) | func (mr *MockTeamMembersMockRecorder) List(ctx, teamID any) *gomock.C... method ListOrganizationMemberships (line 82) | func (mr *MockTeamMembersMockRecorder) ListOrganizationMemberships(ctx... method ListUsers (line 97) | func (mr *MockTeamMembersMockRecorder) ListUsers(ctx, teamID any) *gom... method Remove (line 111) | func (mr *MockTeamMembersMockRecorder) Remove(ctx, teamID, options any... function NewMockTeamMembers (line 32) | func NewMockTeamMembers(ctrl *gomock.Controller) *MockTeamMembers { FILE: mocks/team_mocks.go type MockTeams (line 21) | type MockTeams struct method EXPECT (line 39) | func (m *MockTeams) EXPECT() *MockTeamsMockRecorder { method Create (line 44) | func (m *MockTeams) Create(ctx context.Context, organization string, o... method Delete (line 59) | func (m *MockTeams) Delete(ctx context.Context, teamID string) error { method List (line 73) | func (m *MockTeams) List(ctx context.Context, organization string, opt... method Read (line 88) | func (m *MockTeams) Read(ctx context.Context, teamID string) (*tfe.Tea... method Update (line 103) | func (m *MockTeams) Update(ctx context.Context, teamID string, options... type MockTeamsMockRecorder (line 27) | type MockTeamsMockRecorder struct method Create (line 53) | func (mr *MockTeamsMockRecorder) Create(ctx, organization, options any... method Delete (line 67) | func (mr *MockTeamsMockRecorder) Delete(ctx, teamID any) *gomock.Call { method List (line 82) | func (mr *MockTeamsMockRecorder) List(ctx, organization, options any) ... method Read (line 97) | func (mr *MockTeamsMockRecorder) Read(ctx, teamID any) *gomock.Call { method Update (line 112) | func (mr *MockTeamsMockRecorder) Update(ctx, teamID, options any) *gom... function NewMockTeams (line 32) | func NewMockTeams(ctrl *gomock.Controller) *MockTeams { FILE: mocks/team_project_access_mocks.go type MockTeamProjectAccesses (line 21) | type MockTeamProjectAccesses struct method EXPECT (line 39) | func (m *MockTeamProjectAccesses) EXPECT() *MockTeamProjectAccessesMoc... method Add (line 44) | func (m *MockTeamProjectAccesses) Add(ctx context.Context, options tfe... method List (line 59) | func (m *MockTeamProjectAccesses) List(ctx context.Context, options tf... method Read (line 74) | func (m *MockTeamProjectAccesses) Read(ctx context.Context, teamProjec... method Remove (line 89) | func (m *MockTeamProjectAccesses) Remove(ctx context.Context, teamProj... method Update (line 103) | func (m *MockTeamProjectAccesses) Update(ctx context.Context, teamProj... type MockTeamProjectAccessesMockRecorder (line 27) | type MockTeamProjectAccessesMockRecorder struct method Add (line 53) | func (mr *MockTeamProjectAccessesMockRecorder) Add(ctx, options any) *... method List (line 68) | func (mr *MockTeamProjectAccessesMockRecorder) List(ctx, options any) ... method Read (line 83) | func (mr *MockTeamProjectAccessesMockRecorder) Read(ctx, teamProjectAc... method Remove (line 97) | func (mr *MockTeamProjectAccessesMockRecorder) Remove(ctx, teamProject... method Update (line 112) | func (mr *MockTeamProjectAccessesMockRecorder) Update(ctx, teamProject... function NewMockTeamProjectAccesses (line 32) | func NewMockTeamProjectAccesses(ctrl *gomock.Controller) *MockTeamProjec... FILE: mocks/team_token_mocks.go type MockTeamTokens (line 21) | type MockTeamTokens struct method EXPECT (line 39) | func (m *MockTeamTokens) EXPECT() *MockTeamTokensMockRecorder { method Create (line 44) | func (m *MockTeamTokens) Create(ctx context.Context, teamID string) (*... method CreateWithOptions (line 59) | func (m *MockTeamTokens) CreateWithOptions(ctx context.Context, teamID... method Delete (line 74) | func (m *MockTeamTokens) Delete(ctx context.Context, teamID string) er... method DeleteByID (line 88) | func (m *MockTeamTokens) DeleteByID(ctx context.Context, tokenID strin... method List (line 102) | func (m *MockTeamTokens) List(ctx context.Context, organizationID stri... method Read (line 117) | func (m *MockTeamTokens) Read(ctx context.Context, teamID string) (*tf... method ReadByID (line 132) | func (m *MockTeamTokens) ReadByID(ctx context.Context, teamID string) ... type MockTeamTokensMockRecorder (line 27) | type MockTeamTokensMockRecorder struct method Create (line 53) | func (mr *MockTeamTokensMockRecorder) Create(ctx, teamID any) *gomock.... method CreateWithOptions (line 68) | func (mr *MockTeamTokensMockRecorder) CreateWithOptions(ctx, teamID, o... method Delete (line 82) | func (mr *MockTeamTokensMockRecorder) Delete(ctx, teamID any) *gomock.... method DeleteByID (line 96) | func (mr *MockTeamTokensMockRecorder) DeleteByID(ctx, tokenID any) *go... method List (line 111) | func (mr *MockTeamTokensMockRecorder) List(ctx, organizationID, option... method Read (line 126) | func (mr *MockTeamTokensMockRecorder) Read(ctx, teamID any) *gomock.Ca... method ReadByID (line 141) | func (mr *MockTeamTokensMockRecorder) ReadByID(ctx, teamID any) *gomoc... function NewMockTeamTokens (line 32) | func NewMockTeamTokens(ctrl *gomock.Controller) *MockTeamTokens { FILE: mocks/test_run_mocks.go type MockTestRuns (line 22) | type MockTestRuns struct method EXPECT (line 40) | func (m *MockTestRuns) EXPECT() *MockTestRunsMockRecorder { method Cancel (line 45) | func (m *MockTestRuns) Cancel(ctx context.Context, moduleID tfe.Regist... method Create (line 59) | func (m *MockTestRuns) Create(ctx context.Context, options tfe.TestRun... method ForceCancel (line 74) | func (m *MockTestRuns) ForceCancel(ctx context.Context, moduleID tfe.R... method List (line 88) | func (m *MockTestRuns) List(ctx context.Context, moduleID tfe.Registry... method Logs (line 103) | func (m *MockTestRuns) Logs(ctx context.Context, moduleID tfe.Registry... method Read (line 118) | func (m *MockTestRuns) Read(ctx context.Context, moduleID tfe.Registry... type MockTestRunsMockRecorder (line 28) | type MockTestRunsMockRecorder struct method Cancel (line 53) | func (mr *MockTestRunsMockRecorder) Cancel(ctx, moduleID, testRunID an... method Create (line 68) | func (mr *MockTestRunsMockRecorder) Create(ctx, options any) *gomock.C... method ForceCancel (line 82) | func (mr *MockTestRunsMockRecorder) ForceCancel(ctx, moduleID, testRun... method List (line 97) | func (mr *MockTestRunsMockRecorder) List(ctx, moduleID, options any) *... method Logs (line 112) | func (mr *MockTestRunsMockRecorder) Logs(ctx, moduleID, testRunID any)... method Read (line 127) | func (mr *MockTestRunsMockRecorder) Read(ctx, moduleID, testRunID any)... function NewMockTestRuns (line 33) | func NewMockTestRuns(ctrl *gomock.Controller) *MockTestRuns { FILE: mocks/test_variables_mocks.go type MockTestVariables (line 21) | type MockTestVariables struct method EXPECT (line 39) | func (m *MockTestVariables) EXPECT() *MockTestVariablesMockRecorder { method Create (line 44) | func (m *MockTestVariables) Create(ctx context.Context, moduleID tfe.R... method Delete (line 59) | func (m *MockTestVariables) Delete(ctx context.Context, moduleID tfe.R... method List (line 73) | func (m *MockTestVariables) List(ctx context.Context, moduleID tfe.Reg... method Read (line 88) | func (m *MockTestVariables) Read(ctx context.Context, moduleID tfe.Reg... method Update (line 103) | func (m *MockTestVariables) Update(ctx context.Context, moduleID tfe.R... type MockTestVariablesMockRecorder (line 27) | type MockTestVariablesMockRecorder struct method Create (line 53) | func (mr *MockTestVariablesMockRecorder) Create(ctx, moduleID, options... method Delete (line 67) | func (mr *MockTestVariablesMockRecorder) Delete(ctx, moduleID, variabl... method List (line 82) | func (mr *MockTestVariablesMockRecorder) List(ctx, moduleID, options a... method Read (line 97) | func (mr *MockTestVariablesMockRecorder) Read(ctx, moduleID, variableI... method Update (line 112) | func (mr *MockTestVariablesMockRecorder) Update(ctx, moduleID, variabl... function NewMockTestVariables (line 32) | func NewMockTestVariables(ctrl *gomock.Controller) *MockTestVariables { FILE: mocks/user_mocks.go type MockUsers (line 21) | type MockUsers struct method EXPECT (line 39) | func (m *MockUsers) EXPECT() *MockUsersMockRecorder { method ReadCurrent (line 44) | func (m *MockUsers) ReadCurrent(ctx context.Context) (*tfe.User, error) { method UpdateCurrent (line 59) | func (m *MockUsers) UpdateCurrent(ctx context.Context, options tfe.Use... type MockUsersMockRecorder (line 27) | type MockUsersMockRecorder struct method ReadCurrent (line 53) | func (mr *MockUsersMockRecorder) ReadCurrent(ctx any) *gomock.Call { method UpdateCurrent (line 68) | func (mr *MockUsersMockRecorder) UpdateCurrent(ctx, options any) *gomo... function NewMockUsers (line 32) | func NewMockUsers(ctrl *gomock.Controller) *MockUsers { FILE: mocks/user_token_mocks.go type MockUserTokens (line 21) | type MockUserTokens struct method EXPECT (line 39) | func (m *MockUserTokens) EXPECT() *MockUserTokensMockRecorder { method Create (line 44) | func (m *MockUserTokens) Create(ctx context.Context, userID string, op... method Delete (line 59) | func (m *MockUserTokens) Delete(ctx context.Context, tokenID string) e... method List (line 73) | func (m *MockUserTokens) List(ctx context.Context, userID string) (*tf... method Read (line 88) | func (m *MockUserTokens) Read(ctx context.Context, tokenID string) (*t... type MockUserTokensMockRecorder (line 27) | type MockUserTokensMockRecorder struct method Create (line 53) | func (mr *MockUserTokensMockRecorder) Create(ctx, userID, options any)... method Delete (line 67) | func (mr *MockUserTokensMockRecorder) Delete(ctx, tokenID any) *gomock... method List (line 82) | func (mr *MockUserTokensMockRecorder) List(ctx, userID any) *gomock.Ca... method Read (line 97) | func (mr *MockUserTokensMockRecorder) Read(ctx, tokenID any) *gomock.C... function NewMockUserTokens (line 32) | func NewMockUserTokens(ctrl *gomock.Controller) *MockUserTokens { FILE: mocks/variable_mocks.go type MockVariables (line 21) | type MockVariables struct method EXPECT (line 39) | func (m *MockVariables) EXPECT() *MockVariablesMockRecorder { method Create (line 44) | func (m *MockVariables) Create(ctx context.Context, workspaceID string... method Delete (line 59) | func (m *MockVariables) Delete(ctx context.Context, workspaceID, varia... method List (line 73) | func (m *MockVariables) List(ctx context.Context, workspaceID string, ... method ListAll (line 88) | func (m *MockVariables) ListAll(ctx context.Context, workspaceID strin... method Read (line 103) | func (m *MockVariables) Read(ctx context.Context, workspaceID, variabl... method Update (line 118) | func (m *MockVariables) Update(ctx context.Context, workspaceID, varia... type MockVariablesMockRecorder (line 27) | type MockVariablesMockRecorder struct method Create (line 53) | func (mr *MockVariablesMockRecorder) Create(ctx, workspaceID, options ... method Delete (line 67) | func (mr *MockVariablesMockRecorder) Delete(ctx, workspaceID, variable... method List (line 82) | func (mr *MockVariablesMockRecorder) List(ctx, workspaceID, options an... method ListAll (line 97) | func (mr *MockVariablesMockRecorder) ListAll(ctx, workspaceID, options... method Read (line 112) | func (mr *MockVariablesMockRecorder) Read(ctx, workspaceID, variableID... method Update (line 127) | func (mr *MockVariablesMockRecorder) Update(ctx, workspaceID, variable... function NewMockVariables (line 32) | func NewMockVariables(ctrl *gomock.Controller) *MockVariables { FILE: mocks/variable_set_mocks.go type MockVariableSets (line 21) | type MockVariableSets struct method EXPECT (line 39) | func (m *MockVariableSets) EXPECT() *MockVariableSetsMockRecorder { method ApplyToProjects (line 44) | func (m *MockVariableSets) ApplyToProjects(ctx context.Context, variab... method ApplyToStacks (line 58) | func (m *MockVariableSets) ApplyToStacks(ctx context.Context, variable... method ApplyToWorkspaces (line 72) | func (m *MockVariableSets) ApplyToWorkspaces(ctx context.Context, vari... method Create (line 86) | func (m *MockVariableSets) Create(ctx context.Context, organization st... method Delete (line 101) | func (m *MockVariableSets) Delete(ctx context.Context, variableSetID s... method List (line 115) | func (m *MockVariableSets) List(ctx context.Context, organization stri... method ListForProject (line 130) | func (m *MockVariableSets) ListForProject(ctx context.Context, project... method ListForWorkspace (line 145) | func (m *MockVariableSets) ListForWorkspace(ctx context.Context, works... method Read (line 160) | func (m *MockVariableSets) Read(ctx context.Context, variableSetID str... method RemoveFromProjects (line 175) | func (m *MockVariableSets) RemoveFromProjects(ctx context.Context, var... method RemoveFromStacks (line 189) | func (m *MockVariableSets) RemoveFromStacks(ctx context.Context, varia... method RemoveFromWorkspaces (line 203) | func (m *MockVariableSets) RemoveFromWorkspaces(ctx context.Context, v... method Update (line 217) | func (m *MockVariableSets) Update(ctx context.Context, variableSetID s... method UpdateStacks (line 232) | func (m *MockVariableSets) UpdateStacks(ctx context.Context, variableS... method UpdateWorkspaces (line 247) | func (m *MockVariableSets) UpdateWorkspaces(ctx context.Context, varia... type MockVariableSetsMockRecorder (line 27) | type MockVariableSetsMockRecorder struct method ApplyToProjects (line 52) | func (mr *MockVariableSetsMockRecorder) ApplyToProjects(ctx, variableS... method ApplyToStacks (line 66) | func (mr *MockVariableSetsMockRecorder) ApplyToStacks(ctx, variableSet... method ApplyToWorkspaces (line 80) | func (mr *MockVariableSetsMockRecorder) ApplyToWorkspaces(ctx, variabl... method Create (line 95) | func (mr *MockVariableSetsMockRecorder) Create(ctx, organization, opti... method Delete (line 109) | func (mr *MockVariableSetsMockRecorder) Delete(ctx, variableSetID any)... method List (line 124) | func (mr *MockVariableSetsMockRecorder) List(ctx, organization, option... method ListForProject (line 139) | func (mr *MockVariableSetsMockRecorder) ListForProject(ctx, projectID,... method ListForWorkspace (line 154) | func (mr *MockVariableSetsMockRecorder) ListForWorkspace(ctx, workspac... method Read (line 169) | func (mr *MockVariableSetsMockRecorder) Read(ctx, variableSetID, optio... method RemoveFromProjects (line 183) | func (mr *MockVariableSetsMockRecorder) RemoveFromProjects(ctx, variab... method RemoveFromStacks (line 197) | func (mr *MockVariableSetsMockRecorder) RemoveFromStacks(ctx, variable... method RemoveFromWorkspaces (line 211) | func (mr *MockVariableSetsMockRecorder) RemoveFromWorkspaces(ctx, vari... method Update (line 226) | func (mr *MockVariableSetsMockRecorder) Update(ctx, variableSetID, opt... method UpdateStacks (line 241) | func (mr *MockVariableSetsMockRecorder) UpdateStacks(ctx, variableSetI... method UpdateWorkspaces (line 256) | func (mr *MockVariableSetsMockRecorder) UpdateWorkspaces(ctx, variable... function NewMockVariableSets (line 32) | func NewMockVariableSets(ctrl *gomock.Controller) *MockVariableSets { FILE: mocks/variable_set_variable_mocks.go type MockVariableSetVariables (line 21) | type MockVariableSetVariables struct method EXPECT (line 39) | func (m *MockVariableSetVariables) EXPECT() *MockVariableSetVariablesM... method Create (line 44) | func (m *MockVariableSetVariables) Create(ctx context.Context, variabl... method Delete (line 59) | func (m *MockVariableSetVariables) Delete(ctx context.Context, variabl... method List (line 73) | func (m *MockVariableSetVariables) List(ctx context.Context, variableS... method Read (line 88) | func (m *MockVariableSetVariables) Read(ctx context.Context, variableS... method Update (line 103) | func (m *MockVariableSetVariables) Update(ctx context.Context, variabl... type MockVariableSetVariablesMockRecorder (line 27) | type MockVariableSetVariablesMockRecorder struct method Create (line 53) | func (mr *MockVariableSetVariablesMockRecorder) Create(ctx, variableSe... method Delete (line 67) | func (mr *MockVariableSetVariablesMockRecorder) Delete(ctx, variableSe... method List (line 82) | func (mr *MockVariableSetVariablesMockRecorder) List(ctx, variableSetI... method Read (line 97) | func (mr *MockVariableSetVariablesMockRecorder) Read(ctx, variableSetI... method Update (line 112) | func (mr *MockVariableSetVariablesMockRecorder) Update(ctx, variableSe... function NewMockVariableSetVariables (line 32) | func NewMockVariableSetVariables(ctrl *gomock.Controller) *MockVariableS... FILE: mocks/workspace_mocks.go type MockWorkspaces (line 22) | type MockWorkspaces struct method EXPECT (line 40) | func (m *MockWorkspaces) EXPECT() *MockWorkspacesMockRecorder { method AddRemoteStateConsumers (line 45) | func (m *MockWorkspaces) AddRemoteStateConsumers(ctx context.Context, ... method AddTagBindings (line 59) | func (m *MockWorkspaces) AddTagBindings(ctx context.Context, workspace... method AddTags (line 74) | func (m *MockWorkspaces) AddTags(ctx context.Context, workspaceID stri... method AssignSSHKey (line 88) | func (m *MockWorkspaces) AssignSSHKey(ctx context.Context, workspaceID... method Create (line 103) | func (m *MockWorkspaces) Create(ctx context.Context, organization stri... method Delete (line 118) | func (m *MockWorkspaces) Delete(ctx context.Context, organization, wor... method DeleteAllTagBindings (line 132) | func (m *MockWorkspaces) DeleteAllTagBindings(ctx context.Context, wor... method DeleteByID (line 146) | func (m *MockWorkspaces) DeleteByID(ctx context.Context, workspaceID s... method DeleteDataRetentionPolicy (line 160) | func (m *MockWorkspaces) DeleteDataRetentionPolicy(ctx context.Context... method ForceUnlock (line 174) | func (m *MockWorkspaces) ForceUnlock(ctx context.Context, workspaceID ... method List (line 189) | func (m *MockWorkspaces) List(ctx context.Context, organization string... method ListEffectiveTagBindings (line 204) | func (m *MockWorkspaces) ListEffectiveTagBindings(ctx context.Context,... method ListRemoteStateConsumers (line 219) | func (m *MockWorkspaces) ListRemoteStateConsumers(ctx context.Context,... method ListTagBindings (line 234) | func (m *MockWorkspaces) ListTagBindings(ctx context.Context, workspac... method ListTags (line 249) | func (m *MockWorkspaces) ListTags(ctx context.Context, workspaceID str... method Lock (line 264) | func (m *MockWorkspaces) Lock(ctx context.Context, workspaceID string,... method Read (line 279) | func (m *MockWorkspaces) Read(ctx context.Context, organization, works... method ReadByID (line 294) | func (m *MockWorkspaces) ReadByID(ctx context.Context, workspaceID str... method ReadByIDWithOptions (line 309) | func (m *MockWorkspaces) ReadByIDWithOptions(ctx context.Context, work... method ReadDataRetentionPolicy (line 324) | func (m *MockWorkspaces) ReadDataRetentionPolicy(ctx context.Context, ... method ReadDataRetentionPolicyChoice (line 339) | func (m *MockWorkspaces) ReadDataRetentionPolicyChoice(ctx context.Con... method ReadWithOptions (line 354) | func (m *MockWorkspaces) ReadWithOptions(ctx context.Context, organiza... method Readme (line 369) | func (m *MockWorkspaces) Readme(ctx context.Context, workspaceID strin... method RemoveRemoteStateConsumers (line 384) | func (m *MockWorkspaces) RemoveRemoteStateConsumers(ctx context.Contex... method RemoveTags (line 398) | func (m *MockWorkspaces) RemoveTags(ctx context.Context, workspaceID s... method RemoveVCSConnection (line 412) | func (m *MockWorkspaces) RemoveVCSConnection(ctx context.Context, orga... method RemoveVCSConnectionByID (line 427) | func (m *MockWorkspaces) RemoveVCSConnectionByID(ctx context.Context, ... method SafeDelete (line 442) | func (m *MockWorkspaces) SafeDelete(ctx context.Context, organization,... method SafeDeleteByID (line 456) | func (m *MockWorkspaces) SafeDeleteByID(ctx context.Context, workspace... method SetDataRetentionPolicy (line 470) | func (m *MockWorkspaces) SetDataRetentionPolicy(ctx context.Context, w... method SetDataRetentionPolicyDeleteOlder (line 485) | func (m *MockWorkspaces) SetDataRetentionPolicyDeleteOlder(ctx context... method SetDataRetentionPolicyDontDelete (line 500) | func (m *MockWorkspaces) SetDataRetentionPolicyDontDelete(ctx context.... method UnassignSSHKey (line 515) | func (m *MockWorkspaces) UnassignSSHKey(ctx context.Context, workspace... method Unlock (line 530) | func (m *MockWorkspaces) Unlock(ctx context.Context, workspaceID strin... method Update (line 545) | func (m *MockWorkspaces) Update(ctx context.Context, organization, wor... method UpdateByID (line 560) | func (m *MockWorkspaces) UpdateByID(ctx context.Context, workspaceID s... method UpdateRemoteStateConsumers (line 575) | func (m *MockWorkspaces) UpdateRemoteStateConsumers(ctx context.Contex... type MockWorkspacesMockRecorder (line 28) | type MockWorkspacesMockRecorder struct method AddRemoteStateConsumers (line 53) | func (mr *MockWorkspacesMockRecorder) AddRemoteStateConsumers(ctx, wor... method AddTagBindings (line 68) | func (mr *MockWorkspacesMockRecorder) AddTagBindings(ctx, workspaceID,... method AddTags (line 82) | func (mr *MockWorkspacesMockRecorder) AddTags(ctx, workspaceID, option... method AssignSSHKey (line 97) | func (mr *MockWorkspacesMockRecorder) AssignSSHKey(ctx, workspaceID, o... method Create (line 112) | func (mr *MockWorkspacesMockRecorder) Create(ctx, organization, option... method Delete (line 126) | func (mr *MockWorkspacesMockRecorder) Delete(ctx, organization, worksp... method DeleteAllTagBindings (line 140) | func (mr *MockWorkspacesMockRecorder) DeleteAllTagBindings(ctx, worksp... method DeleteByID (line 154) | func (mr *MockWorkspacesMockRecorder) DeleteByID(ctx, workspaceID any)... method DeleteDataRetentionPolicy (line 168) | func (mr *MockWorkspacesMockRecorder) DeleteDataRetentionPolicy(ctx, w... method ForceUnlock (line 183) | func (mr *MockWorkspacesMockRecorder) ForceUnlock(ctx, workspaceID any... method List (line 198) | func (mr *MockWorkspacesMockRecorder) List(ctx, organization, options ... method ListEffectiveTagBindings (line 213) | func (mr *MockWorkspacesMockRecorder) ListEffectiveTagBindings(ctx, wo... method ListRemoteStateConsumers (line 228) | func (mr *MockWorkspacesMockRecorder) ListRemoteStateConsumers(ctx, wo... method ListTagBindings (line 243) | func (mr *MockWorkspacesMockRecorder) ListTagBindings(ctx, workspaceID... method ListTags (line 258) | func (mr *MockWorkspacesMockRecorder) ListTags(ctx, workspaceID, optio... method Lock (line 273) | func (mr *MockWorkspacesMockRecorder) Lock(ctx, workspaceID, options a... method Read (line 288) | func (mr *MockWorkspacesMockRecorder) Read(ctx, organization, workspac... method ReadByID (line 303) | func (mr *MockWorkspacesMockRecorder) ReadByID(ctx, workspaceID any) *... method ReadByIDWithOptions (line 318) | func (mr *MockWorkspacesMockRecorder) ReadByIDWithOptions(ctx, workspa... method ReadDataRetentionPolicy (line 333) | func (mr *MockWorkspacesMockRecorder) ReadDataRetentionPolicy(ctx, wor... method ReadDataRetentionPolicyChoice (line 348) | func (mr *MockWorkspacesMockRecorder) ReadDataRetentionPolicyChoice(ct... method ReadWithOptions (line 363) | func (mr *MockWorkspacesMockRecorder) ReadWithOptions(ctx, organizatio... method Readme (line 378) | func (mr *MockWorkspacesMockRecorder) Readme(ctx, workspaceID any) *go... method RemoveRemoteStateConsumers (line 392) | func (mr *MockWorkspacesMockRecorder) RemoveRemoteStateConsumers(ctx, ... method RemoveTags (line 406) | func (mr *MockWorkspacesMockRecorder) RemoveTags(ctx, workspaceID, opt... method RemoveVCSConnection (line 421) | func (mr *MockWorkspacesMockRecorder) RemoveVCSConnection(ctx, organiz... method RemoveVCSConnectionByID (line 436) | func (mr *MockWorkspacesMockRecorder) RemoveVCSConnectionByID(ctx, wor... method SafeDelete (line 450) | func (mr *MockWorkspacesMockRecorder) SafeDelete(ctx, organization, wo... method SafeDeleteByID (line 464) | func (mr *MockWorkspacesMockRecorder) SafeDeleteByID(ctx, workspaceID ... method SetDataRetentionPolicy (line 479) | func (mr *MockWorkspacesMockRecorder) SetDataRetentionPolicy(ctx, work... method SetDataRetentionPolicyDeleteOlder (line 494) | func (mr *MockWorkspacesMockRecorder) SetDataRetentionPolicyDeleteOlde... method SetDataRetentionPolicyDontDelete (line 509) | func (mr *MockWorkspacesMockRecorder) SetDataRetentionPolicyDontDelete... method UnassignSSHKey (line 524) | func (mr *MockWorkspacesMockRecorder) UnassignSSHKey(ctx, workspaceID ... method Unlock (line 539) | func (mr *MockWorkspacesMockRecorder) Unlock(ctx, workspaceID any) *go... method Update (line 554) | func (mr *MockWorkspacesMockRecorder) Update(ctx, organization, worksp... method UpdateByID (line 569) | func (mr *MockWorkspacesMockRecorder) UpdateByID(ctx, workspaceID, opt... method UpdateRemoteStateConsumers (line 583) | func (mr *MockWorkspacesMockRecorder) UpdateRemoteStateConsumers(ctx, ... function NewMockWorkspaces (line 33) | func NewMockWorkspaces(ctrl *gomock.Controller) *MockWorkspaces { FILE: mocks/workspace_resources.go type MockWorkspaceResources (line 21) | type MockWorkspaceResources struct method EXPECT (line 39) | func (m *MockWorkspaceResources) EXPECT() *MockWorkspaceResourcesMockR... method List (line 44) | func (m *MockWorkspaceResources) List(ctx context.Context, workspaceID... type MockWorkspaceResourcesMockRecorder (line 27) | type MockWorkspaceResourcesMockRecorder struct method List (line 53) | func (mr *MockWorkspaceResourcesMockRecorder) List(ctx, workspaceID, o... function NewMockWorkspaceResources (line 32) | func NewMockWorkspaceResources(ctrl *gomock.Controller) *MockWorkspaceRe... FILE: mocks/workspace_run_tasks_mocks.go type MockWorkspaceRunTasks (line 21) | type MockWorkspaceRunTasks struct method EXPECT (line 39) | func (m *MockWorkspaceRunTasks) EXPECT() *MockWorkspaceRunTasksMockRec... method Create (line 44) | func (m *MockWorkspaceRunTasks) Create(ctx context.Context, workspaceI... method Delete (line 59) | func (m *MockWorkspaceRunTasks) Delete(ctx context.Context, workspaceI... method List (line 73) | func (m *MockWorkspaceRunTasks) List(ctx context.Context, workspaceID ... method Read (line 88) | func (m *MockWorkspaceRunTasks) Read(ctx context.Context, workspaceID,... method Update (line 103) | func (m *MockWorkspaceRunTasks) Update(ctx context.Context, workspaceI... type MockWorkspaceRunTasksMockRecorder (line 27) | type MockWorkspaceRunTasksMockRecorder struct method Create (line 53) | func (mr *MockWorkspaceRunTasksMockRecorder) Create(ctx, workspaceID, ... method Delete (line 67) | func (mr *MockWorkspaceRunTasksMockRecorder) Delete(ctx, workspaceID, ... method List (line 82) | func (mr *MockWorkspaceRunTasksMockRecorder) List(ctx, workspaceID, op... method Read (line 97) | func (mr *MockWorkspaceRunTasksMockRecorder) Read(ctx, workspaceID, wo... method Update (line 112) | func (mr *MockWorkspaceRunTasksMockRecorder) Update(ctx, workspaceID, ... function NewMockWorkspaceRunTasks (line 32) | func NewMockWorkspaceRunTasks(ctrl *gomock.Controller) *MockWorkspaceRun... FILE: notification_configuration.go type NotificationConfigurations (line 21) | type NotificationConfigurations interface type notificationConfigurations (line 42) | type notificationConfigurations struct method List (line 205) | func (s *notificationConfigurations) List(ctx context.Context, subscri... method Create (line 250) | func (s *notificationConfigurations) Create(ctx context.Context, subsc... method Read (line 283) | func (s *notificationConfigurations) Read(ctx context.Context, notific... method Update (line 306) | func (s *notificationConfigurations) Update(ctx context.Context, notif... method Delete (line 333) | func (s *notificationConfigurations) Delete(ctx context.Context, notif... method Verify (line 349) | func (s *notificationConfigurations) Verify(ctx context.Context, notif... type NotificationTriggerType (line 48) | type NotificationTriggerType constant NotificationTriggerCreated (line 51) | NotificationTriggerCreated NotificationTriggerTyp... constant NotificationTriggerPlanning (line 52) | NotificationTriggerPlanning NotificationTriggerTyp... constant NotificationTriggerNeedsAttention (line 53) | NotificationTriggerNeedsAttention NotificationTriggerTyp... constant NotificationTriggerApplying (line 54) | NotificationTriggerApplying NotificationTriggerTyp... constant NotificationTriggerCompleted (line 55) | NotificationTriggerCompleted NotificationTriggerTyp... constant NotificationTriggerErrored (line 56) | NotificationTriggerErrored NotificationTriggerTyp... constant NotificationTriggerAssessmentDrifted (line 57) | NotificationTriggerAssessmentDrifted NotificationTriggerTyp... constant NotificationTriggerAssessmentFailed (line 58) | NotificationTriggerAssessmentFailed NotificationTriggerTyp... constant NotificationTriggerAssessmentCheckFailed (line 59) | NotificationTriggerAssessmentCheckFailed NotificationTriggerTyp... constant NotificationTriggerWorkspaceAutoDestroyReminder (line 60) | NotificationTriggerWorkspaceAutoDestroyReminder NotificationTriggerTyp... constant NotificationTriggerWorkspaceAutoDestroyRunResults (line 61) | NotificationTriggerWorkspaceAutoDestroyRunResults NotificationTriggerTyp... constant NotificationTriggerChangeRequestCreated (line 62) | NotificationTriggerChangeRequestCreated NotificationTriggerTyp... type NotificationDestinationType (line 67) | type NotificationDestinationType constant NotificationDestinationTypeEmail (line 71) | NotificationDestinationTypeEmail NotificationDestinationType = ... constant NotificationDestinationTypeGeneric (line 72) | NotificationDestinationTypeGeneric NotificationDestinationType = ... constant NotificationDestinationTypeSlack (line 73) | NotificationDestinationTypeSlack NotificationDestinationType = ... constant NotificationDestinationTypeMicrosoftTeams (line 74) | NotificationDestinationTypeMicrosoftTeams NotificationDestinationType = ... type NotificationConfigurationList (line 79) | type NotificationConfigurationList struct type NotificationConfigurationSubscribableChoice (line 87) | type NotificationConfigurationSubscribableChoice struct type NotificationConfiguration (line 93) | type NotificationConfiguration struct type DeliveryResponse (line 117) | type DeliveryResponse struct type NotificationConfigurationListOptions (line 128) | type NotificationConfigurationListOptions struct type NotificationConfigurationCreateOptions (line 136) | type NotificationConfigurationCreateOptions struct method valid (line 370) | func (o NotificationConfigurationCreateOptions) valid() error { type NotificationConfigurationUpdateOptions (line 174) | type NotificationConfigurationUpdateOptions struct method valid (line 405) | func (o NotificationConfigurationUpdateOptions) valid() error { function backfillDeprecatedSubscribable (line 417) | func backfillDeprecatedSubscribable(notification *NotificationConfigurat... function validNotificationTriggerType (line 427) | func validNotificationTriggerType(triggers []NotificationTriggerType) bo... FILE: notification_configuration_integration_test.go function TestNotificationConfigurationList (line 15) | func TestNotificationConfigurationList(t *testing.T) { function TestNotificationConfigurationList_forTeams (line 78) | func TestNotificationConfigurationList_forTeams(t *testing.T) { function TestNotificationConfigurationCreate (line 128) | func TestNotificationConfigurationCreate(t *testing.T) { function TestNotificationConfigurationsCreate_byType (line 258) | func TestNotificationConfigurationsCreate_byType(t *testing.T) { function TestNotificationConfigurationCreate_forTeams (line 312) | func TestNotificationConfigurationCreate_forTeams(t *testing.T) { function TestNotificationConfigurationRead (line 463) | func TestNotificationConfigurationRead(t *testing.T) { function TestNotificationConfigurationRead_forTeams (line 488) | func TestNotificationConfigurationRead_forTeams(t *testing.T) { function TestNotificationConfigurationUpdate_forTeams (line 522) | func TestNotificationConfigurationUpdate_forTeams(t *testing.T) { function TestNotificationConfigurationUpdate (line 633) | func TestNotificationConfigurationUpdate(t *testing.T) { function TestNotificationConfigurationDelete (line 731) | func TestNotificationConfigurationDelete(t *testing.T) { function TestNotificationConfigurationDelete_forTeams (line 760) | func TestNotificationConfigurationDelete_forTeams(t *testing.T) { function TestNotificationConfigurationVerify (line 795) | func TestNotificationConfigurationVerify(t *testing.T) { function TestNotificationConfigurationVerify_forTeams (line 819) | func TestNotificationConfigurationVerify_forTeams(t *testing.T) { FILE: oauth_client.go type OAuthClients (line 21) | type OAuthClients interface type oAuthClients (line 48) | type oAuthClients struct method List (line 222) | func (s *oAuthClients) List(ctx context.Context, organization string, ... method Create (line 246) | func (s *oAuthClients) Create(ctx context.Context, organization string... method Read (line 270) | func (s *oAuthClients) Read(ctx context.Context, oAuthClientID string)... method ReadWithOptions (line 274) | func (s *oAuthClients) ReadWithOptions(ctx context.Context, oAuthClien... method Update (line 298) | func (s *oAuthClients) Update(ctx context.Context, oAuthClientID strin... method Delete (line 319) | func (s *oAuthClients) Delete(ctx context.Context, oAuthClientID strin... method AddProjects (line 359) | func (s *oAuthClients) AddProjects(ctx context.Context, oAuthClientID ... method RemoveProjects (line 377) | func (s *oAuthClients) RemoveProjects(ctx context.Context, oAuthClient... type ServiceProviderType (line 53) | type ServiceProviderType constant ServiceProviderAzureDevOpsServer (line 57) | ServiceProviderAzureDevOpsServer ServiceProviderType = "ado_server" constant ServiceProviderAzureDevOpsServices (line 58) | ServiceProviderAzureDevOpsServices ServiceProviderType = "ado_services" constant ServiceProviderBitbucketDataCenter (line 59) | ServiceProviderBitbucketDataCenter ServiceProviderType = "bitbucket_data... constant ServiceProviderBitbucket (line 60) | ServiceProviderBitbucket ServiceProviderType = "bitbucket_hosted" constant ServiceProviderBitbucketServer (line 62) | ServiceProviderBitbucketServer ServiceProviderType = "bitbucket_server" constant ServiceProviderBitbucketServerLegacy (line 64) | ServiceProviderBitbucketServerLegacy ServiceProviderType = "bitbucket_se... constant ServiceProviderGithub (line 65) | ServiceProviderGithub ServiceProviderType = "github" constant ServiceProviderGithubEE (line 66) | ServiceProviderGithubEE ServiceProviderType = "github_enter... constant ServiceProviderGitlab (line 67) | ServiceProviderGitlab ServiceProviderType = "gitlab_hosted" constant ServiceProviderGitlabCE (line 68) | ServiceProviderGitlabCE ServiceProviderType = "gitlab_commu... constant ServiceProviderGitlabEE (line 69) | ServiceProviderGitlabEE ServiceProviderType = "gitlab_enter... type OAuthClientList (line 73) | type OAuthClientList struct type OAuthClient (line 80) | type OAuthClient struct type OAuthClientIncludeOpt (line 104) | type OAuthClientIncludeOpt constant OauthClientOauthTokens (line 107) | OauthClientOauthTokens OAuthClientIncludeOpt = "oauth_tokens" constant OauthClientProjects (line 108) | OauthClientProjects OAuthClientIncludeOpt = "projects" type OAuthClientListOptions (line 113) | type OAuthClientListOptions struct method valid (line 354) | func (o *OAuthClientListOptions) valid() error { type OAuthClientReadOptions (line 122) | type OAuthClientReadOptions struct method valid (line 414) | func (o *OAuthClientReadOptions) valid() error { type OAuthClientCreateOptions (line 129) | type OAuthClientCreateOptions struct method valid (line 333) | func (o OAuthClientCreateOptions) valid() error { type OAuthClientUpdateOptions (line 176) | type OAuthClientUpdateOptions struct type OAuthClientAddProjectsOptions (line 209) | type OAuthClientAddProjectsOptions struct method valid (line 394) | func (o OAuthClientAddProjectsOptions) valid() error { type OAuthClientRemoveProjectsOptions (line 216) | type OAuthClientRemoveProjectsOptions struct method valid (line 404) | func (o OAuthClientRemoveProjectsOptions) valid() error { FILE: oauth_client_integration_test.go function TestOAuthClientsList (line 16) | func TestOAuthClientsList(t *testing.T) { function TestOAuthClientsCreate (line 90) | func TestOAuthClientsCreate(t *testing.T) { function TestOAuthClientsCreate_rsaKeyPair (line 182) | func TestOAuthClientsCreate_rsaKeyPair(t *testing.T) { function TestOAuthClientsCreate_agentPool (line 212) | func TestOAuthClientsCreate_agentPool(t *testing.T) { function TestOAuthClientsRead (line 286) | func TestOAuthClientsRead(t *testing.T) { function TestOAuthClientsReadWithOptions (line 321) | func TestOAuthClientsReadWithOptions(t *testing.T) { function TestOAuthClientsDelete (line 346) | func TestOAuthClientsDelete(t *testing.T) { function TestOAuthClientsCreateOptionsValid (line 382) | func TestOAuthClientsCreateOptionsValid(t *testing.T) { function TestOAuthClientsAddProjects (line 492) | func TestOAuthClientsAddProjects(t *testing.T) { function TestOAuthClientsRemoveProjects (line 562) | func TestOAuthClientsRemoveProjects(t *testing.T) { function TestOAuthClientsUpdate (line 626) | func TestOAuthClientsUpdate(t *testing.T) { constant publicKey (line 689) | publicKey = ` constant privateKey (line 695) | privateKey = ` function TestOAuthClientsUpdate_rsaKeyPair (line 701) | func TestOAuthClientsUpdate_rsaKeyPair(t *testing.T) { FILE: oauth_token.go type OAuthTokens (line 21) | type OAuthTokens interface type oAuthTokens (line 35) | type oAuthTokens struct method List (line 77) | func (s *oAuthTokens) List(ctx context.Context, organization string, o... method Read (line 98) | func (s *oAuthTokens) Read(ctx context.Context, oAuthTokenID string) (... method Update (line 119) | func (s *oAuthTokens) Update(ctx context.Context, oAuthTokenID string,... method Delete (line 140) | func (s *oAuthTokens) Delete(ctx context.Context, oAuthTokenID string)... type OAuthTokenList (line 40) | type OAuthTokenList struct type OAuthToken (line 47) | type OAuthToken struct type OAuthTokenListOptions (line 60) | type OAuthTokenListOptions struct type OAuthTokenUpdateOptions (line 65) | type OAuthTokenUpdateOptions struct FILE: oauth_token_integration_test.go function TestOAuthTokensList (line 15) | func TestOAuthTokensList(t *testing.T) { function TestOAuthTokensRead (line 79) | func TestOAuthTokensRead(t *testing.T) { function TestOAuthTokensUpdate (line 107) | func TestOAuthTokensUpdate(t *testing.T) { function TestOAuthTokensDelete (line 166) | func TestOAuthTokensDelete(t *testing.T) { FILE: organization.go type Organizations (line 21) | type Organizations interface type organizations (line 79) | type organizations struct method List (line 350) | func (s *organizations) List(ctx context.Context, options *Organizatio... method Create (line 366) | func (s *organizations) Create(ctx context.Context, options Organizati... method Read (line 386) | func (s *organizations) Read(ctx context.Context, organization string)... method ReadWithOptions (line 391) | func (s *organizations) ReadWithOptions(ctx context.Context, organizat... method Update (line 415) | func (s *organizations) Update(ctx context.Context, organization strin... method Delete (line 436) | func (s *organizations) Delete(ctx context.Context, organization strin... method ReadCapacity (line 451) | func (s *organizations) ReadCapacity(ctx context.Context, organization... method ReadEntitlements (line 472) | func (s *organizations) ReadEntitlements(ctx context.Context, organiza... method ReadRunQueue (line 493) | func (s *organizations) ReadRunQueue(ctx context.Context, organization... method ReadDataRetentionPolicy (line 513) | func (s *organizations) ReadDataRetentionPolicy(ctx context.Context, o... method ReadDataRetentionPolicyChoice (line 539) | func (s *organizations) ReadDataRetentionPolicyChoice(ctx context.Cont... method SetDataRetentionPolicy (line 595) | func (s *organizations) SetDataRetentionPolicy(ctx context.Context, or... method SetDataRetentionPolicyDeleteOlder (line 616) | func (s *organizations) SetDataRetentionPolicyDeleteOlder(ctx context.... method SetDataRetentionPolicyDontDelete (line 637) | func (s *organizations) SetDataRetentionPolicyDontDelete(ctx context.C... method DeleteDataRetentionPolicy (line 658) | func (s *organizations) DeleteDataRetentionPolicy(ctx context.Context,... method dataRetentionPolicyLink (line 685) | func (s *organizations) dataRetentionPolicyLink(name string) string { type AuthPolicyType (line 84) | type AuthPolicyType constant AuthPolicyPassword (line 88) | AuthPolicyPassword AuthPolicyType = "password" constant AuthPolicyTwoFactor (line 89) | AuthPolicyTwoFactor AuthPolicyType = "two_factor_mandatory" type OrganizationList (line 93) | type OrganizationList struct type Organization (line 99) | type Organization struct type OrganizationIncludeOpt (line 142) | type OrganizationIncludeOpt constant OrganizationDefaultProject (line 146) | OrganizationDefaultProject OrganizationIncludeOpt = "default-project" type OrganizationReadOptions (line 150) | type OrganizationReadOptions struct type Capacity (line 157) | type Capacity struct type Entitlements (line 164) | type Entitlements struct type RunQueue (line 184) | type RunQueue struct type OrganizationPermissions (line 190) | type OrganizationPermissions struct type OrganizationListOptions (line 211) | type OrganizationListOptions struct type OrganizationCreateOptions (line 220) | type OrganizationCreateOptions struct method valid (line 672) | func (o OrganizationCreateOptions) valid() error { type OrganizationUpdateOptions (line 281) | type OrganizationUpdateOptions struct type ReadRunQueueOptions (line 345) | type ReadRunQueueOptions struct FILE: organization_audit_configuration.go type OrganizationAuditConfigurations (line 16) | type OrganizationAuditConfigurations interface type OrganizationAuditConfiguration (line 28) | type OrganizationAuditConfiguration struct type OrganizationAuditConfigAuditTrails (line 39) | type OrganizationAuditConfigAuditTrails struct type OrganizationAuditConfigAuditStreaming (line 43) | type OrganizationAuditConfigAuditStreaming struct type OrganizationAuditConfigPermissions (line 49) | type OrganizationAuditConfigPermissions struct type OrganizationAuditConfigTimestamps (line 55) | type OrganizationAuditConfigTimestamps struct type OrganizationAuditConfigurationTest (line 66) | type OrganizationAuditConfigurationTest struct type OrganizationAuditConfigurationOptions (line 70) | type OrganizationAuditConfigurationOptions struct type organizationAuditConfigurations (line 75) | type organizationAuditConfigurations struct method Read (line 80) | func (s *organizationAuditConfigurations) Read(ctx context.Context, or... method Test (line 101) | func (s *organizationAuditConfigurations) Test(ctx context.Context, or... method Update (line 122) | func (s *organizationAuditConfigurations) Update(ctx context.Context, ... FILE: organization_audit_configuration_integration_test.go function TestOrganizationAuditConfigurationRead (line 14) | func TestOrganizationAuditConfigurationRead(t *testing.T) { function TestOrganizationAuditConfigurationTest (line 42) | func TestOrganizationAuditConfigurationTest(t *testing.T) { function TestOrganizationAuditConfigurationUpdate (line 68) | func TestOrganizationAuditConfigurationUpdate(t *testing.T) { FILE: organization_integration_test.go function TestOrganizationsList (line 18) | func TestOrganizationsList(t *testing.T) { function TestOrganizationsCreate (line 105) | func TestOrganizationsCreate(t *testing.T) { function TestOrganizationsReadWithBusiness (line 157) | func TestOrganizationsReadWithBusiness(t *testing.T) { function TestOrganizationsRead (line 182) | func TestOrganizationsRead(t *testing.T) { function TestOrganizationsUpdate (line 271) | func TestOrganizationsUpdate(t *testing.T) { function TestOrganizationsDelete (line 517) | func TestOrganizationsDelete(t *testing.T) { function TestOrganizationsReadCapacity_RunDependent (line 539) | func TestOrganizationsReadCapacity_RunDependent(t *testing.T) { function TestOrganizationsReadEntitlements (line 593) | func TestOrganizationsReadEntitlements(t *testing.T) { function TestOrganizationsReadRunQueue_RunDependent (line 636) | func TestOrganizationsReadRunQueue_RunDependent(t *testing.T) { function TestOrganization_Unmarshal (line 732) | func TestOrganization_Unmarshal(t *testing.T) { function TestOrganizationsReadRunTasksPermission (line 771) | func TestOrganizationsReadRunTasksPermission(t *testing.T) { function TestOrganizationsReadRunTasksEntitlement (line 793) | func TestOrganizationsReadRunTasksEntitlement(t *testing.T) { function TestOrganizationsAllowForceDeleteSetting (line 813) | func TestOrganizationsAllowForceDeleteSetting(t *testing.T) { function TestOrganization_DataRetentionPolicy (line 849) | func TestOrganization_DataRetentionPolicy(t *testing.T) { function orgItemsContainsName (line 955) | func orgItemsContainsName(items []*Organization, name string) bool { function orgItemsContainsEmail (line 967) | func orgItemsContainsEmail(items []*Organization, email string) bool { FILE: organization_membership.go type OrganizationMemberships (line 20) | type OrganizationMemberships interface type organizationMemberships (line 38) | type organizationMemberships struct method List (line 118) | func (s *organizationMemberships) List(ctx context.Context, organizati... method Create (line 142) | func (s *organizationMemberships) Create(ctx context.Context, organiza... method Read (line 166) | func (s *organizationMemberships) Read(ctx context.Context, organizati... method ReadWithOptions (line 171) | func (s *organizationMemberships) ReadWithOptions(ctx context.Context,... method Delete (line 195) | func (s *organizationMemberships) Delete(ctx context.Context, organiza... type OrganizationMembershipStatus (line 43) | type OrganizationMembershipStatus constant OrganizationMembershipActive (line 46) | OrganizationMembershipActive OrganizationMembershipStatus = "active" constant OrganizationMembershipInvited (line 47) | OrganizationMembershipInvited OrganizationMembershipStatus = "invited" type OrganizationMembershipList (line 51) | type OrganizationMembershipList struct type OrganizationMembership (line 57) | type OrganizationMembership struct type OrgMembershipIncludeOpt (line 70) | type OrgMembershipIncludeOpt constant OrgMembershipUser (line 73) | OrgMembershipUser OrgMembershipIncludeOpt = "user" constant OrgMembershipTeam (line 74) | OrgMembershipTeam OrgMembershipIncludeOpt = "teams" type OrganizationMembershipListOptions (line 78) | type OrganizationMembershipListOptions struct method valid (line 216) | func (o *OrganizationMembershipListOptions) valid() error { type OrganizationMembershipCreateOptions (line 96) | type OrganizationMembershipCreateOptions struct method valid (line 209) | func (o OrganizationMembershipCreateOptions) valid() error { type OrganizationMembershipReadOptions (line 111) | type OrganizationMembershipReadOptions struct method valid (line 228) | func (o OrganizationMembershipReadOptions) valid() error { function validateOrgMembershipEmailParams (line 232) | func validateOrgMembershipEmailParams(emails []string) error { FILE: organization_membership_integration_test.go function TestOrganizationMembershipsList (line 15) | func TestOrganizationMembershipsList(t *testing.T) { function TestOrganizationMembershipsCreate (line 152) | func TestOrganizationMembershipsCreate(t *testing.T) { function TestOrganizationMembershipsRead (line 234) | func TestOrganizationMembershipsRead(t *testing.T) { function TestOrganizationMembershipsReadWithOptions (line 268) | func TestOrganizationMembershipsReadWithOptions(t *testing.T) { function TestOrganizationMembershipsDelete (line 312) | func TestOrganizationMembershipsDelete(t *testing.T) { FILE: organization_tags.go type OrganizationTags (line 19) | type OrganizationTags interface type organizationTags (line 31) | type organizationTags struct method List (line 85) | func (s *organizationTags) List(ctx context.Context, organization stri... method Delete (line 106) | func (s *organizationTags) Delete(ctx context.Context, organization st... method AddWorkspaces (line 130) | func (s *organizationTags) AddWorkspaces(ctx context.Context, tag stri... type OrganizationTagsList (line 36) | type OrganizationTagsList struct type OrganizationTag (line 42) | type OrganizationTag struct type OrganizationTagsListOptions (line 55) | type OrganizationTagsListOptions struct type OrganizationTagsDeleteOptions (line 65) | type OrganizationTagsDeleteOptions struct method valid (line 153) | func (opts *OrganizationTagsDeleteOptions) valid() error { type AddWorkspacesToTagOptions (line 70) | type AddWorkspacesToTagOptions struct method valid (line 168) | func (w *AddWorkspacesToTagOptions) valid() error { type tagID (line 75) | type tagID struct type workspaceID (line 80) | type workspaceID struct FILE: organization_tags_integration_test.go function TestOrganizationTagsList (line 15) | func TestOrganizationTagsList(t *testing.T) { function TestOrganizationTagsDelete (line 107) | func TestOrganizationTagsDelete(t *testing.T) { function TestOrganizationTagsAddWorkspace (line 158) | func TestOrganizationTagsAddWorkspace(t *testing.T) { FILE: organization_token.go type TokenType (line 16) | type TokenType constant AuditTrailToken (line 21) | AuditTrailToken TokenType = "audit-trails" type OrganizationTokens (line 29) | type OrganizationTokens interface type organizationTokens (line 50) | type organizationTokens struct method Create (line 90) | func (s *organizationTokens) Create(ctx context.Context, organization ... method CreateWithOptions (line 95) | func (s *organizationTokens) CreateWithOptions(ctx context.Context, or... method Read (line 121) | func (s *organizationTokens) Read(ctx context.Context, organization st... method ReadWithOptions (line 126) | func (s *organizationTokens) ReadWithOptions(ctx context.Context, orga... method Delete (line 147) | func (s *organizationTokens) Delete(ctx context.Context, organization ... method DeleteWithOptions (line 152) | func (s *organizationTokens) DeleteWithOptions(ctx context.Context, or... type OrganizationToken (line 55) | type OrganizationToken struct type OrganizationTokenCreateOptions (line 66) | type OrganizationTokenCreateOptions struct type OrganizationTokenReadOptions (line 76) | type OrganizationTokenReadOptions struct type OrganizationTokenDeleteOptions (line 83) | type OrganizationTokenDeleteOptions struct FILE: organization_token_integration_test.go function TestOrganizationTokensCreate (line 15) | func TestOrganizationTokensCreate(t *testing.T) { function TestOrganizationTokens_CreateWithOptions (line 46) | func TestOrganizationTokens_CreateWithOptions(t *testing.T) { function TestOrganizationTokensRead (line 111) | func TestOrganizationTokensRead(t *testing.T) { function TestOrganizationTokensReadWithOptions (line 156) | func TestOrganizationTokensReadWithOptions(t *testing.T) { function TestOrganizationTokensDelete (line 191) | func TestOrganizationTokensDelete(t *testing.T) { function TestOrganizationTokensDeleteWithOptions (line 217) | func TestOrganizationTokensDeleteWithOptions(t *testing.T) { FILE: plan.go type Plans (line 22) | type Plans interface type plans (line 34) | type plans struct method Read (line 86) | func (s *plans) Read(ctx context.Context, planID string) (*Plan, error) { method Logs (line 107) | func (s *plans) Logs(ctx context.Context, planID string) (io.Reader, e... method ReadJSONOutput (line 151) | func (s *plans) ReadJSONOutput(ctx context.Context, planID string) ([]... type PlanStatus (line 39) | type PlanStatus constant PlanCanceled (line 43) | PlanCanceled PlanStatus = "canceled" constant PlanCreated (line 44) | PlanCreated PlanStatus = "created" constant PlanErrored (line 45) | PlanErrored PlanStatus = "errored" constant PlanFinished (line 46) | PlanFinished PlanStatus = "finished" constant PlanMFAWaiting (line 47) | PlanMFAWaiting PlanStatus = "mfa_waiting" constant PlanPending (line 48) | PlanPending PlanStatus = "pending" constant PlanQueued (line 49) | PlanQueued PlanStatus = "queued" constant PlanRunning (line 50) | PlanRunning PlanStatus = "running" constant PlanUnreachable (line 51) | PlanUnreachable PlanStatus = "unreachable" type Plan (line 55) | type Plan struct type PlanStatusTimestamps (line 76) | type PlanStatusTimestamps struct FILE: plan_export.go type PlanExports (line 21) | type PlanExports interface type planExports (line 36) | type planExports struct method Create (line 94) | func (s *planExports) Create(ctx context.Context, options PlanExportCr... method Read (line 114) | func (s *planExports) Read(ctx context.Context, planExportID string) (... method Delete (line 135) | func (s *planExports) Delete(ctx context.Context, planExportID string)... method Download (line 150) | func (s *planExports) Download(ctx context.Context, planExportID strin... type PlanExportDataType (line 41) | type PlanExportDataType constant PlanExportSentinelMockBundleV0 (line 45) | PlanExportSentinelMockBundleV0 PlanExportDataType = "sentinel-mock-bundl... type PlanExportStatus (line 49) | type PlanExportStatus constant PlanExportCanceled (line 53) | PlanExportCanceled PlanExportStatus = "canceled" constant PlanExportErrored (line 54) | PlanExportErrored PlanExportStatus = "errored" constant PlanExportExpired (line 55) | PlanExportExpired PlanExportStatus = "expired" constant PlanExportFinished (line 56) | PlanExportFinished PlanExportStatus = "finished" constant PlanExportPending (line 57) | PlanExportPending PlanExportStatus = "pending" constant PlanExportQueued (line 58) | PlanExportQueued PlanExportStatus = "queued" type PlanExportStatusTimestamps (line 62) | type PlanExportStatusTimestamps struct type PlanExport (line 71) | type PlanExport struct type PlanExportCreateOptions (line 79) | type PlanExportCreateOptions struct method valid (line 170) | func (o PlanExportCreateOptions) valid() error { FILE: plan_export_integration_test.go function TestPlanExportsCreate_RunDependent (line 17) | func TestPlanExportsCreate_RunDependent(t *testing.T) { function TestPlanExportsRead_RunDependent (line 62) | func TestPlanExportsRead_RunDependent(t *testing.T) { function TestPlanExportsDelete_RunDependent (line 87) | func TestPlanExportsDelete_RunDependent(t *testing.T) { function TestPlanExportsDownload_RunDependent (line 110) | func TestPlanExportsDownload_RunDependent(t *testing.T) { function TestPlanExport_Unmarshal (line 130) | func TestPlanExport_Unmarshal(t *testing.T) { FILE: plan_integration_test.go function TestPlansRead_RunDependent (line 19) | func TestPlansRead_RunDependent(t *testing.T) { function TestPlansLogs_RunDependent (line 77) | func TestPlansLogs_RunDependent(t *testing.T) { function TestPlan_Unmarshal (line 104) | func TestPlan_Unmarshal(t *testing.T) { function TestPlansJSONOutput_RunDependent (line 149) | func TestPlansJSONOutput_RunDependent(t *testing.T) { FILE: policy.go type Policies (line 21) | type Policies interface type policies (line 45) | type policies struct method List (line 160) | func (s *policies) List(ctx context.Context, organization string, opti... method Create (line 181) | func (s *policies) Create(ctx context.Context, organization string, op... method Read (line 205) | func (s *policies) Read(ctx context.Context, policyID string) (*Policy... method Update (line 226) | func (s *policies) Update(ctx context.Context, policyID string, option... method Delete (line 247) | func (s *policies) Delete(ctx context.Context, policyID string) error { method Upload (line 262) | func (s *policies) Upload(ctx context.Context, policyID string, conten... method Download (line 277) | func (s *policies) Download(ctx context.Context, policyID string) ([]b... type EnforcementLevel (line 50) | type EnforcementLevel constant EnforcementAdvisory (line 54) | EnforcementAdvisory EnforcementLevel = "advisory" constant EnforcementHard (line 55) | EnforcementHard EnforcementLevel = "hard-mandatory" constant EnforcementSoft (line 56) | EnforcementSoft EnforcementLevel = "soft-mandatory" constant EnforcementMandatory (line 57) | EnforcementMandatory EnforcementLevel = "mandatory" type PolicyList (line 61) | type PolicyList struct type Policy (line 67) | type Policy struct type Enforcement (line 84) | type Enforcement struct type EnforcementOptions (line 90) | type EnforcementOptions struct type PolicyListOptions (line 96) | type PolicyListOptions struct type PolicyCreateOptions (line 107) | type PolicyCreateOptions struct method valid (line 297) | func (o PolicyCreateOptions) valid() error { type PolicyUpdateOptions (line 137) | type PolicyUpdateOptions struct FILE: policy_check.go type PolicyChecks (line 23) | type PolicyChecks interface type policyChecks (line 38) | type policyChecks struct method List (line 136) | func (s *policyChecks) List(ctx context.Context, runID string, options... method Read (line 160) | func (s *policyChecks) Read(ctx context.Context, policyCheckID string)... method Override (line 181) | func (s *policyChecks) Override(ctx context.Context, policyCheckID str... method Logs (line 202) | func (s *policyChecks) Logs(ctx context.Context, policyCheckID string)... type PolicyScope (line 43) | type PolicyScope constant PolicyScopeOrganization (line 47) | PolicyScopeOrganization PolicyScope = "organization" constant PolicyScopeWorkspace (line 48) | PolicyScopeWorkspace PolicyScope = "workspace" type PolicyStatus (line 52) | type PolicyStatus constant PolicyCanceled (line 56) | PolicyCanceled PolicyStatus = "canceled" constant PolicyErrored (line 57) | PolicyErrored PolicyStatus = "errored" constant PolicyHardFailed (line 58) | PolicyHardFailed PolicyStatus = "hard_failed" constant PolicyOverridden (line 59) | PolicyOverridden PolicyStatus = "overridden" constant PolicyPasses (line 60) | PolicyPasses PolicyStatus = "passed" constant PolicyPending (line 61) | PolicyPending PolicyStatus = "pending" constant PolicyQueued (line 62) | PolicyQueued PolicyStatus = "queued" constant PolicySoftFailed (line 63) | PolicySoftFailed PolicyStatus = "soft_failed" constant PolicyUnreachable (line 64) | PolicyUnreachable PolicyStatus = "unreachable" type PolicyCheckList (line 68) | type PolicyCheckList struct type PolicyCheck (line 74) | type PolicyCheck struct type PolicyActions (line 86) | type PolicyActions struct type PolicyPermissions (line 91) | type PolicyPermissions struct type PolicyResult (line 96) | type PolicyResult struct type PolicyStatusTimestamps (line 109) | type PolicyStatusTimestamps struct type PolicyCheckIncludeOpt (line 119) | type PolicyCheckIncludeOpt constant PolicyCheckRunWorkspace (line 122) | PolicyCheckRunWorkspace PolicyCheckIncludeOpt = "run.workspace" constant PolicyCheckRun (line 123) | PolicyCheckRun PolicyCheckIncludeOpt = "run" type PolicyCheckListOptions (line 127) | type PolicyCheckListOptions struct method valid (line 242) | func (o *PolicyCheckListOptions) valid() error { FILE: policy_check_integration_test.go function TestPolicyChecksList_RunDependent (line 19) | func TestPolicyChecksList_RunDependent(t *testing.T) { function TestPolicyChecksRead_RunDependent (line 83) | func TestPolicyChecksRead_RunDependent(t *testing.T) { function TestPolicyChecksOverride_RunDependent (line 128) | func TestPolicyChecksOverride_RunDependent(t *testing.T) { function TestPolicyChecksLogs_RunDependent (line 186) | func TestPolicyChecksLogs_RunDependent(t *testing.T) { function TestPolicyCheck_Unmarshal (line 223) | func TestPolicyCheck_Unmarshal(t *testing.T) { FILE: policy_evaluation.go type PolicyEvaluationStatus (line 17) | type PolicyEvaluationStatus constant PolicyEvaluationPassed (line 20) | PolicyEvaluationPassed PolicyEvaluationStatus = "passed" constant PolicyEvaluationFailed (line 21) | PolicyEvaluationFailed PolicyEvaluationStatus = "failed" constant PolicyEvaluationPending (line 22) | PolicyEvaluationPending PolicyEvaluationStatus = "pending" constant PolicyEvaluationRunning (line 23) | PolicyEvaluationRunning PolicyEvaluationStatus = "running" constant PolicyEvaluationUnreachable (line 24) | PolicyEvaluationUnreachable PolicyEvaluationStatus = "unreachable" constant PolicyEvaluationOverridden (line 25) | PolicyEvaluationOverridden PolicyEvaluationStatus = "overridden" constant PolicyEvaluationCanceled (line 26) | PolicyEvaluationCanceled PolicyEvaluationStatus = "canceled" constant PolicyEvaluationErrored (line 27) | PolicyEvaluationErrored PolicyEvaluationStatus = "errored" type PolicyResultCount (line 31) | type PolicyResultCount struct type PolicyAttachable (line 39) | type PolicyAttachable struct type PolicyEvaluationStatusTimestamps (line 45) | type PolicyEvaluationStatusTimestamps struct type PolicyEvaluation (line 54) | type PolicyEvaluation struct type PolicyEvaluations (line 72) | type PolicyEvaluations interface type policyEvaluation (line 79) | type policyEvaluation struct method List (line 95) | func (s *policyEvaluation) List(ctx context.Context, taskStageID strin... type PolicyEvaluationListOptions (line 84) | type PolicyEvaluationListOptions struct type PolicyEvaluationList (line 89) | type PolicyEvaluationList struct type PolicySetOutcomes (line 123) | type PolicySetOutcomes interface type policySetOutcome (line 134) | type policySetOutcome struct method List (line 188) | func (s *policySetOutcome) List(ctx context.Context, policyEvaluationI... method Read (line 238) | func (s *policySetOutcome) Read(ctx context.Context, policySetOutcomeI... type PolicySetOutcomeListFilter (line 139) | type PolicySetOutcomeListFilter struct type PolicySetOutcomeListOptions (line 150) | type PolicySetOutcomeListOptions struct method buildQueryString (line 219) | func (opts *PolicySetOutcomeListOptions) buildQueryString() map[string... type PolicySetOutcomeList (line 159) | type PolicySetOutcomeList struct type Outcome (line 165) | type Outcome struct type PolicySetOutcome (line 174) | type PolicySetOutcome struct FILE: policy_evaluation_beta_test.go function TestPolicyEvaluationList_Beta_RunDependent (line 14) | func TestPolicyEvaluationList_Beta_RunDependent(t *testing.T) { function TestPolicySetOutcomeList_Beta_RunDependent (line 69) | func TestPolicySetOutcomeList_Beta_RunDependent(t *testing.T) { function TestPolicySetOutcomeRead_Beta_RunDependent (line 180) | func TestPolicySetOutcomeRead_Beta_RunDependent(t *testing.T) { FILE: policy_integration_test.go function TestPoliciesList (line 18) | func TestPoliciesList(t *testing.T) { function TestPoliciesCreate (line 106) | func TestPoliciesCreate(t *testing.T) { function TestPoliciesRead (line 430) | func TestPoliciesRead(t *testing.T) { function TestPoliciesUpdate (line 484) | func TestPoliciesUpdate(t *testing.T) { function TestPoliciesDelete (line 627) | func TestPoliciesDelete(t *testing.T) { function TestPoliciesUpload (line 657) | func TestPoliciesUpload(t *testing.T) { function TestPoliciesDownload (line 686) | func TestPoliciesDownload(t *testing.T) { function TestPolicy_Unmarshal (line 718) | func TestPolicy_Unmarshal(t *testing.T) { function TestPolicyCreateOptions_Marshal (line 759) | func TestPolicyCreateOptions_Marshal(t *testing.T) { function TestPolicyUpdateOptions_Marshal (line 788) | func TestPolicyUpdateOptions_Marshal(t *testing.T) { FILE: policy_set.go type PolicyKind (line 18) | type PolicyKind constant OPA (line 21) | OPA PolicyKind = "opa" constant Sentinel (line 22) | Sentinel PolicyKind = "sentinel" type PolicySets (line 29) | type PolicySets interface type policySets (line 82) | type policySets struct method List (line 344) | func (s *policySets) List(ctx context.Context, organization string, op... method Create (line 365) | func (s *policySets) Create(ctx context.Context, organization string, ... method Read (line 389) | func (s *policySets) Read(ctx context.Context, policySetID string) (*P... method ReadWithOptions (line 394) | func (s *policySets) ReadWithOptions(ctx context.Context, policySetID ... method Update (line 418) | func (s *policySets) Update(ctx context.Context, policySetID string, o... method AddPolicies (line 442) | func (s *policySets) AddPolicies(ctx context.Context, policySetID stri... method RemovePolicies (line 460) | func (s *policySets) RemovePolicies(ctx context.Context, policySetID s... method AddWorkspaces (line 478) | func (s *policySets) AddWorkspaces(ctx context.Context, policySetID st... method RemoveWorkspaces (line 496) | func (s *policySets) RemoveWorkspaces(ctx context.Context, policySetID... method AddWorkspaceExclusions (line 514) | func (s *policySets) AddWorkspaceExclusions(ctx context.Context, polic... method RemoveWorkspaceExclusions (line 532) | func (s *policySets) RemoveWorkspaceExclusions(ctx context.Context, po... method AddProjects (line 550) | func (s *policySets) AddProjects(ctx context.Context, policySetID stri... method RemoveProjects (line 568) | func (s *policySets) RemoveProjects(ctx context.Context, policySetID s... method AddProjectExclusions (line 586) | func (s *policySets) AddProjectExclusions(ctx context.Context, policyS... method RemoveProjectExclusions (line 605) | func (s *policySets) RemoveProjectExclusions(ctx context.Context, poli... method Delete (line 623) | func (s *policySets) Delete(ctx context.Context, policySetID string) e... type PolicySetList (line 87) | type PolicySetList struct type PolicySet (line 93) | type PolicySet struct type PolicySetIncludeOpt (line 136) | type PolicySetIncludeOpt constant PolicySetPolicies (line 139) | PolicySetPolicies PolicySetIncludeOpt = "policies" constant PolicySetWorkspaces (line 140) | PolicySetWorkspaces PolicySetIncludeOpt = "workspaces" constant PolicySetCurrentVersion (line 141) | PolicySetCurrentVersion PolicySetIncludeOpt = "current_version" constant PolicySetNewestVersion (line 142) | PolicySetNewestVersion PolicySetIncludeOpt = "newest_version" constant PolicySetProjects (line 143) | PolicySetProjects PolicySetIncludeOpt = "projects" constant PolicySetWorkspaceExclusions (line 144) | PolicySetWorkspaceExclusions PolicySetIncludeOpt = "workspace_exclusions" constant PolicySetProjectExclusions (line 145) | PolicySetProjectExclusions PolicySetIncludeOpt = "project_exclusions" type PolicySetListOptions (line 149) | type PolicySetListOptions struct type PolicySetReadOptions (line 166) | type PolicySetReadOptions struct method valid (line 754) | func (o *PolicySetReadOptions) valid() error { type PolicySetCreateOptions (line 173) | type PolicySetCreateOptions struct method valid (line 637) | func (o PolicySetCreateOptions) valid() error { type PolicySetUpdateOptions (line 234) | type PolicySetUpdateOptions struct method valid (line 677) | func (o PolicySetUpdateOptions) valid() error { type PolicySetAddPoliciesOptions (line 279) | type PolicySetAddPoliciesOptions struct method valid (line 684) | func (o PolicySetAddPoliciesOptions) valid() error { type PolicySetRemovePoliciesOptions (line 286) | type PolicySetRemovePoliciesOptions struct method valid (line 694) | func (o PolicySetRemovePoliciesOptions) valid() error { type PolicySetAddWorkspacesOptions (line 293) | type PolicySetAddWorkspacesOptions struct method valid (line 704) | func (o PolicySetAddWorkspacesOptions) valid() error { type PolicySetRemoveWorkspacesOptions (line 300) | type PolicySetRemoveWorkspacesOptions struct method valid (line 647) | func (o PolicySetRemoveWorkspacesOptions) valid() error { type PolicySetAddWorkspaceExclusionsOptions (line 306) | type PolicySetAddWorkspaceExclusionsOptions struct method valid (line 714) | func (o PolicySetAddWorkspaceExclusionsOptions) valid() error { type PolicySetRemoveWorkspaceExclusionsOptions (line 312) | type PolicySetRemoveWorkspaceExclusionsOptions struct method valid (line 657) | func (o PolicySetRemoveWorkspaceExclusionsOptions) valid() error { type PolicySetAddProjectExclusionsOptions (line 318) | type PolicySetAddProjectExclusionsOptions struct method valid (line 734) | func (o PolicySetAddProjectExclusionsOptions) valid() error { type PolicySetRemoveProjectExclusionsOptions (line 324) | type PolicySetRemoveProjectExclusionsOptions struct method valid (line 744) | func (o PolicySetRemoveProjectExclusionsOptions) valid() error { type PolicySetAddProjectsOptions (line 331) | type PolicySetAddProjectsOptions struct method valid (line 724) | func (o PolicySetAddProjectsOptions) valid() error { type PolicySetRemoveProjectsOptions (line 338) | type PolicySetRemoveProjectsOptions struct method valid (line 667) | func (o PolicySetRemoveProjectsOptions) valid() error { FILE: policy_set_integration_test.go function TestPolicySetsList (line 18) | func TestPolicySetsList(t *testing.T) { function TestPolicySetsCreate (line 141) | func TestPolicySetsCreate(t *testing.T) { function TestPolicySetsCreateWithGithubApp (line 520) | func TestPolicySetsCreateWithGithubApp(t *testing.T) { function TestPolicySetsRead (line 604) | func TestPolicySetsRead(t *testing.T) { function TestPolicySetsUpdate (line 674) | func TestPolicySetsUpdate(t *testing.T) { function TestPolicySetsAddPolicies (line 777) | func TestPolicySetsAddPolicies(t *testing.T) { function TestPolicySetsRemovePolicies (line 833) | func TestPolicySetsRemovePolicies(t *testing.T) { function TestPolicySetsAddWorkspaces (line 883) | func TestPolicySetsAddWorkspaces(t *testing.T) { function TestPolicySetsRemoveWorkspaces (line 953) | func TestPolicySetsRemoveWorkspaces(t *testing.T) { function TestPolicySetsAddWorkspaceExclusions (line 1017) | func TestPolicySetsAddWorkspaceExclusions(t *testing.T) { function TestPolicySetsRemoveWorkspaceExclusions (line 1087) | func TestPolicySetsRemoveWorkspaceExclusions(t *testing.T) { function TestPolicySetsAddProjects (line 1151) | func TestPolicySetsAddProjects(t *testing.T) { function TestPolicySetsRemoveProjects (line 1221) | func TestPolicySetsRemoveProjects(t *testing.T) { function TestPolicySetAddProjectExclusions (line 1285) | func TestPolicySetAddProjectExclusions(t *testing.T) { function TestPolicySetRemoveProjectExclusions (line 1365) | func TestPolicySetRemoveProjectExclusions(t *testing.T) { function TestPolicySetsDelete (line 1442) | func TestPolicySetsDelete(t *testing.T) { FILE: policy_set_parameter.go type PolicySetParameters (line 19) | type PolicySetParameters interface type policySetParameters (line 37) | type policySetParameters struct method List (line 104) | func (s *policySetParameters) List(ctx context.Context, policySetID st... method Create (line 125) | func (s *policySetParameters) Create(ctx context.Context, policySetID ... method Read (line 149) | func (s *policySetParameters) Read(ctx context.Context, policySetID, p... method Update (line 173) | func (s *policySetParameters) Update(ctx context.Context, policySetID,... method Delete (line 197) | func (s *policySetParameters) Delete(ctx context.Context, policySetID,... type PolicySetParameterList (line 42) | type PolicySetParameterList struct type PolicySetParameter (line 48) | type PolicySetParameter struct type PolicySetParameterListOptions (line 60) | type PolicySetParameterListOptions struct type PolicySetParameterCreateOptions (line 65) | type PolicySetParameterCreateOptions struct method valid (line 214) | func (o PolicySetParameterCreateOptions) valid() error { type PolicySetParameterUpdateOptions (line 86) | type PolicySetParameterUpdateOptions struct FILE: policy_set_parameter_integration_test.go function TestPolicySetParametersList (line 14) | func TestPolicySetParametersList(t *testing.T) { function TestPolicySetParametersCreate (line 65) | func TestPolicySetParametersCreate(t *testing.T) { function TestPolicySetParametersRead (line 166) | func TestPolicySetParametersRead(t *testing.T) { function TestPolicySetParametersUpdate (line 204) | func TestPolicySetParametersUpdate(t *testing.T) { function TestPolicySetParametersDelete (line 269) | func TestPolicySetParametersDelete(t *testing.T) { FILE: policy_set_version.go type PolicySetVersions (line 20) | type PolicySetVersions interface type policySetVersions (line 34) | type policySetVersions struct method Create (line 109) | func (p *policySetVersions) Create(ctx context.Context, policySetID st... method Read (line 130) | func (p *policySetVersions) Read(ctx context.Context, policySetVersion... method Upload (line 153) | func (p *policySetVersions) Upload(ctx context.Context, psv PolicySetV... type PolicySetVersionSource (line 39) | type PolicySetVersionSource constant PolicySetVersionSourceAPI (line 43) | PolicySetVersionSourceAPI PolicySetVersionSource = "tfe-api" constant PolicySetVersionSourceADO (line 44) | PolicySetVersionSourceADO PolicySetVersionSource = "ado" constant PolicySetVersionSourceBitBucket (line 45) | PolicySetVersionSourceBitBucket PolicySetVersionSource = "bitbucket" constant PolicySetVersionSourceGitHub (line 46) | PolicySetVersionSourceGitHub PolicySetVersionSource = "github" constant PolicySetVersionSourceGitLab (line 47) | PolicySetVersionSourceGitLab PolicySetVersionSource = "gitlab" type PolicySetVersionStatus (line 51) | type PolicySetVersionStatus constant PolicySetVersionErrored (line 55) | PolicySetVersionErrored PolicySetVersionStatus = "errored" constant PolicySetVersionIngressing (line 56) | PolicySetVersionIngressing PolicySetVersionStatus = "ingressing" constant PolicySetVersionPending (line 57) | PolicySetVersionPending PolicySetVersionStatus = "pending" constant PolicySetVersionReady (line 58) | PolicySetVersionReady PolicySetVersionStatus = "ready" type PolicySetVersionStatusTimestamps (line 63) | type PolicySetVersionStatusTimestamps struct type PolicySetIngressAttributes (line 70) | type PolicySetIngressAttributes struct type PolicySetVersion (line 77) | type PolicySetVersion struct method uploadURL (line 95) | func (p PolicySetVersion) uploadURL() (string, error) { FILE: policy_set_version_integration_test.go constant waitForPolicySetVersionUpload (line 16) | waitForPolicySetVersionUpload = 500 * time.Millisecond function TestPolicySetVersionsCreate (line 18) | func TestPolicySetVersionsCreate(t *testing.T) { function TestPolicySetVersionsRead (line 41) | func TestPolicySetVersionsRead(t *testing.T) { function TestPolicySetVersionsUpload (line 66) | func TestPolicySetVersionsUpload(t *testing.T) { function TestPolicySetVersionsUploadURL (line 107) | func TestPolicySetVersionsUploadURL(t *testing.T) { function TestPolicySetVersionsIngressAttributes (line 148) | func TestPolicySetVersionsIngressAttributes(t *testing.T) { FILE: project.go type Projects (line 21) | type Projects interface type projects (line 56) | type projects struct method List (line 212) | func (s *projects) List(ctx context.Context, organization string, opti... method Create (line 238) | func (s *projects) Create(ctx context.Context, organization string, op... method ReadWithOptions (line 263) | func (s *projects) ReadWithOptions(ctx context.Context, projectID stri... method Read (line 284) | func (s *projects) Read(ctx context.Context, projectID string) (*Proje... method ListTagBindings (line 304) | func (s *projects) ListTagBindings(ctx context.Context, projectID stri... method ListEffectiveTagBindings (line 328) | func (s *projects) ListEffectiveTagBindings(ctx context.Context, proje... method AddTagBindings (line 353) | func (s *projects) AddTagBindings(ctx context.Context, projectID strin... method Update (line 378) | func (s *projects) Update(ctx context.Context, projectID string, optio... method Delete (line 403) | func (s *projects) Delete(ctx context.Context, projectID string) error { method DeleteAllTagBindings (line 418) | func (s *projects) DeleteAllTagBindings(ctx context.Context, projectID... type ProjectList (line 61) | type ProjectList struct type Project (line 67) | type Project struct type ProjectSettingOverwrites (line 84) | type ProjectSettingOverwrites struct type ProjectIncludeOpt (line 89) | type ProjectIncludeOpt constant ProjectEffectiveTagBindings (line 92) | ProjectEffectiveTagBindings ProjectIncludeOpt = "effective_tag_bindings" type ProjectListOptions (line 96) | type ProjectListOptions struct type ProjectReadOptions (line 115) | type ProjectReadOptions struct type ProjectCreateOptions (line 121) | type ProjectCreateOptions struct method valid (line 441) | func (o ProjectCreateOptions) valid() error { type ProjectUpdateOptions (line 163) | type ProjectUpdateOptions struct method valid (line 448) | func (o ProjectUpdateOptions) valid() error { type ProjectAddTagBindingsOptions (line 207) | type ProjectAddTagBindingsOptions struct method valid (line 452) | func (o ProjectAddTagBindingsOptions) valid() error { FILE: projects_integration_test.go function TestProjectsList (line 18) | func TestProjectsList(t *testing.T) { function TestProjectsReadWithOptions (line 147) | func TestProjectsReadWithOptions(t *testing.T) { function TestProjectsRead (line 177) | func TestProjectsRead(t *testing.T) { function TestProjectsCreate (line 253) | func TestProjectsCreate(t *testing.T) { function TestProjectsUpdate (line 432) | func TestProjectsUpdate(t *testing.T) { function TestProjectsAddTagBindings (line 637) | func TestProjectsAddTagBindings(t *testing.T) { function TestProjects_DeleteAllTagBindings (line 702) | func TestProjects_DeleteAllTagBindings(t *testing.T) { function TestProjectsDelete (line 730) | func TestProjectsDelete(t *testing.T) { function TestProjectsAutoDestroy (line 760) | func TestProjectsAutoDestroy(t *testing.T) { FILE: query_runs.go type QueryRuns (line 22) | type QueryRuns interface type QueryRunCreateOptions (line 46) | type QueryRunCreateOptions struct method valid (line 155) | func (o QueryRunCreateOptions) valid() error { type QueryRunStatusTimestamps (line 72) | type QueryRunStatusTimestamps struct type QueryRunIncludeOpt (line 83) | type QueryRunIncludeOpt type QueryRunSource (line 86) | type QueryRunSource type QueryRunStatus (line 89) | type QueryRunStatus constant QueryRunCanceled (line 93) | QueryRunCanceled QueryRunStatus = "canceled" constant QueryRunErrored (line 94) | QueryRunErrored QueryRunStatus = "errored" constant QueryRunPending (line 95) | QueryRunPending QueryRunStatus = "pending" constant QueryRunQueued (line 96) | QueryRunQueued QueryRunStatus = "queued" constant QueryRunRunning (line 97) | QueryRunRunning QueryRunStatus = "running" constant QueryRunFinished (line 98) | QueryRunFinished QueryRunStatus = "finished" constant QueryRunSourceAPI (line 103) | QueryRunSourceAPI QueryRunSource = "tfe-api" constant QueryRunCreatedBy (line 107) | QueryRunCreatedBy QueryRunIncludeOpt = "created_by" constant QueryRunConfigVer (line 108) | QueryRunConfigVer QueryRunIncludeOpt = "configuration_version" type queryRuns (line 112) | type queryRuns struct method List (line 163) | func (r *queryRuns) List(ctx context.Context, workspaceID string, opti... method Create (line 185) | func (r *queryRuns) Create(ctx context.Context, options QueryRunCreate... method Read (line 203) | func (r *queryRuns) Read(ctx context.Context, queryRunID string) (*Que... method ReadWithOptions (line 207) | func (r *queryRuns) ReadWithOptions(ctx context.Context, queryRunID st... method Logs (line 226) | func (r *queryRuns) Logs(ctx context.Context, queryRunID string) (io.R... method Cancel (line 269) | func (r *queryRuns) Cancel(ctx context.Context, queryRunID string) err... method ForceCancel (line 283) | func (r *queryRuns) ForceCancel(ctx context.Context, queryRunID string... type QueryRunList (line 117) | type QueryRunList struct type QueryRunListOptions (line 123) | type QueryRunListOptions struct method valid (line 151) | func (o *QueryRunListOptions) valid() error { type QueryRunReadOptions (line 129) | type QueryRunReadOptions struct type QueryRun (line 134) | type QueryRun struct FILE: query_runs_integration_test.go function createQueryRun (line 17) | func createQueryRun(t *testing.T, client *Client, workspace *Workspace) ... function TestQueryRunsList_RunDependent (line 29) | func TestQueryRunsList_RunDependent(t *testing.T) { function TestQueryRunsCreate_RunDependent (line 98) | func TestQueryRunsCreate_RunDependent(t *testing.T) { function TestQueryRunsRead_RunDependent (line 180) | func TestQueryRunsRead_RunDependent(t *testing.T) { function TestQueryRunsReadWithOptions_RunDependent (line 207) | func TestQueryRunsReadWithOptions_RunDependent(t *testing.T) { function TestQueryRunsCancel_RunDependent (line 230) | func TestQueryRunsCancel_RunDependent(t *testing.T) { function TestQueryRunsLogs_RunDependent (line 263) | func TestQueryRunsLogs_RunDependent(t *testing.T) { function TestQueryRunsForceCancel_RunDependent (line 284) | func TestQueryRunsForceCancel_RunDependent(t *testing.T) { FILE: registry_module.go type AgentExecutionMode (line 17) | type AgentExecutionMode method UnmarshalText (line 24) | func (a *AgentExecutionMode) UnmarshalText(text []byte) error { method MarshalText (line 29) | func (a AgentExecutionMode) MarshalText() ([]byte, error) { constant AgentExecutionModeAgent (line 20) | AgentExecutionModeAgent AgentExecutionMode = "agent" constant AgentExecutionModeRemote (line 21) | AgentExecutionModeRemote AgentExecutionMode = "remote" type RegistryModules (line 40) | type RegistryModules interface type TerraformRegistryModule (line 96) | type TerraformRegistryModule struct type Root (line 115) | type Root struct type Input (line 126) | type Input struct type Output (line 134) | type Output struct type ProviderDependency (line 139) | type ProviderDependency struct type Resource (line 146) | type Resource struct type registryModules (line 152) | type registryModules struct method List (line 432) | func (r *registryModules) List(ctx context.Context, organization strin... method ListCommits (line 453) | func (r *registryModules) ListCommits(ctx context.Context, moduleID Re... method Upload (line 482) | func (r *registryModules) Upload(ctx context.Context, rmv RegistryModu... method UploadTarGzip (line 502) | func (r *registryModules) UploadTarGzip(ctx context.Context, uploadURL... method Create (line 507) | func (r *registryModules) Create(ctx context.Context, organization str... method Update (line 537) | func (r *registryModules) Update(ctx context.Context, moduleID Registr... method CreateVersion (line 589) | func (r *registryModules) CreateVersion(ctx context.Context, moduleID ... method CreateWithVCSConnection (line 619) | func (r *registryModules) CreateWithVCSConnection(ctx context.Context,... method Read (line 654) | func (r *registryModules) Read(ctx context.Context, moduleID RegistryM... method ReadTerraformRegistryModule (line 698) | func (r *registryModules) ReadTerraformRegistryModule(ctx context.Cont... method ReadVersion (line 727) | func (r *registryModules) ReadVersion(ctx context.Context, moduleID Re... method Delete (line 762) | func (r *registryModules) Delete(ctx context.Context, organization, na... method DeleteByName (line 787) | func (r *registryModules) DeleteByName(ctx context.Context, module Reg... method DeleteProvider (line 809) | func (r *registryModules) DeleteProvider(ctx context.Context, moduleID... method DeleteVersion (line 833) | func (r *registryModules) DeleteVersion(ctx context.Context, moduleID ... method deprecatedDeleteProvider (line 1049) | func (r *registryModules) deprecatedDeleteProvider(ctx context.Context... method deprecatedDeleteVersion (line 1068) | func (r *registryModules) deprecatedDeleteVersion(ctx context.Context,... type RegistryModuleStatus (line 157) | type RegistryModuleStatus constant RegistryModuleStatusPending (line 161) | RegistryModuleStatusPending RegistryModuleStatus = "pending" constant RegistryModuleStatusNoVersionTags (line 162) | RegistryModuleStatusNoVersionTags RegistryModuleStatus = "no_version_tags" constant RegistryModuleStatusSetupFailed (line 163) | RegistryModuleStatusSetupFailed RegistryModuleStatus = "setup_failed" constant RegistryModuleStatusSetupComplete (line 164) | RegistryModuleStatusSetupComplete RegistryModuleStatus = "setup_complete" type RegistryModuleVersionStatus (line 168) | type RegistryModuleVersionStatus constant RegistryModuleVersionStatusPending (line 172) | RegistryModuleVersionStatusPending RegistryModuleVersionStat... constant RegistryModuleVersionStatusCloning (line 173) | RegistryModuleVersionStatusCloning RegistryModuleVersionStat... constant RegistryModuleVersionStatusCloneFailed (line 174) | RegistryModuleVersionStatusCloneFailed RegistryModuleVersionStat... constant RegistryModuleVersionStatusRegIngressReqFailed (line 175) | RegistryModuleVersionStatusRegIngressReqFailed RegistryModuleVersionStat... constant RegistryModuleVersionStatusRegIngressing (line 176) | RegistryModuleVersionStatusRegIngressing RegistryModuleVersionStat... constant RegistryModuleVersionStatusRegIngressFailed (line 177) | RegistryModuleVersionStatusRegIngressFailed RegistryModuleVersionStat... constant RegistryModuleVersionStatusOk (line 178) | RegistryModuleVersionStatusOk RegistryModuleVersionStat... type PublishingMechanism (line 181) | type PublishingMechanism constant PublishingMechanismBranch (line 184) | PublishingMechanismBranch PublishingMechanism = "branch" constant PublishingMechanismTag (line 185) | PublishingMechanismTag PublishingMechanism = "git_tag" type RegistryModuleID (line 191) | type RegistryModuleID struct method valid (line 861) | func (o RegistryModuleID) valid() error { method validWhenDeleteByProvider (line 902) | func (o RegistryModuleID) validWhenDeleteByProvider() error { method validWhenDeleteByName (line 938) | func (o RegistryModuleID) validWhenDeleteByName() error { type RegistryModuleList (line 208) | type RegistryModuleList struct type CommitList (line 214) | type CommitList struct type RegistryModule (line 220) | type RegistryModule struct type Commit (line 243) | type Commit struct type RegistryModuleVersion (line 255) | type RegistryModuleVersion struct type RegistryModulePermissions (line 270) | type RegistryModulePermissions struct type RegistryModuleVersionStatuses (line 276) | type RegistryModuleVersionStatuses struct type RegistryModuleListOptions (line 283) | type RegistryModuleListOptions struct type RegistryModuleListIncludeOpt (line 302) | type RegistryModuleListIncludeOpt constant IncludeNoCodeModules (line 304) | IncludeNoCodeModules RegistryModuleListIncludeOpt = "no-code-modules" type RegistryModuleCreateOptions (line 307) | type RegistryModuleCreateOptions struct method valid (line 967) | func (o RegistryModuleCreateOptions) valid() error { type RegistryModuleCreateVersionOptions (line 328) | type RegistryModuleCreateVersionOptions struct method valid (line 999) | func (o RegistryModuleCreateVersionOptions) valid() error { type RegistryModuleCreateWithVCSConnectionOptions (line 341) | type RegistryModuleCreateWithVCSConnectionOptions struct method valid (line 1009) | func (o RegistryModuleCreateWithVCSConnectionOptions) valid() error { type RegistryModuleUpdateOptions (line 374) | type RegistryModuleUpdateOptions struct type RegistryModuleTestConfigOptions (line 392) | type RegistryModuleTestConfigOptions struct type RegistryModuleVCSRepoOptions (line 398) | type RegistryModuleVCSRepoOptions struct method valid (line 1031) | func (o RegistryModuleVCSRepoOptions) valid() error { type RegistryModuleVCSRepoUpdateOptions (line 417) | type RegistryModuleVCSRepoUpdateOptions struct function NewPublicRegistryModuleID (line 1094) | func NewPublicRegistryModuleID(organization, namespace, name, provider s... function NewPrivateRegistryModuleID (line 1104) | func NewPrivateRegistryModuleID(organization, name, provider string) Reg... FILE: registry_module_integration_test.go function TestRegistryModulesList (line 23) | func TestRegistryModulesList(t *testing.T) { function TestRegistryModulesCreate (line 176) | func TestRegistryModulesCreate(t *testing.T) { function TestRegistryModuleUpdate (line 364) | func TestRegistryModuleUpdate(t *testing.T) { function TestRegistryModuleUpdateWithVCSConnection (line 414) | func TestRegistryModuleUpdateWithVCSConnection(t *testing.T) { function TestRegistryModulesCreateVersion (line 573) | func TestRegistryModulesCreateVersion(t *testing.T) { function TestRegistryModulesShowVersion (line 720) | func TestRegistryModulesShowVersion(t *testing.T) { function TestRegistryModulesListCommit (line 794) | func TestRegistryModulesListCommit(t *testing.T) { function TestRegistryModulesCreateWithVCSConnection (line 876) | func TestRegistryModulesCreateWithVCSConnection(t *testing.T) { function TestRegistryModulesCreateBranchBasedWithVCSConnection (line 998) | func TestRegistryModulesCreateBranchBasedWithVCSConnection(t *testing.T) { function TestRegistryModulesCreateMonorepoBranchBasedWithVCSConnection (line 1056) | func TestRegistryModulesCreateMonorepoBranchBasedWithVCSConnection(t *te... function TestRegistryModulesCreateMonorepoTagBasedWithVCSConnection (line 1106) | func TestRegistryModulesCreateMonorepoTagBasedWithVCSConnection(t *testi... function TestRegistryModulesCreateMonorepoNonStandardName (line 1201) | func TestRegistryModulesCreateMonorepoNonStandardName(t *testing.T) { function TestRegistryModulesCreateBranchBasedWithVCSConnectionWithTesting (line 1351) | func TestRegistryModulesCreateBranchBasedWithVCSConnectionWithTesting(t ... function TestRegistryModulesCreateWithGithubApp (line 1433) | func TestRegistryModulesCreateWithGithubApp(t *testing.T) { function TestRegistryModulesRead (line 1526) | func TestRegistryModulesRead(t *testing.T) { function TestRegistryModulesReadTerraformRegistryModule (line 1716) | func TestRegistryModulesReadTerraformRegistryModule(t *testing.T) { function TestRegistryModulesDelete (line 1839) | func TestRegistryModulesDelete(t *testing.T) { function TestRegistryModulesDeleteByName (line 1884) | func TestRegistryModulesDeleteByName(t *testing.T) { function TestRegistryModulesDeleteProvider (line 1939) | func TestRegistryModulesDeleteProvider(t *testing.T) { function TestRegistryModulesDeleteVersion (line 2052) | func TestRegistryModulesDeleteVersion(t *testing.T) { function TestRegistryModulesUpload (line 2213) | func TestRegistryModulesUpload(t *testing.T) { function TestRegistryModulesUploadTarGzip (line 2256) | func TestRegistryModulesUploadTarGzip(t *testing.T) { function TestRegistryModule_Unmarshal (line 2309) | func TestRegistryModule_Unmarshal(t *testing.T) { function TestRegistryCreateWithVCSOptions_Marshal (line 2377) | func TestRegistryCreateWithVCSOptions_Marshal(t *testing.T) { function TestRegistryModulesUpdate_AgentExecutionValidation (line 2400) | func TestRegistryModulesUpdate_AgentExecutionValidation(t *testing.T) { function TestRegistryModulesCreateWithVCSConnection_AgentExecutionValidation (line 2515) | func TestRegistryModulesCreateWithVCSConnection_AgentExecutionValidation... FILE: registry_module_test.go function TestRegistryModules_Update_AgentExecutionValidation (line 15) | func TestRegistryModules_Update_AgentExecutionValidation(t *testing.T) { function TestRegistryModules_CreateWithVCSConnection_AgentExecutionValidation (line 107) | func TestRegistryModules_CreateWithVCSConnection_AgentExecutionValidatio... FILE: registry_no_code_module.go type RegistryNoCodeModules (line 19) | type RegistryNoCodeModules interface type RegistryModuleVariableList (line 50) | type RegistryModuleVariableList struct type RegistryModuleVariable (line 61) | type RegistryModuleVariable struct type RegistryNoCodeModuleCreateWorkspaceOptions (line 87) | type RegistryNoCodeModuleCreateWorkspaceOptions struct method valid (line 453) | func (o *RegistryNoCodeModuleCreateWorkspaceOptions) valid() error { type RegistryNoCodeModuleUpgradeWorkspaceOptions (line 123) | type RegistryNoCodeModuleUpgradeWorkspaceOptions struct method valid (line 461) | func (o *RegistryNoCodeModuleUpgradeWorkspaceOptions) valid() error { type registryNoCodeModules (line 132) | type registryNoCodeModules struct method Create (line 251) | func (r *registryNoCodeModules) Create(ctx context.Context, organizati... method Read (line 275) | func (r *registryNoCodeModules) Read(ctx context.Context, noCodeModule... method ReadVariables (line 301) | func (r *registryNoCodeModules) ReadVariables( method Update (line 333) | func (r *registryNoCodeModules) Update(ctx context.Context, noCodeModu... method Delete (line 361) | func (r *registryNoCodeModules) Delete(ctx context.Context, noCodeModu... method CreateWorkspace (line 376) | func (r *registryNoCodeModules) CreateWorkspace( method UpgradeWorkspace (line 401) | func (r *registryNoCodeModules) UpgradeWorkspace( type RegistryNoCodeModule (line 137) | type RegistryNoCodeModule struct type NoCodeVariableOption (line 150) | type NoCodeVariableOption struct type RegistryNoCodeModuleCreateOptions (line 166) | type RegistryNoCodeModuleCreateOptions struct method valid (line 429) | func (o RegistryNoCodeModuleCreateOptions) valid() error { type RegistryNoCodeModuleIncludeOpt (line 187) | type RegistryNoCodeModuleIncludeOpt type RegistryNoCodeModuleReadOptions (line 195) | type RegistryNoCodeModuleReadOptions struct method valid (line 449) | func (o *RegistryNoCodeModuleReadOptions) valid() error { type RegistryNoCodeModuleReadVariablesOptions (line 208) | type RegistryNoCodeModuleReadVariablesOptions struct type RegistryNoCodeModuleUpdateOptions (line 217) | type RegistryNoCodeModuleUpdateOptions struct method valid (line 437) | func (o *RegistryNoCodeModuleUpdateOptions) valid() error { type WorkspaceUpgrade (line 239) | type WorkspaceUpgrade struct FILE: registry_no_code_module_integration_test.go function TestRegistryNoCodeModulesCreate (line 17) | func TestRegistryNoCodeModulesCreate(t *testing.T) { function TestRegistryNoCodeModulesRead (line 152) | func TestRegistryNoCodeModulesRead(t *testing.T) { function TestRegistryNoCodeModulesReadVariables (line 221) | func TestRegistryNoCodeModulesReadVariables(t *testing.T) { function TestRegistryNoCodeModulesUpdate (line 245) | func TestRegistryNoCodeModulesUpdate(t *testing.T) { function TestRegistryNoCodeModulesDelete (line 284) | func TestRegistryNoCodeModulesDelete(t *testing.T) { function createNoCodeRegistryModule (line 318) | func createNoCodeRegistryModule(t *testing.T, client *Client, orgName st... function TestRegistryNoCodeModulesCreateWorkspace (line 338) | func TestRegistryNoCodeModulesCreateWorkspace(t *testing.T) { function TestRegistryNoCodeModuleWorkspaceUpgrade (line 422) | func TestRegistryNoCodeModuleWorkspaceUpgrade(t *testing.T) { FILE: registry_provider.go type RegistryProviders (line 19) | type RegistryProviders interface type registryProviders (line 34) | type registryProviders struct method List (line 129) | func (r *registryProviders) List(ctx context.Context, organization str... method Create (line 152) | func (r *registryProviders) Create(ctx context.Context, organization s... method Read (line 179) | func (r *registryProviders) Read(ctx context.Context, providerID Regis... method Delete (line 205) | func (r *registryProviders) Delete(ctx context.Context, providerID Reg... type RegistryName (line 39) | type RegistryName constant PrivateRegistry (line 43) | PrivateRegistry RegistryName = "private" constant PublicRegistry (line 44) | PublicRegistry RegistryName = "public" type RegistryProviderIncludeOps (line 48) | type RegistryProviderIncludeOps constant RegistryProviderVersionsInclude (line 52) | RegistryProviderVersionsInclude RegistryProviderIncludeOps = "registry-p... type RegistryProvider (line 56) | type RegistryProvider struct type RegistryProviderPermissions (line 73) | type RegistryProviderPermissions struct type RegistryProviderListOptions (line 77) | type RegistryProviderListOptions struct method valid (line 251) | func (o *RegistryProviderListOptions) valid() error { type RegistryProviderList (line 93) | type RegistryProviderList struct type RegistryProviderID (line 99) | type RegistryProviderID struct method valid (line 235) | func (id RegistryProviderID) valid() error { type RegistryProviderCreateOptions (line 107) | type RegistryProviderCreateOptions struct method valid (line 225) | func (o RegistryProviderCreateOptions) valid() error { type RegistryProviderReadOptions (line 124) | type RegistryProviderReadOptions struct FILE: registry_provider_integration_test.go function TestRegistryProvidersList (line 15) | func TestRegistryProvidersList(t *testing.T) { function TestRegistryProvidersCreate (line 160) | func TestRegistryProvidersCreate(t *testing.T) { function TestRegistryProvidersRead (line 287) | func TestRegistryProvidersRead(t *testing.T) { function TestRegistryProvidersDelete (line 404) | func TestRegistryProvidersDelete(t *testing.T) { function TestRegistryProvidersIDValidation (line 463) | func TestRegistryProvidersIDValidation(t *testing.T) { FILE: registry_provider_platform.go type RegistryProviderPlatforms (line 18) | type RegistryProviderPlatforms interface type registryProviderPlatforms (line 33) | type registryProviderPlatforms struct method Create (line 85) | func (r *registryProviderPlatforms) Create(ctx context.Context, versio... method List (line 118) | func (r *registryProviderPlatforms) List(ctx context.Context, versionI... method Read (line 150) | func (r *registryProviderPlatforms) Read(ctx context.Context, platform... method Delete (line 182) | func (r *registryProviderPlatforms) Delete(ctx context.Context, platfo... type RegistryProviderPlatform (line 38) | type RegistryProviderPlatform struct type RegistryProviderPlatformID (line 54) | type RegistryProviderPlatformID struct method valid (line 206) | func (id RegistryProviderPlatformID) valid() error { type RegistryProviderPlatformCreateOptions (line 61) | type RegistryProviderPlatformCreateOptions struct method valid (line 219) | func (o RegistryProviderPlatformCreateOptions) valid() error { type RegistryProviderPlatformList (line 75) | type RegistryProviderPlatformList struct type RegistryProviderPlatformListOptions (line 80) | type RegistryProviderPlatformListOptions struct method valid (line 235) | func (o *RegistryProviderPlatformListOptions) valid() error { FILE: registry_provider_platform_integration_test.go function TestRegistryProviderPlatformsCreate (line 14) | func TestRegistryProviderPlatformsCreate(t *testing.T) { function TestRegistryProviderPlatformsDelete (line 169) | func TestRegistryProviderPlatformsDelete(t *testing.T) { function TestRegistryProviderPlatformsRead (line 215) | func TestRegistryProviderPlatformsRead(t *testing.T) { function TestRegistryProviderPlatformsList (line 297) | func TestRegistryProviderPlatformsList(t *testing.T) { FILE: registry_provider_version.go type RegistryProviderVersions (line 19) | type RegistryProviderVersions interface type registryProviderVersions (line 34) | type registryProviderVersions struct method List (line 90) | func (r *registryProviderVersions) List(ctx context.Context, providerI... method Create (line 120) | func (r *registryProviderVersions) Create(ctx context.Context, provide... method Read (line 155) | func (r *registryProviderVersions) Read(ctx context.Context, versionID... method Delete (line 183) | func (r *registryProviderVersions) Delete(ctx context.Context, version... type RegistryProviderVersion (line 39) | type RegistryProviderVersion struct method ShasumsUploadURL (line 205) | func (v *RegistryProviderVersion) ShasumsUploadURL() (string, error) { method ShasumsSigUploadURL (line 217) | func (v *RegistryProviderVersion) ShasumsSigUploadURL() (string, error) { method ShasumsDownloadURL (line 229) | func (v *RegistryProviderVersion) ShasumsDownloadURL() (string, error) { method ShasumsSigDownloadURL (line 241) | func (v *RegistryProviderVersion) ShasumsSigDownloadURL() (string, err... type RegistryProviderVersionID (line 59) | type RegistryProviderVersionID struct method valid (line 252) | func (id RegistryProviderVersionID) valid() error { type RegistryProviderVersionPermissions (line 64) | type RegistryProviderVersionPermissions struct type RegistryProviderVersionList (line 69) | type RegistryProviderVersionList struct type RegistryProviderVersionListOptions (line 74) | type RegistryProviderVersionListOptions struct method valid (line 265) | func (o *RegistryProviderVersionListOptions) valid() error { type RegistryProviderVersionCreateOptions (line 78) | type RegistryProviderVersionCreateOptions struct method valid (line 269) | func (o RegistryProviderVersionCreateOptions) valid() error { FILE: registry_provider_version_integration_test.go function TestRegistryProviderVersionsIDValidation (line 15) | func TestRegistryProviderVersionsIDValidation(t *testing.T) { function TestRegistryProviderVersionsCreate (line 89) | func TestRegistryProviderVersionsCreate(t *testing.T) { function TestRegistryProviderVersionsList (line 202) | func TestRegistryProviderVersionsList(t *testing.T) { function TestRegistryProviderVersionsDelete (line 303) | func TestRegistryProviderVersionsDelete(t *testing.T) { function TestRegistryProviderVersionsRead (line 344) | func TestRegistryProviderVersionsRead(t *testing.T) { FILE: request.go type ClientRequest (line 18) | type ClientRequest struct method Do (line 27) | func (r ClientRequest) Do(ctx context.Context, model interface{}) error { method DoJSON (line 86) | func (r *ClientRequest) DoJSON(ctx context.Context, model any) error { method DoRaw (line 151) | func (r *ClientRequest) DoRaw(ctx context.Context) (io.ReadCloser, err... FILE: request_hooks.go function ContextWithResponseHeaderHook (line 25) | func ContextWithResponseHeaderHook(parentCtx context.Context, cb func(st... function contextResponseHeaderHook (line 47) | func contextResponseHeaderHook(ctx context.Context) (func(int, http.Head... type contextResponseHeaderHookKeyType (line 65) | type contextResponseHeaderHookKeyType struct FILE: request_hooks_test.go function TestContextWithResponseHeaderHook (line 13) | func TestContextWithResponseHeaderHook(t *testing.T) { FILE: request_test.go type fixtureBody (line 21) | type fixtureBody struct function newTestRequest (line 27) | func newTestRequest(r *retryablehttp.Request) ClientRequest { function TestClientRequest_DoJSON (line 38) | func TestClientRequest_DoJSON(t *testing.T) { FILE: reserved_tag_key.go type ReservedTagKeys (line 20) | type ReservedTagKeys interface type reservedTagKeys (line 35) | type reservedTagKeys struct method List (line 61) | func (s *reservedTagKeys) List(ctx context.Context, organization strin... method Create (line 107) | func (s *reservedTagKeys) Create(ctx context.Context, organization str... method Update (line 149) | func (s *reservedTagKeys) Update(ctx context.Context, reservedTagKeyID... method Delete (line 170) | func (s *reservedTagKeys) Delete(ctx context.Context, reservedTagKeyID... type ReservedTagKeyList (line 40) | type ReservedTagKeyList struct type ReservedTagKey (line 46) | type ReservedTagKey struct type ReservedTagKeyListOptions (line 56) | type ReservedTagKeyListOptions struct type ReservedTagKeyCreateOptions (line 84) | type ReservedTagKeyCreateOptions struct method valid (line 99) | func (o ReservedTagKeyCreateOptions) valid() error { type ReservedTagKeyUpdateOptions (line 133) | type ReservedTagKeyUpdateOptions struct FILE: reserved_tag_key_integration_test.go function TestReservedTagKeysList (line 15) | func TestReservedTagKeysList(t *testing.T) { function TestReservedTagKeysCreate (line 69) | func TestReservedTagKeysCreate(t *testing.T) { function TestReservedTagKeysUpdate (line 148) | func TestReservedTagKeysUpdate(t *testing.T) { function TestReservedTagKeysDelete (line 224) | func TestReservedTagKeysDelete(t *testing.T) { function createReservedTagKey (line 262) | func createReservedTagKey(t *testing.T, client *Client, org *Organizatio... FILE: run.go type Runs (line 20) | type Runs interface type runs (line 53) | type runs struct method List (line 450) | func (s *runs) List(ctx context.Context, workspaceID string, options *... method ListForOrganization (line 474) | func (s *runs) ListForOrganization(ctx context.Context, organization s... method Create (line 498) | func (s *runs) Create(ctx context.Context, options RunCreateOptions) (... method Read (line 518) | func (s *runs) Read(ctx context.Context, runID string) (*Run, error) { method ReadWithOptions (line 523) | func (s *runs) ReadWithOptions(ctx context.Context, runID string, opti... method Apply (line 547) | func (s *runs) Apply(ctx context.Context, runID string, options RunApp... method Cancel (line 562) | func (s *runs) Cancel(ctx context.Context, runID string, options RunCa... method ForceCancel (line 577) | func (s *runs) ForceCancel(ctx context.Context, runID string, options ... method ForceExecute (line 597) | func (s *runs) ForceExecute(ctx context.Context, runID string) error { method Discard (line 612) | func (s *runs) Discard(ctx context.Context, runID string, options RunD... type RunStatus (line 58) | type RunStatus constant RunApplied (line 62) | RunApplied RunStatus = "applied" constant RunApplying (line 63) | RunApplying RunStatus = "applying" constant RunApplyQueued (line 64) | RunApplyQueued RunStatus = "apply_queued" constant RunCanceled (line 65) | RunCanceled RunStatus = "canceled" constant RunConfirmed (line 66) | RunConfirmed RunStatus = "confirmed" constant RunCostEstimated (line 67) | RunCostEstimated RunStatus = "cost_estimated" constant RunCostEstimating (line 68) | RunCostEstimating RunStatus = "cost_estimating" constant RunDiscarded (line 69) | RunDiscarded RunStatus = "discarded" constant RunErrored (line 70) | RunErrored RunStatus = "errored" constant RunFetching (line 71) | RunFetching RunStatus = "fetching" constant RunFetchingCompleted (line 72) | RunFetchingCompleted RunStatus = "fetching_completed" constant RunPending (line 73) | RunPending RunStatus = "pending" constant RunPlanned (line 74) | RunPlanned RunStatus = "planned" constant RunPlannedAndFinished (line 75) | RunPlannedAndFinished RunStatus = "planned_and_finished" constant RunPlannedAndSaved (line 76) | RunPlannedAndSaved RunStatus = "planned_and_saved" constant RunPlanning (line 77) | RunPlanning RunStatus = "planning" constant RunPlanQueued (line 78) | RunPlanQueued RunStatus = "plan_queued" constant RunPolicyChecked (line 79) | RunPolicyChecked RunStatus = "policy_checked" constant RunPolicyChecking (line 80) | RunPolicyChecking RunStatus = "policy_checking" constant RunPolicyOverride (line 81) | RunPolicyOverride RunStatus = "policy_override" constant RunPolicySoftFailed (line 82) | RunPolicySoftFailed RunStatus = "policy_soft_failed" constant RunPostPlanAwaitingDecision (line 83) | RunPostPlanAwaitingDecision RunStatus = "post_plan_awaiting_decision" constant RunPostPlanCompleted (line 84) | RunPostPlanCompleted RunStatus = "post_plan_completed" constant RunPostPlanRunning (line 85) | RunPostPlanRunning RunStatus = "post_plan_running" constant RunPreApplyRunning (line 86) | RunPreApplyRunning RunStatus = "pre_apply_running" constant RunPreApplyCompleted (line 87) | RunPreApplyCompleted RunStatus = "pre_apply_completed" constant RunPrePlanCompleted (line 88) | RunPrePlanCompleted RunStatus = "pre_plan_completed" constant RunPrePlanRunning (line 89) | RunPrePlanRunning RunStatus = "pre_plan_running" constant RunQueuing (line 90) | RunQueuing RunStatus = "queuing" constant RunQueuingApply (line 91) | RunQueuingApply RunStatus = "queuing_apply" type RunSource (line 95) | type RunSource constant RunSourceAPI (line 99) | RunSourceAPI RunSource = "tfe-api" constant RunSourceConfigurationVersion (line 100) | RunSourceConfigurationVersion RunSource = "tfe-configuration-version" constant RunSourceUI (line 101) | RunSourceUI RunSource = "tfe-ui" type RunOperation (line 105) | type RunOperation constant RunOperationPlanApply (line 109) | RunOperationPlanApply RunOperation = "plan_and_apply" constant RunOperationPlanOnly (line 110) | RunOperationPlanOnly RunOperation = "plan_only" constant RunOperationRefreshOnly (line 111) | RunOperationRefreshOnly RunOperation = "refresh_only" constant RunOperationDestroy (line 112) | RunOperationDestroy RunOperation = "destroy" constant RunOperationEmptyApply (line 113) | RunOperationEmptyApply RunOperation = "empty_apply" constant RunOperationSavePlan (line 114) | RunOperationSavePlan RunOperation = "save_plan" type RunList (line 118) | type RunList struct type OrganizationRunList (line 126) | type OrganizationRunList struct type Run (line 132) | type Run struct type RunActions (line 176) | type RunActions struct type RunPermissions (line 184) | type RunPermissions struct type RunStatusTimestamps (line 193) | type RunStatusTimestamps struct type RunIncludeOpt (line 223) | type RunIncludeOpt constant RunPlan (line 226) | RunPlan RunIncludeOpt = "plan" constant RunApply (line 227) | RunApply RunIncludeOpt = "apply" constant RunCreatedBy (line 228) | RunCreatedBy RunIncludeOpt = "created_by" constant RunCostEstimate (line 229) | RunCostEstimate RunIncludeOpt = "cost_estimate" constant RunConfigVer (line 230) | RunConfigVer RunIncludeOpt = "configuration_version" constant RunConfigVerIngress (line 231) | RunConfigVerIngress RunIncludeOpt = "configuration_version.ingress_attri... constant RunWorkspace (line 232) | RunWorkspace RunIncludeOpt = "workspace" constant RunTaskStages (line 233) | RunTaskStages RunIncludeOpt = "task_stages" type RunListOptions (line 237) | type RunListOptions struct method valid (line 642) | func (o *RunListOptions) valid() error { type RunListForOrganizationOptions (line 271) | type RunListForOrganizationOptions struct method valid (line 646) | func (o *RunListForOrganizationOptions) valid() error { type RunReadOptions (line 317) | type RunReadOptions struct method valid (line 638) | func (o *RunReadOptions) valid() error { type RunCreateOptions (line 324) | type RunCreateOptions struct method valid (line 626) | func (o RunCreateOptions) valid() error { type RunApplyOptions (line 413) | type RunApplyOptions struct type RunCancelOptions (line 419) | type RunCancelOptions struct type RunVariableAttr (line 424) | type RunVariableAttr struct type RunVariable (line 432) | type RunVariable struct type RunForceCancelOptions (line 438) | type RunForceCancelOptions struct type RunDiscardOptions (line 444) | type RunDiscardOptions struct FILE: run_event.go type RunEvents (line 20) | type RunEvents interface type runEvents (line 32) | type runEvents struct method List (line 76) | func (s *runEvents) List(ctx context.Context, runID string, options *R... method Read (line 101) | func (s *runEvents) Read(ctx context.Context, runEventID string) (*Run... method ReadWithOptions (line 106) | func (s *runEvents) ReadWithOptions(ctx context.Context, runEventID st... type RunEventList (line 37) | type RunEventList struct type RunEvent (line 44) | type RunEvent struct type RunEventIncludeOpt (line 56) | type RunEventIncludeOpt constant RunEventComment (line 59) | RunEventComment RunEventIncludeOpt = "comment" constant RunEventActor (line 60) | RunEventActor RunEventIncludeOpt = "actor" type RunEventListOptions (line 64) | type RunEventListOptions struct method valid (line 133) | func (o *RunEventListOptions) valid() error { type RunEventReadOptions (line 70) | type RunEventReadOptions struct method valid (line 129) | func (o *RunEventReadOptions) valid() error { FILE: run_event_integration_test.go function TestRunEventsList_RunDependent (line 14) | func TestRunEventsList_RunDependent(t *testing.T) { function TestRunEventsRead_RunDependent (line 76) | func TestRunEventsRead_RunDependent(t *testing.T) { FILE: run_integration_test.go function TestRunsList_RunDependent (line 19) | func TestRunsList_RunDependent(t *testing.T) { function TestRunsListQueryParams_RunDependent (line 99) | func TestRunsListQueryParams_RunDependent(t *testing.T) { function TestRunsCreate_RunDependent (line 178) | func TestRunsCreate_RunDependent(t *testing.T) { function TestRunsRead_CostEstimate_RunDependent (line 394) | func TestRunsRead_CostEstimate_RunDependent(t *testing.T) { function TestRunsReadWithOptions_RunDependent (line 422) | func TestRunsReadWithOptions_RunDependent(t *testing.T) { function TestRunsReadWithPolicyPaths (line 442) | func TestRunsReadWithPolicyPaths(t *testing.T) { function TestRunsConfirmedBy_RunDependent (line 468) | func TestRunsConfirmedBy_RunDependent(t *testing.T) { function TestRunsCanceledAt_RunDependent (line 495) | func TestRunsCanceledAt_RunDependent(t *testing.T) { function TestRunsRunEvents (line 545) | func TestRunsRunEvents(t *testing.T) { function TestRunsTriggerReason (line 566) | func TestRunsTriggerReason(t *testing.T) { function TestRunsApply_RunDependent (line 587) | func TestRunsApply_RunDependent(t *testing.T) { function TestRunsCancel_RunDependent (line 624) | func TestRunsCancel_RunDependent(t *testing.T) { function TestRunsForceCancel_RunDependent (line 655) | func TestRunsForceCancel_RunDependent(t *testing.T) { function TestRunsForceExecute_RunDependent (line 716) | func TestRunsForceExecute_RunDependent(t *testing.T) { function TestRunsDiscard_RunDependent (line 771) | func TestRunsDiscard_RunDependent(t *testing.T) { function TestRun_Unmarshal (line 796) | func TestRun_Unmarshal(t *testing.T) { function TestRunCreateOptions_Marshal (line 866) | func TestRunCreateOptions_Marshal(t *testing.T) { function TestRunsListForOrganization_RunDependent (line 900) | func TestRunsListForOrganization_RunDependent(t *testing.T) { FILE: run_task.go type RunTasks (line 18) | type RunTasks interface type runTasks (line 42) | type runTasks struct method Create (line 175) | func (s *runTasks) Create(ctx context.Context, organization string, op... method List (line 200) | func (s *runTasks) List(ctx context.Context, organization string, opti... method Read (line 224) | func (s *runTasks) Read(ctx context.Context, runTaskID string) (*RunTa... method ReadWithOptions (line 229) | func (s *runTasks) ReadWithOptions(ctx context.Context, runTaskID stri... method Update (line 253) | func (s *runTasks) Update(ctx context.Context, runTaskID string, optio... method Delete (line 278) | func (s *runTasks) Delete(ctx context.Context, runTaskID string) error { method AttachToWorkspace (line 293) | func (s *runTasks) AttachToWorkspace(ctx context.Context, workspaceID,... type RunTask (line 47) | type RunTask struct type GlobalRunTask (line 63) | type GlobalRunTask struct type RunTaskList (line 70) | type RunTaskList struct type RunTaskIncludeOpt (line 77) | type RunTaskIncludeOpt constant RunTaskWorkspaceTasks (line 80) | RunTaskWorkspaceTasks RunTaskIncludeOpt = "workspace_tasks" constant RunTaskWorkspace (line 81) | RunTaskWorkspace RunTaskIncludeOpt = "workspace_tasks.workspace" type RunTaskListOptions (line 85) | type RunTaskListOptions struct method valid (line 332) | func (o *RunTaskListOptions) valid() error { type RunTaskReadOptions (line 93) | type RunTaskReadOptions struct method valid (line 336) | func (o *RunTaskReadOptions) valid() error { type GlobalRunTaskOptions (line 100) | type GlobalRunTaskOptions struct type RunTaskCreateOptions (line 107) | type RunTaskCreateOptions struct method valid (line 300) | func (o *RunTaskCreateOptions) valid() error { type RunTaskUpdateOptions (line 141) | type RunTaskUpdateOptions struct method valid (line 316) | func (o *RunTaskUpdateOptions) valid() error { FILE: run_task_integration_test.go function TestRunTasksCreate (line 15) | func TestRunTasksCreate(t *testing.T) { function TestRunTasksCreateWithoutGlobalEntitlement (line 104) | func TestRunTasksCreateWithoutGlobalEntitlement(t *testing.T) { function TestRunTasksList (line 155) | func TestRunTasksList(t *testing.T) { function TestRunTasksRead (line 182) | func TestRunTasksRead(t *testing.T) { function TestRunTasksUpdate (line 234) | func TestRunTasksUpdate(t *testing.T) { function TestRunTasksDelete (line 310) | func TestRunTasksDelete(t *testing.T) { function TestRunTasksAttachToWorkspace (line 341) | func TestRunTasksAttachToWorkspace(t *testing.T) { FILE: run_task_request.go type RunTaskRequest (line 12) | type RunTaskRequest struct type RunTaskRequestCapabilitites (line 41) | type RunTaskRequestCapabilitites struct FILE: run_tasks_integration.go type RunTasksIntegration (line 18) | type RunTasksIntegration interface type runTaskIntegration (line 24) | type runTaskIntegration struct method Callback (line 57) | func (s *runTaskIntegration) Callback(ctx context.Context, callbackURL... type TaskResultCallbackRequestOptions (line 30) | type TaskResultCallbackRequestOptions struct method valid (line 77) | func (o *TaskResultCallbackRequestOptions) valid() error { type TaskResultOutcome (line 40) | type TaskResultOutcome struct type TaskResultTag (line 51) | type TaskResultTag struct FILE: run_tasks_integration_test.go function TestRunTasksIntegration_Validate (line 16) | func TestRunTasksIntegration_Validate(t *testing.T) { function TestTaskResultsCallbackRequestOptions_Marshal (line 41) | func TestTaskResultsCallbackRequestOptions_Marshal(t *testing.T) { function TestRunTasksIntegration_ValidateCallback (line 75) | func TestRunTasksIntegration_ValidateCallback(t *testing.T) { function TestRunTasksIntegration_Callback (line 89) | func TestRunTasksIntegration_Callback(t *testing.T) { FILE: run_trigger.go type RunTriggers (line 21) | type RunTriggers interface type runTriggers (line 39) | type runTriggers struct method List (line 112) | func (s *runTriggers) List(ctx context.Context, workspaceID string, op... method Create (line 140) | func (s *runTriggers) Create(ctx context.Context, workspaceID string, ... method Read (line 166) | func (s *runTriggers) Read(ctx context.Context, runTriggerID string) (... method ReadWithOptions (line 171) | func (s *runTriggers) ReadWithOptions(ctx context.Context, runTriggerI... method Delete (line 194) | func (s *runTriggers) Delete(ctx context.Context, runTriggerID string)... type RunTriggerList (line 44) | type RunTriggerList struct type SourceableChoice (line 52) | type SourceableChoice struct type RunTrigger (line 57) | type RunTrigger struct type RunTriggerFilterOp (line 69) | type RunTriggerFilterOp constant RunTriggerOutbound (line 72) | RunTriggerOutbound RunTriggerFilterOp = "outbound" constant RunTriggerInbound (line 73) | RunTriggerInbound RunTriggerFilterOp = "inbound" type RunTriggerIncludeOpt (line 78) | type RunTriggerIncludeOpt constant RunTriggerWorkspace (line 81) | RunTriggerWorkspace RunTriggerIncludeOpt = "workspace" constant RunTriggerSourceable (line 82) | RunTriggerSourceable RunTriggerIncludeOpt = "sourceable" type RunTriggerListOptions (line 87) | type RunTriggerListOptions struct method valid (line 215) | func (o *RunTriggerListOptions) valid() error { type RunTriggerCreateOptions (line 95) | type RunTriggerCreateOptions struct method valid (line 208) | func (o RunTriggerCreateOptions) valid() error { type RunTriggerReadOptions (line 107) | type RunTriggerReadOptions struct function backfillDeprecatedSourceable (line 227) | func backfillDeprecatedSourceable(runTrigger *RunTrigger) { function validateRunTriggerFilterParam (line 235) | func validateRunTriggerFilterParam(filterParam RunTriggerFilterOp, inclu... FILE: run_trigger_integration_test.go function TestRunTriggerList (line 14) | func TestRunTriggerList(t *testing.T) { function TestRunTriggerCreate (line 151) | func TestRunTriggerCreate(t *testing.T) { function TestRunTriggerRead (line 202) | func TestRunTriggerRead(t *testing.T) { function TestRunTriggerReadWithOptions (line 236) | func TestRunTriggerReadWithOptions(t *testing.T) { function TestRunTriggerDelete (line 265) | func TestRunTriggerDelete(t *testing.T) { FILE: scripts/generate_resource/main.go function generateResourceTemplate (line 20) | func generateResourceTemplate(name string) ResourceTemplate { function main (line 48) | func main() { FILE: scripts/generate_resource/templates.go type ResourceTemplate (line 6) | type ResourceTemplate struct constant helpTemplate (line 34) | helpTemplate = ` constant sourceTemplate (line 50) | sourceTemplate = ` constant testTemplate (line 155) | testTemplate = `package tfe FILE: ssh_key.go type SSHKeys (line 20) | type SSHKeys interface type sshKeys (line 38) | type sshKeys struct method List (line 84) | func (s *sshKeys) List(ctx context.Context, organization string, optio... method Create (line 105) | func (s *sshKeys) Create(ctx context.Context, organization string, opt... method Read (line 130) | func (s *sshKeys) Read(ctx context.Context, sshKeyID string) (*SSHKey,... method Update (line 151) | func (s *sshKeys) Update(ctx context.Context, sshKeyID string, options... method Delete (line 172) | func (s *sshKeys) Delete(ctx context.Context, sshKeyID string) error { type SSHKeyList (line 43) | type SSHKeyList struct type SSHKey (line 49) | type SSHKey struct type SSHKeyListOptions (line 55) | type SSHKeyListOptions struct type SSHKeyCreateOptions (line 60) | type SSHKeyCreateOptions struct method valid (line 186) | func (o SSHKeyCreateOptions) valid() error { type SSHKeyUpdateOptions (line 75) | type SSHKeyUpdateOptions struct FILE: ssh_key_integration_test.go function TestSSHKeysList (line 14) | func TestSSHKeysList(t *testing.T) { function TestSSHKeysCreate (line 62) | func TestSSHKeysCreate(t *testing.T) { function TestSSHKeysRead (line 117) | func TestSSHKeysRead(t *testing.T) { function TestSSHKeysUpdate (line 147) | func TestSSHKeysUpdate(t *testing.T) { function TestSSHKeysDelete (line 188) | func TestSSHKeysDelete(t *testing.T) { FILE: stack.go type Stacks (line 14) | type Stacks interface type stacks (line 38) | type stacks struct method FetchLatestFromVcs (line 203) | func (s *stacks) FetchLatestFromVcs(ctx context.Context, stackID strin... method List (line 219) | func (s stacks) List(ctx context.Context, organization string, options... method Read (line 239) | func (s stacks) Read(ctx context.Context, stackID string) (*Stack, err... method Create (line 255) | func (s stacks) Create(ctx context.Context, options StackCreateOptions... method Update (line 275) | func (s stacks) Update(ctx context.Context, stackID string, options St... method Delete (line 291) | func (s stacks) Delete(ctx context.Context, stackID string) error { method ForceDelete (line 301) | func (s stacks) ForceDelete(ctx context.Context, stackID string) error { type StackSortColumn (line 46) | type StackSortColumn constant StackSortByName (line 50) | StackSortByName StackSortColumn = "name" constant StackSortByUpdatedAt (line 53) | StackSortByUpdatedAt StackSortColumn = "updated-at" constant StackSortByNameDesc (line 56) | StackSortByNameDesc StackSortColumn = "-name" constant StackSortByUpdatedAtDesc (line 59) | StackSortByUpdatedAtDesc StackSortColumn = "-updated-at" type StackList (line 63) | type StackList struct type StackVCSRepo (line 69) | type StackVCSRepo struct type StackVCSRepoOptions (line 77) | type StackVCSRepoOptions struct type Stack (line 85) | type Stack struct type StackConfigurationStatusTimestamps (line 108) | type StackConfigurationStatusTimestamps struct type StackComponent (line 118) | type StackComponent struct type StackConfiguration (line 126) | type StackConfiguration struct type StackIncludeOpt (line 143) | type StackIncludeOpt constant StackIncludeOrganization (line 146) | StackIncludeOrganization StackIncludeOpt = "organization" constant StackIncludeProject (line 147) | StackIncludeProject StackIncludeOpt = "project" constant StackIncludeLatestStackConfiguration (line 148) | StackIncludeLatestStackConfiguration StackIncludeOpt = "latest_stack_con... constant StackIncludeStackDiagnostics (line 149) | StackIncludeStackDiagnostics StackIncludeOpt = "latest_stack_con... type StackListOptions (line 153) | type StackListOptions struct method valid (line 310) | func (s *StackListOptions) valid() error { type StackCreateOptions (line 162) | type StackCreateOptions struct method valid (line 314) | func (s StackCreateOptions) valid() error { type StackUpdateOptions (line 176) | type StackUpdateOptions struct type WaitForStatusResult (line 191) | type WaitForStatusResult struct constant minimumPollingIntervalMs (line 199) | minimumPollingIntervalMs = 3000 constant maximumPollingIntervalMs (line 200) | maximumPollingIntervalMs = 5000 function awaitPoll (line 331) | func awaitPoll(ctx context.Context, id string, reader func(ctx context.C... FILE: stack_configuration.go type StackConfigurations (line 17) | type StackConfigurations interface type StackConfigurationStatus (line 48) | type StackConfigurationStatus method String (line 58) | func (s StackConfigurationStatus) String() string { constant StackConfigurationStatusPending (line 51) | StackConfigurationStatusPending StackConfigurationStatus = "pending" constant StackConfigurationStatusQueued (line 52) | StackConfigurationStatusQueued StackConfigurationStatus = "queued" constant StackConfigurationStatusPreparing (line 53) | StackConfigurationStatusPreparing StackConfigurationStatus = "preparing" constant StackConfigurationStatusCompleted (line 54) | StackConfigurationStatusCompleted StackConfigurationStatus = "completed" constant StackConfigurationStatusFailed (line 55) | StackConfigurationStatusFailed StackConfigurationStatus = "failed" type stackConfigurations (line 62) | type stackConfigurations struct method Read (line 68) | func (s stackConfigurations) Read(ctx context.Context, id string) (*St... method JSONSchemas (line 88) | func (s stackConfigurations) JSONSchemas(ctx context.Context, stackCon... method AwaitCompleted (line 109) | func (s stackConfigurations) AwaitCompleted(ctx context.Context, stack... method AwaitStatus (line 124) | func (s stackConfigurations) AwaitStatus(ctx context.Context, stackCon... method List (line 146) | func (s stackConfigurations) List(ctx context.Context, stackID string,... method CreateAndUpload (line 172) | func (s stackConfigurations) CreateAndUpload(ctx context.Context, stac... method pollForUploadURL (line 209) | func (s stackConfigurations) pollForUploadURL(ctx context.Context, sta... method UploadTarGzip (line 253) | func (s stackConfigurations) UploadTarGzip(ctx context.Context, upload... method Diagnostics (line 258) | func (s stackConfigurations) Diagnostics(ctx context.Context, stackCon... type StackConfigurationList (line 136) | type StackConfigurationList struct type StackConfigurationListOptions (line 142) | type StackConfigurationListOptions struct type CreateStackConfigurationOptions (line 165) | type CreateStackConfigurationOptions struct FILE: stack_configuration_integration_test.go function TestStackConfigurationList (line 15) | func TestStackConfigurationList(t *testing.T) { function TestStackConfigurationCreateUploadAndRead (line 83) | func TestStackConfigurationCreateUploadAndRead(t *testing.T) { function TestStackConfigurationDiagnostics (line 128) | func TestStackConfigurationDiagnostics(t *testing.T) { FILE: stack_configuration_summary.go type StackConfigurationSummaries (line 12) | type StackConfigurationSummaries interface type stackConfigurationSummaries (line 17) | type stackConfigurationSummaries struct method List (line 38) | func (s stackConfigurationSummaries) List(ctx context.Context, stackID... type StackConfigurationSummaryList (line 23) | type StackConfigurationSummaryList struct type StackConfigurationSummaryListOptions (line 28) | type StackConfigurationSummaryListOptions struct type StackConfigurationSummary (line 32) | type StackConfigurationSummary struct FILE: stack_configuration_summary_integration_test.go function TestStackConfigurationSummaryList (line 15) | func TestStackConfigurationSummaryList(t *testing.T) { FILE: stack_deployment.go type StackDeployments (line 9) | type StackDeployments interface type StackDeployment (line 14) | type StackDeployment struct type stackDeployments (line 24) | type stackDeployments struct method List (line 37) | func (s stackDeployments) List(ctx context.Context, stackID string, op... type StackDeploymentListOptions (line 28) | type StackDeploymentListOptions struct type StackDeploymentList (line 32) | type StackDeploymentList struct FILE: stack_deployment_groups.go type StackDeploymentGroups (line 15) | type StackDeploymentGroups interface type DeploymentGroupStatus (line 32) | type DeploymentGroupStatus method String (line 42) | func (s DeploymentGroupStatus) String() string { constant DeploymentGroupStatusPending (line 35) | DeploymentGroupStatusPending DeploymentGroupStatus = "pending" constant DeploymentGroupStatusDeploying (line 36) | DeploymentGroupStatusDeploying DeploymentGroupStatus = "deploying" constant DeploymentGroupStatusSucceeded (line 37) | DeploymentGroupStatusSucceeded DeploymentGroupStatus = "succeeded" constant DeploymentGroupStatusFailed (line 38) | DeploymentGroupStatusFailed DeploymentGroupStatus = "failed" constant DeploymentGroupStatusAbandoned (line 39) | DeploymentGroupStatusAbandoned DeploymentGroupStatus = "abandoned" type stackDeploymentGroups (line 47) | type stackDeploymentGroups struct method List (line 84) | func (s stackDeploymentGroups) List(ctx context.Context, stackConfigID... method ReadByName (line 108) | func (s stackDeploymentGroups) ReadByName(ctx context.Context, stackCo... method Read (line 131) | func (s stackDeploymentGroups) Read(ctx context.Context, stackDeployme... method ApproveAllPlans (line 151) | func (s stackDeploymentGroups) ApproveAllPlans(ctx context.Context, st... method Rerun (line 165) | func (s stackDeploymentGroups) Rerun(ctx context.Context, stackDeploym... type StackDeploymentGroup (line 54) | type StackDeploymentGroup struct type StackDeploymentGroupList (line 67) | type StackDeploymentGroupList struct type StackDeploymentGroupListOptions (line 73) | type StackDeploymentGroupListOptions struct type StackDeploymentGroupRerunOptions (line 78) | type StackDeploymentGroupRerunOptions struct FILE: stack_deployment_groups_integration_test.go function TestStackDeploymentGroupsList (line 14) | func TestStackDeploymentGroupsList(t *testing.T) { function TestStackDeploymentGroupsRead (line 81) | func TestStackDeploymentGroupsRead(t *testing.T) { function TestStackDeploymentGroupsApproveAllPlans (line 134) | func TestStackDeploymentGroupsApproveAllPlans(t *testing.T) { function TestStackDeploymentGroupsRerun (line 182) | func TestStackDeploymentGroupsRerun(t *testing.T) { FILE: stack_deployment_groups_summary.go type StackDeploymentGroupSummaries (line 9) | type StackDeploymentGroupSummaries interface type stackDeploymentGroupSummaries (line 14) | type stackDeploymentGroupSummaries struct method List (line 52) | func (s stackDeploymentGroupSummaries) List(ctx context.Context, stack... type StackDeploymentGroupSummaryList (line 20) | type StackDeploymentGroupSummaryList struct type StackDeploymentGroupSummaryListOptions (line 25) | type StackDeploymentGroupSummaryListOptions struct type StackDeploymentGroupStatusCounts (line 29) | type StackDeploymentGroupStatusCounts struct type StackDeploymentGroupSummary (line 40) | type StackDeploymentGroupSummary struct FILE: stack_deployment_groups_summary_integration_test.go function TestStackDeploymentGroupSummaryList (line 14) | func TestStackDeploymentGroupSummaryList(t *testing.T) { FILE: stack_deployment_integration_test.go function TestStackDeploymentsList (line 10) | func TestStackDeploymentsList(t *testing.T) { FILE: stack_deployment_runs.go type StackDeploymentRuns (line 14) | type StackDeploymentRuns interface type DeploymentRunStatus (line 23) | type DeploymentRunStatus method String (line 37) | func (s DeploymentRunStatus) String() string { constant DeploymentRunStatusPending (line 26) | DeploymentRunStatusPending DeploymentRunStatus = "pe... constant DeploymentRunStatusPreDeploying (line 27) | DeploymentRunStatusPreDeploying DeploymentRunStatus = "pr... constant DeploymentRunStatusPreDeployingPendingOperator (line 28) | DeploymentRunStatusPreDeployingPendingOperator DeploymentRunStatus = "pr... constant DeploymentRunStatusAcquiringLock (line 29) | DeploymentRunStatusAcquiringLock DeploymentRunStatus = "ac... constant DeploymentRunStatusDeploying (line 30) | DeploymentRunStatusDeploying DeploymentRunStatus = "de... constant DeploymentRunStatusDeployingPendingOperator (line 31) | DeploymentRunStatusDeployingPendingOperator DeploymentRunStatus = "de... constant DeploymentRunStatusSucceeded (line 32) | DeploymentRunStatusSucceeded DeploymentRunStatus = "su... constant DeploymentRunStatusFailed (line 33) | DeploymentRunStatusFailed DeploymentRunStatus = "fa... constant DeploymentRunStatusAbandoned (line 34) | DeploymentRunStatusAbandoned DeploymentRunStatus = "ab... type stackDeploymentRuns (line 42) | type stackDeploymentRuns struct method List (line 84) | func (s *stackDeploymentRuns) List(ctx context.Context, deploymentGrou... method Read (line 99) | func (s stackDeploymentRuns) Read(ctx context.Context, stackDeployment... method ReadWithOptions (line 114) | func (s stackDeploymentRuns) ReadWithOptions(ctx context.Context, stac... method ApproveAllPlans (line 133) | func (s stackDeploymentRuns) ApproveAllPlans(ctx context.Context, stac... method Cancel (line 142) | func (s stackDeploymentRuns) Cancel(ctx context.Context, stackDeployme... type StackDeploymentRun (line 49) | type StackDeploymentRun struct type SDRIncludeOpt (line 59) | type SDRIncludeOpt constant SDRDeploymentGroup (line 62) | SDRDeploymentGroup SDRIncludeOpt = "stack-deployment-group" type StackDeploymentRunList (line 66) | type StackDeploymentRunList struct type StackDeploymentRunReadOptions (line 71) | type StackDeploymentRunReadOptions struct method valid (line 151) | func (o *StackDeploymentRunReadOptions) valid() error { type StackDeploymentRunListOptions (line 77) | type StackDeploymentRunListOptions struct FILE: stack_deployment_runs_integration_test.go function TestStackDeploymentRunsList (line 15) | func TestStackDeploymentRunsList(t *testing.T) { function TestStackDeploymentRunsRead (line 100) | func TestStackDeploymentRunsRead(t *testing.T) { function TestStackDeploymentRunsApproveAllPlans (line 172) | func TestStackDeploymentRunsApproveAllPlans(t *testing.T) { function TestStackDeploymentRunsCancel (line 226) | func TestStackDeploymentRunsCancel(t *testing.T) { FILE: stack_deployment_steps.go type StackDeploymentSteps (line 16) | type StackDeploymentSteps interface type StackDeploymentStepArtifactType (line 30) | type StackDeploymentStepArtifactType constant StackDeploymentStepArtifactPlanDescription (line 34) | StackDeploymentStepArtifactPlanDescription StackDeploymentStepArtifactTy... constant StackDeploymentStepArtifactApplyDescription (line 36) | StackDeploymentStepArtifactApplyDescription StackDeploymentStepArtifactT... constant StackDeploymentStepArtifactPlanDebugLog (line 38) | StackDeploymentStepArtifactPlanDebugLog StackDeploymentStepArtifactType ... constant StackDeploymentStepArtifactApplyDebugLog (line 40) | StackDeploymentStepArtifactApplyDebugLog StackDeploymentStepArtifactType... type DeploymentStepStatus (line 43) | type DeploymentStepStatus method String (line 55) | func (s DeploymentStepStatus) String() string { constant DeploymentStepStatusBlocked (line 46) | DeploymentStepStatusBlocked DeploymentStepStatus = "blocked" constant DeploymentStepStatusAbandoned (line 47) | DeploymentStepStatusAbandoned DeploymentStepStatus = "abandoned" constant DeploymentStepStatusQueued (line 48) | DeploymentStepStatusQueued DeploymentStepStatus = "queued" constant DeploymentStepStatusRunning (line 49) | DeploymentStepStatusRunning DeploymentStepStatus = "running" constant DeploymentStepStatusPendingOperator (line 50) | DeploymentStepStatusPendingOperator DeploymentStepStatus = "pending-oper... constant DeploymentStepStatusCompleted (line 51) | DeploymentStepStatusCompleted DeploymentStepStatus = "completed" constant DeploymentStepStatusFailed (line 52) | DeploymentStepStatusFailed DeploymentStepStatus = "failed" type StackDeploymentStep (line 60) | type StackDeploymentStep struct type StackDeploymentStepList (line 76) | type StackDeploymentStepList struct type stackDeploymentSteps (line 81) | type stackDeploymentSteps struct method List (line 91) | func (s stackDeploymentSteps) List(ctx context.Context, stackDeploymen... method Read (line 107) | func (s stackDeploymentSteps) Read(ctx context.Context, stackDeploymen... method Advance (line 123) | func (s stackDeploymentSteps) Advance(ctx context.Context, stackDeploy... method Diagnostics (line 133) | func (s stackDeploymentSteps) Diagnostics(ctx context.Context, stackDe... method Artifacts (line 148) | func (s stackDeploymentSteps) Artifacts(ctx context.Context, stackDepl... type StackDeploymentStepsListOptions (line 87) | type StackDeploymentStepsListOptions struct FILE: stack_deployment_steps_integration_test.go function TestStackDeploymentStepsList (line 16) | func TestStackDeploymentStepsList(t *testing.T) { function TestStackDeploymentStepsRead (line 107) | func TestStackDeploymentStepsRead(t *testing.T) { function TestStackDeploymentStepsAdvance (line 171) | func TestStackDeploymentStepsAdvance(t *testing.T) { function pollStackDeploymentStepStatus (line 239) | func pollStackDeploymentStepStatus(t *testing.T, ctx context.Context, cl... function TestStackDeploymentStepsDiagnosticsArtifacts (line 272) | func TestStackDeploymentStepsDiagnosticsArtifacts(t *testing.T) { FILE: stack_diagnostic.go type StackDiagnostics (line 13) | type StackDiagnostics interface type StackDiagnostic (line 24) | type StackDiagnostic struct type StackDiagnosticSummary (line 40) | type StackDiagnosticSummary struct type DiagnosticSnippet (line 49) | type DiagnosticSnippet struct type stackDiagnostics (line 58) | type stackDiagnostics struct method Read (line 100) | func (s stackDiagnostics) Read(ctx context.Context, stackDiagnosticID ... method Acknowledge (line 115) | func (s stackDiagnostics) Acknowledge(ctx context.Context, stackDiagno... type StackDiagnosticsList (line 62) | type StackDiagnosticsList struct type DiagnosticPos (line 67) | type DiagnosticPos struct type DiagnosticRange (line 92) | type DiagnosticRange struct FILE: stack_diagnostic_integration_test.go function TestStackDiagnosticsReadAcknowledge (line 11) | func TestStackDiagnosticsReadAcknowledge(t *testing.T) { FILE: stack_integration_test.go function TestStackCreateAndList (line 15) | func TestStackCreateAndList(t *testing.T) { function TestStackReadUpdateDelete (line 139) | func TestStackReadUpdateDelete(t *testing.T) { function TestStackRemoveVCSBacking (line 228) | func TestStackRemoveVCSBacking(t *testing.T) { function TestStackReadUpdateForceDelete (line 275) | func TestStackReadUpdateForceDelete(t *testing.T) { function pollStackDeploymentGroups (line 338) | func pollStackDeploymentGroups(t *testing.T, ctx context.Context, client... function pollStackDeploymentGroupStatus (line 377) | func pollStackDeploymentGroupStatus(t *testing.T, ctx context.Context, c... function pollStackDeploymentRunStatus (line 411) | func pollStackDeploymentRunStatus(t *testing.T, ctx context.Context, cli... function pollStackConfigurationStatus (line 443) | func pollStackConfigurationStatus(t *testing.T, ctx context.Context, cli... function pollNewStackConfiguration (line 476) | func pollNewStackConfiguration(t *testing.T, ctx context.Context, client... FILE: stack_state.go type StackStates (line 15) | type StackStates interface type StackState (line 27) | type StackState struct type StackStateList (line 46) | type StackStateList struct type stackStates (line 51) | type stackStates struct method List (line 61) | func (s stackStates) List(ctx context.Context, stackID string, opts *S... method Read (line 76) | func (s stackStates) Read(ctx context.Context, stackStateID string) (*... method Description (line 91) | func (s stackStates) Description(ctx context.Context, stackStateID str... type StackStateListOptions (line 56) | type StackStateListOptions struct FILE: stack_state_integration_test.go function TestStackStateListReadDescription (line 12) | func TestStackStateListReadDescription(t *testing.T) { FILE: state_version.go type StateVersionStatus (line 21) | type StateVersionStatus constant StateVersionPending (line 25) | StateVersionPending StateVersionStatus = "pending" constant StateVersionFinalized (line 26) | StateVersionFinalized StateVersionStatus = "finalized" constant StateVersionDiscarded (line 27) | StateVersionDiscarded StateVersionStatus = "discarded" type StateVersions (line 35) | type StateVersions interface type stateVersions (line 84) | type stateVersions struct method List (line 250) | func (s *stateVersions) List(ctx context.Context, options *StateVersio... method Create (line 270) | func (s *stateVersions) Create(ctx context.Context, workspaceID string... method Upload (line 295) | func (s *stateVersions) Upload(ctx context.Context, workspaceID string... method UploadSanitizedState (line 328) | func (s *stateVersions) UploadSanitizedState(ctx context.Context, sani... method ReadWithOptions (line 337) | func (s *stateVersions) ReadWithOptions(ctx context.Context, svID stri... method Read (line 361) | func (s *stateVersions) Read(ctx context.Context, svID string) (*State... method ReadCurrentWithOptions (line 366) | func (s *stateVersions) ReadCurrentWithOptions(ctx context.Context, wo... method ReadCurrent (line 390) | func (s *stateVersions) ReadCurrent(ctx context.Context, workspaceID s... method Download (line 395) | func (s *stateVersions) Download(ctx context.Context, u string) ([]byt... method ListOutputs (line 414) | func (s *stateVersions) ListOutputs(ctx context.Context, svID string, ... method SoftDeleteBackingData (line 434) | func (s *stateVersions) SoftDeleteBackingData(ctx context.Context, svI... method RestoreBackingData (line 438) | func (s *stateVersions) RestoreBackingData(ctx context.Context, svID s... method PermanentlyDeleteBackingData (line 442) | func (s *stateVersions) PermanentlyDeleteBackingData(ctx context.Conte... method manageBackingData (line 446) | func (s *stateVersions) manageBackingData(ctx context.Context, svID, a... type StateVersionList (line 89) | type StateVersionList struct type StateVersion (line 95) | type StateVersion struct type StateVersionOutputsList (line 133) | type StateVersionOutputsList struct type StateVersionListOptions (line 139) | type StateVersionListOptions struct method valid (line 461) | func (o *StateVersionListOptions) valid() error { type StateVersionIncludeOpt (line 147) | type StateVersionIncludeOpt constant SVcreatedby (line 150) | SVcreatedby StateVersionIncludeOpt = "created_by" constant SVrun (line 151) | SVrun StateVersionIncludeOpt = "run" constant SVrunCreatedBy (line 152) | SVrunCreatedBy StateVersionIncludeOpt = "run.created_by" constant SVrunConfigurationVersion (line 153) | SVrunConfigurationVersion StateVersionIncludeOpt = "run.configuration_ve... constant SVoutputs (line 154) | SVoutputs StateVersionIncludeOpt = "outputs" type StateVersionReadOptions (line 158) | type StateVersionReadOptions struct method valid (line 497) | func (o *StateVersionReadOptions) valid() error { type StateVersionOutputsListOptions (line 166) | type StateVersionOutputsListOptions struct type StateVersionCurrentOptions (line 171) | type StateVersionCurrentOptions struct method valid (line 500) | func (o *StateVersionCurrentOptions) valid() error { type StateVersionCreateOptions (line 178) | type StateVersionCreateOptions struct method valid (line 474) | func (o StateVersionCreateOptions) valid() error { type StateVersionUploadOptions (line 216) | type StateVersionUploadOptions struct method valid (line 484) | func (o StateVersionUploadOptions) valid() error { type StateVersionModules (line 223) | type StateVersionModules struct type StateVersionModuleRoot (line 227) | type StateVersionModuleRoot struct type StateVersionProviders (line 232) | type StateVersionProviders struct type ProviderData (line 236) | type ProviderData struct type StateVersionResources (line 241) | type StateVersionResources struct FILE: state_version_integration_test.go function containsStateVersion (line 19) | func containsStateVersion(versions []*StateVersion, item *StateVersion) ... function TestStateVersionsList (line 28) | func TestStateVersionsList(t *testing.T) { function TestStateVersionsUpload (line 108) | func TestStateVersionsUpload(t *testing.T) { function TestStateVersionsCreate_RunDependent (line 269) | func TestStateVersionsCreate_RunDependent(t *testing.T) { function TestStateVersionsRead (line 503) | func TestStateVersionsRead(t *testing.T) { function TestStateVersionsReadWithOptions (line 605) | func TestStateVersionsReadWithOptions(t *testing.T) { function TestStateVersionsCurrent (line 628) | func TestStateVersionsCurrent(t *testing.T) { function TestStateVersionsCurrentWithOptions (line 674) | func TestStateVersionsCurrentWithOptions(t *testing.T) { function TestStateVersionsDownload (line 700) | func TestStateVersionsDownload(t *testing.T) { function TestStateVersionOutputs (line 724) | func TestStateVersionOutputs(t *testing.T) { function TestStateVersions_ManageBackingData (line 804) | func TestStateVersions_ManageBackingData(t *testing.T) { FILE: state_version_output.go type StateVersionOutputs (line 20) | type StateVersionOutputs interface type stateVersionOutputs (line 26) | type stateVersionOutputs struct method ReadCurrent (line 42) | func (s *stateVersionOutputs) ReadCurrent(ctx context.Context, workspa... method Read (line 63) | func (s *stateVersionOutputs) Read(ctx context.Context, outputID strin... type StateVersionOutput (line 31) | type StateVersionOutput struct FILE: state_version_output_integration_test.go function TestStateVersionOutputsRead (line 14) | func TestStateVersionOutputsRead(t *testing.T) { FILE: subscription_updater_test.go type featureSet (line 14) | type featureSet struct type featureSetList (line 18) | type featureSetList struct type featureSetListOptions (line 23) | type featureSetListOptions struct type retryableFn (line 27) | type retryableFn type updateFeatureSetOptions (line 29) | type updateFeatureSetOptions struct type organizationSubscriptionUpdater (line 42) | type organizationSubscriptionUpdater struct method WithBusinessPlan (line 55) | func (b *organizationSubscriptionUpdater) WithBusinessPlan() *organiza... method WithTrialPlan (line 74) | func (b *organizationSubscriptionUpdater) WithTrialPlan() *organizatio... method WithStandardEntitlementPlan (line 81) | func (b *organizationSubscriptionUpdater) WithStandardEntitlementPlan(... method Update (line 97) | func (b *organizationSubscriptionUpdater) Update(t *testing.T) { function newSubscriptionUpdater (line 48) | func newSubscriptionUpdater(organization *Organization) *organizationSub... FILE: tag.go type TagList (line 10) | type TagList struct type Tag (line 16) | type Tag struct type TagBinding (line 21) | type TagBinding struct type EffectiveTagBinding (line 27) | type EffectiveTagBinding struct function encodeTagFiltersAsParams (line 34) | func encodeTagFiltersAsParams(filters []*TagBinding) map[string][]string { FILE: task_result.go type TaskResults (line 16) | type TaskResults interface type taskResults (line 22) | type taskResults struct method Read (line 76) | func (t *taskResults) Read(ctx context.Context, taskResultID string) (... type TaskResultStatus (line 27) | type TaskResultStatus constant TaskPassed (line 30) | TaskPassed TaskResultStatus = "passed" constant TaskFailed (line 31) | TaskFailed TaskResultStatus = "failed" constant TaskPending (line 32) | TaskPending TaskResultStatus = "pending" constant TaskRunning (line 33) | TaskRunning TaskResultStatus = "running" constant TaskUnreachable (line 34) | TaskUnreachable TaskResultStatus = "unreachable" constant TaskErrored (line 35) | TaskErrored TaskResultStatus = "errored" type TaskEnforcementLevel (line 39) | type TaskEnforcementLevel constant Advisory (line 42) | Advisory TaskEnforcementLevel = "advisory" constant Mandatory (line 43) | Mandatory TaskEnforcementLevel = "mandatory" type TaskResultStatusTimestamps (line 47) | type TaskResultStatusTimestamps struct type TaskResult (line 56) | type TaskResult struct FILE: task_stages.go type TaskStages (line 17) | type TaskStages interface type taskStages (line 30) | type taskStages struct method Read (line 127) | func (s *taskStages) Read(ctx context.Context, taskStageID string, opt... method List (line 151) | func (s *taskStages) List(ctx context.Context, runID string, options *... method Override (line 174) | func (s *taskStages) Override(ctx context.Context, taskStageID string,... type Stage (line 35) | type Stage constant PrePlan (line 38) | PrePlan Stage = "pre_plan" constant PostPlan (line 39) | PostPlan Stage = "post_plan" constant PreApply (line 40) | PreApply Stage = "pre_apply" constant PostApply (line 41) | PostApply Stage = "post_apply" type TaskStageStatus (line 45) | type TaskStageStatus constant TaskStagePending (line 48) | TaskStagePending TaskStageStatus = "pending" constant TaskStageRunning (line 49) | TaskStageRunning TaskStageStatus = "running" constant TaskStagePassed (line 50) | TaskStagePassed TaskStageStatus = "passed" constant TaskStageFailed (line 51) | TaskStageFailed TaskStageStatus = "failed" constant TaskStageAwaitingOverride (line 52) | TaskStageAwaitingOverride TaskStageStatus = "awaiting_override" constant TaskStageCanceled (line 53) | TaskStageCanceled TaskStageStatus = "canceled" constant TaskStageErrored (line 54) | TaskStageErrored TaskStageStatus = "errored" constant TaskStageUnreachable (line 55) | TaskStageUnreachable TaskStageStatus = "unreachable" type Permissions (line 59) | type Permissions struct type Actions (line 66) | type Actions struct type TaskStage (line 71) | type TaskStage struct type TaskStageOverrideOptions (line 87) | type TaskStageOverrideOptions struct type TaskStageList (line 93) | type TaskStageList struct type TaskStageStatusTimestamps (line 99) | type TaskStageStatusTimestamps struct type TaskStageIncludeOpt (line 108) | type TaskStageIncludeOpt constant TaskStageTaskResults (line 110) | TaskStageTaskResults TaskStageIncludeOpt = "task_results" constant PolicyEvaluationsTaskResults (line 113) | PolicyEvaluationsTaskResults TaskStageIncludeOpt = "policy_evaluations" type TaskStageReadOptions (line 116) | type TaskStageReadOptions struct method valid (line 194) | func (o *TaskStageReadOptions) valid() error { type TaskStageListOptions (line 122) | type TaskStageListOptions struct FILE: task_stages_integration_beta_test.go function TestTaskStagesRead_Beta_RunDependent (line 14) | func TestTaskStagesRead_Beta_RunDependent(t *testing.T) { function TestTaskStagesList_Beta_RunDependent (line 111) | func TestTaskStagesList_Beta_RunDependent(t *testing.T) { function TestTaskStageOverride_Beta_RunDependent (line 174) | func TestTaskStageOverride_Beta_RunDependent(t *testing.T) { FILE: task_stages_integration_test.go function TestTaskStagesRead_RunDependent (line 14) | func TestTaskStagesRead_RunDependent(t *testing.T) { function TestTaskStagesList_RunDependent (line 80) | func TestTaskStagesList_RunDependent(t *testing.T) { FILE: team.go type Teams (line 19) | type Teams interface type teams (line 37) | type teams struct method List (line 185) | func (s *teams) List(ctx context.Context, organization string, options... method Create (line 208) | func (s *teams) Create(ctx context.Context, organization string, optio... method Read (line 232) | func (s *teams) Read(ctx context.Context, teamID string) (*Team, error) { method Update (line 253) | func (s *teams) Update(ctx context.Context, teamID string, options Tea... method Delete (line 274) | func (s *teams) Delete(ctx context.Context, teamID string) error { type TeamList (line 42) | type TeamList struct type Team (line 48) | type Team struct type OrganizationAccess (line 66) | type OrganizationAccess struct type TeamPermissions (line 87) | type TeamPermissions struct type TeamIncludeOpt (line 94) | type TeamIncludeOpt constant TeamUsers (line 97) | TeamUsers TeamIncludeOpt = "users" constant TeamOrganizationMemberships (line 98) | TeamOrganizationMemberships TeamIncludeOpt = "organization-memberships" type TeamListOptions (line 102) | type TeamListOptions struct method valid (line 295) | func (o *TeamListOptions) valid() error { type TeamCreateOptions (line 116) | type TeamCreateOptions struct method valid (line 288) | func (o TeamCreateOptions) valid() error { type TeamUpdateOptions (line 140) | type TeamUpdateOptions struct type OrganizationAccessOptions (line 164) | type OrganizationAccessOptions struct function validateTeamNames (line 307) | func validateTeamNames(names []string) error { FILE: team_access.go type TeamAccesses (line 20) | type TeamAccesses interface type teamAccesses (line 38) | type teamAccesses struct method List (line 172) | func (s *teamAccesses) List(ctx context.Context, options *TeamAccessLi... method Add (line 192) | func (s *teamAccesses) Add(ctx context.Context, options TeamAccessAddO... method Read (line 212) | func (s *teamAccesses) Read(ctx context.Context, teamAccessID string) ... method Update (line 233) | func (s *teamAccesses) Update(ctx context.Context, teamAccessID string... method Remove (line 254) | func (s *teamAccesses) Remove(ctx context.Context, teamAccessID string... type AccessType (line 43) | type AccessType constant AccessAdmin (line 46) | AccessAdmin AccessType = "admin" constant AccessPlan (line 47) | AccessPlan AccessType = "plan" constant AccessRead (line 48) | AccessRead AccessType = "read" constant AccessWrite (line 49) | AccessWrite AccessType = "write" constant AccessCustom (line 50) | AccessCustom AccessType = "custom" type RunsPermissionType (line 54) | type RunsPermissionType constant RunsPermissionRead (line 57) | RunsPermissionRead RunsPermissionType = "read" constant RunsPermissionPlan (line 58) | RunsPermissionPlan RunsPermissionType = "plan" constant RunsPermissionApply (line 59) | RunsPermissionApply RunsPermissionType = "apply" type VariablesPermissionType (line 63) | type VariablesPermissionType constant VariablesPermissionNone (line 66) | VariablesPermissionNone VariablesPermissionType = "none" constant VariablesPermissionRead (line 67) | VariablesPermissionRead VariablesPermissionType = "read" constant VariablesPermissionWrite (line 68) | VariablesPermissionWrite VariablesPermissionType = "write" type StateVersionsPermissionType (line 72) | type StateVersionsPermissionType constant StateVersionsPermissionNone (line 75) | StateVersionsPermissionNone StateVersionsPermissionType = "none" constant StateVersionsPermissionReadOutputs (line 76) | StateVersionsPermissionReadOutputs StateVersionsPermissionType = "read-o... constant StateVersionsPermissionRead (line 77) | StateVersionsPermissionRead StateVersionsPermissionType = "read" constant StateVersionsPermissionWrite (line 78) | StateVersionsPermissionWrite StateVersionsPermissionType = "write" type SentinelMocksPermissionType (line 82) | type SentinelMocksPermissionType constant SentinelMocksPermissionNone (line 85) | SentinelMocksPermissionNone SentinelMocksPermissionType = "none" constant SentinelMocksPermissionRead (line 86) | SentinelMocksPermissionRead SentinelMocksPermissionType = "read" type TeamAccessList (line 90) | type TeamAccessList struct type TeamAccess (line 96) | type TeamAccess struct type TeamAccessListOptions (line 114) | type TeamAccessListOptions struct method valid (line 268) | func (o *TeamAccessListOptions) valid() error { type TeamAccessAddOptions (line 120) | type TeamAccessAddOptions struct method valid (line 282) | func (o TeamAccessAddOptions) valid() error { type TeamAccessUpdateOptions (line 149) | type TeamAccessUpdateOptions struct FILE: team_access_integration_test.go function TestTeamAccessesList (line 14) | func TestTeamAccessesList(t *testing.T) { function TestTeamAccessesAdd (line 91) | func TestTeamAccessesAdd(t *testing.T) { function TestTeamAccessesRead (line 222) | func TestTeamAccessesRead(t *testing.T) { function TestTeamAccessesUpdate (line 273) | func TestTeamAccessesUpdate(t *testing.T) { function TestTeamAccessesRemove (line 304) | func TestTeamAccessesRemove(t *testing.T) { function TestTeamAccessesReadRunTasks (line 337) | func TestTeamAccessesReadRunTasks(t *testing.T) { function TestTeamAccessesUpdateRunTasks (line 367) | func TestTeamAccessesUpdateRunTasks(t *testing.T) { function TestTeamAccessesAddPolicyOverrides (line 401) | func TestTeamAccessesAddPolicyOverrides(t *testing.T) { FILE: team_integration_test.go function TestTeamsList (line 17) | func TestTeamsList(t *testing.T) { function TestTeamsCreate (line 90) | func TestTeamsCreate(t *testing.T) { function TestTeamsRead (line 177) | func TestTeamsRead(t *testing.T) { function TestTeamsUpdate (line 244) | func TestTeamsUpdate(t *testing.T) { function TestTeamsDelete (line 352) | func TestTeamsDelete(t *testing.T) { function TestTeam_Unmarshal (line 377) | func TestTeam_Unmarshal(t *testing.T) { function TestTeamCreateOptions_Marshal (line 421) | func TestTeamCreateOptions_Marshal(t *testing.T) { function TestTeamsUpdateRunTasks (line 444) | func TestTeamsUpdateRunTasks(t *testing.T) { function TestTeamsUpdateManageProjects (line 486) | func TestTeamsUpdateManageProjects(t *testing.T) { function TestTeamsUpdateManageManageMembership (line 527) | func TestTeamsUpdateManageManageMembership(t *testing.T) { function TestTeamsUpdateManageTeams (line 563) | func TestTeamsUpdateManageTeams(t *testing.T) { function TestTeamsUpdateManageOrganizationAccess (line 604) | func TestTeamsUpdateManageOrganizationAccess(t *testing.T) { function TestTeamsUpdateAccessSecretTeams (line 649) | func TestTeamsUpdateAccessSecretTeams(t *testing.T) { function TestTeamsUpdateManageAgentPools (line 695) | func TestTeamsUpdateManageAgentPools(t *testing.T) { FILE: team_member.go type TeamMembers (line 20) | type TeamMembers interface type teamMembers (line 39) | type teamMembers struct method List (line 67) | func (s *teamMembers) List(ctx context.Context, teamID string) ([]*Use... method ListUsers (line 72) | func (s *teamMembers) ListUsers(ctx context.Context, teamID string) ([... method ListOrganizationMemberships (line 99) | func (s *teamMembers) ListOrganizationMemberships(ctx context.Context,... method Add (line 126) | func (s *teamMembers) Add(ctx context.Context, teamID string, options ... method Remove (line 165) | func (s *teamMembers) Remove(ctx context.Context, teamID string, optio... type teamMemberUser (line 43) | type teamMemberUser struct type teamMemberOrgMembership (line 47) | type teamMemberOrgMembership struct type TeamMemberAddOptions (line 53) | type TeamMemberAddOptions struct method kind (line 205) | func (o *TeamMemberAddOptions) kind() string { method valid (line 221) | func (o *TeamMemberAddOptions) valid() error { type TeamMemberRemoveOptions (line 60) | type TeamMemberRemoveOptions struct method kind (line 214) | func (o *TeamMemberRemoveOptions) kind() string { method valid (line 237) | func (o *TeamMemberRemoveOptions) valid() error { FILE: team_member_integration_test.go function TestTeamMembersList (line 14) | func TestTeamMembersList(t *testing.T) { function TestTeamMembersAddWithInvalidOptions (line 59) | func TestTeamMembersAddWithInvalidOptions(t *testing.T) { function TestTeamMembersAddByUsername (line 102) | func TestTeamMembersAddByUsername(t *testing.T) { function TestTeamMembersAddByOrganizationMembers (line 135) | func TestTeamMembersAddByOrganizationMembers(t *testing.T) { function TestTeamMembersRemoveWithInvalidOptions (line 172) | func TestTeamMembersRemoveWithInvalidOptions(t *testing.T) { function TestTeamMembersRemoveByUsernames (line 215) | func TestTeamMembersRemoveByUsernames(t *testing.T) { function TestTeamMembersRemoveByOrganizationMemberships (line 241) | func TestTeamMembersRemoveByOrganizationMemberships(t *testing.T) { FILE: team_project_access.go type TeamProjectAccesses (line 19) | type TeamProjectAccesses interface type teamProjectAccesses (line 37) | type teamProjectAccesses struct method List (line 215) | func (s *teamProjectAccesses) List(ctx context.Context, options TeamPr... method Add (line 235) | func (s *teamProjectAccesses) Add(ctx context.Context, options TeamPro... method Read (line 259) | func (s *teamProjectAccesses) Read(ctx context.Context, teamProjectAcc... method Update (line 280) | func (s *teamProjectAccesses) Update(ctx context.Context, teamProjectA... method Remove (line 304) | func (s *teamProjectAccesses) Remove(ctx context.Context, teamProjectA... type TeamProjectAccessType (line 42) | type TeamProjectAccessType constant TeamProjectAccessAdmin (line 45) | TeamProjectAccessAdmin TeamProjectAccessType = "admin" constant TeamProjectAccessMaintain (line 46) | TeamProjectAccessMaintain TeamProjectAccessType = "maintain" constant TeamProjectAccessWrite (line 47) | TeamProjectAccessWrite TeamProjectAccessType = "write" constant TeamProjectAccessRead (line 48) | TeamProjectAccessRead TeamProjectAccessType = "read" constant TeamProjectAccessCustom (line 49) | TeamProjectAccessCustom TeamProjectAccessType = "custom" type TeamProjectAccessList (line 53) | type TeamProjectAccessList struct type TeamProjectAccess (line 59) | type TeamProjectAccess struct type TeamProjectAccessProjectPermissions (line 71) | type TeamProjectAccessProjectPermissions struct type TeamProjectAccessWorkspacePermissions (line 79) | type TeamProjectAccessWorkspacePermissions struct type ProjectSettingsPermissionType (line 94) | type ProjectSettingsPermissionType constant ProjectSettingsPermissionRead (line 97) | ProjectSettingsPermissionRead ProjectSettingsPermissionType = "read" constant ProjectSettingsPermissionUpdate (line 98) | ProjectSettingsPermissionUpdate ProjectSettingsPermissionType = "update" constant ProjectSettingsPermissionDelete (line 99) | ProjectSettingsPermissionDelete ProjectSettingsPermissionType = "delete" type ProjectTeamsPermissionType (line 103) | type ProjectTeamsPermissionType constant ProjectTeamsPermissionNone (line 106) | ProjectTeamsPermissionNone ProjectTeamsPermissionType = "none" constant ProjectTeamsPermissionRead (line 107) | ProjectTeamsPermissionRead ProjectTeamsPermissionType = "read" constant ProjectTeamsPermissionManage (line 108) | ProjectTeamsPermissionManage ProjectTeamsPermissionType = "manage" type ProjectVariableSetsPermissionType (line 112) | type ProjectVariableSetsPermissionType constant ProjectVariableSetsPermissionNone (line 115) | ProjectVariableSetsPermissionNone ProjectVariableSetsPermissionType = "... constant ProjectVariableSetsPermissionRead (line 116) | ProjectVariableSetsPermissionRead ProjectVariableSetsPermissionType = "... constant ProjectVariableSetsPermissionWrite (line 117) | ProjectVariableSetsPermissionWrite ProjectVariableSetsPermissionType = "... type WorkspaceRunsPermissionType (line 121) | type WorkspaceRunsPermissionType constant WorkspaceRunsPermissionRead (line 124) | WorkspaceRunsPermissionRead WorkspaceRunsPermissionType = "read" constant WorkspaceRunsPermissionPlan (line 125) | WorkspaceRunsPermissionPlan WorkspaceRunsPermissionType = "plan" constant WorkspaceRunsPermissionApply (line 126) | WorkspaceRunsPermissionApply WorkspaceRunsPermissionType = "apply" type WorkspaceSentinelMocksPermissionType (line 130) | type WorkspaceSentinelMocksPermissionType constant WorkspaceSentinelMocksPermissionNone (line 133) | WorkspaceSentinelMocksPermissionNone WorkspaceSentinelMocksPermissionTyp... constant WorkspaceSentinelMocksPermissionRead (line 134) | WorkspaceSentinelMocksPermissionRead WorkspaceSentinelMocksPermissionTyp... type WorkspaceStateVersionsPermissionType (line 138) | type WorkspaceStateVersionsPermissionType constant WorkspaceStateVersionsPermissionNone (line 141) | WorkspaceStateVersionsPermissionNone WorkspaceStateVersionsPermis... constant WorkspaceStateVersionsPermissionReadOutputs (line 142) | WorkspaceStateVersionsPermissionReadOutputs WorkspaceStateVersionsPermis... constant WorkspaceStateVersionsPermissionRead (line 143) | WorkspaceStateVersionsPermissionRead WorkspaceStateVersionsPermis... constant WorkspaceStateVersionsPermissionWrite (line 144) | WorkspaceStateVersionsPermissionWrite WorkspaceStateVersionsPermis... type WorkspaceVariablesPermissionType (line 148) | type WorkspaceVariablesPermissionType constant WorkspaceVariablesPermissionNone (line 151) | WorkspaceVariablesPermissionNone WorkspaceVariablesPermissionType = "none" constant WorkspaceVariablesPermissionRead (line 152) | WorkspaceVariablesPermissionRead WorkspaceVariablesPermissionType = "read" constant WorkspaceVariablesPermissionWrite (line 153) | WorkspaceVariablesPermissionWrite WorkspaceVariablesPermissionType = "wr... type TeamProjectAccessProjectPermissionsOptions (line 156) | type TeamProjectAccessProjectPermissionsOptions struct type TeamProjectAccessWorkspacePermissionsOptions (line 162) | type TeamProjectAccessWorkspacePermissionsOptions struct type TeamProjectAccessListOptions (line 177) | type TeamProjectAccessListOptions struct method valid (line 318) | func (o TeamProjectAccessListOptions) valid() error { type TeamProjectAccessAddOptions (line 183) | type TeamProjectAccessAddOptions struct method valid (line 326) | func (o TeamProjectAccessAddOptions) valid() error { type TeamProjectAccessUpdateOptions (line 202) | type TeamProjectAccessUpdateOptions struct function validateTeamProjectAccessType (line 340) | func validateTeamProjectAccessType(t TeamProjectAccessType) error { FILE: team_project_access_integration_test.go function TestTeamProjectAccessesList (line 15) | func TestTeamProjectAccessesList(t *testing.T) { function TestTeamProjectAccessesRead (line 82) | func TestTeamProjectAccessesRead(t *testing.T) { function TestTeamProjectAccessesAdd (line 127) | func TestTeamProjectAccessesAdd(t *testing.T) { function TestTeamProjectAccessesUpdate (line 457) | func TestTeamProjectAccessesUpdate(t *testing.T) { function TestTeamProjectAccessesRemove (line 620) | func TestTeamProjectAccessesRemove(t *testing.T) { FILE: team_token.go type TeamTokens (line 21) | type TeamTokens interface type teamTokens (line 48) | type teamTokens struct method Create (line 96) | func (s *teamTokens) Create(ctx context.Context, teamID string) (*Team... method CreateWithOptions (line 103) | func (s *teamTokens) CreateWithOptions(ctx context.Context, teamID str... method Read (line 130) | func (s *teamTokens) Read(ctx context.Context, teamID string) (*TeamTo... method ReadByID (line 151) | func (s *teamTokens) ReadByID(ctx context.Context, tokenID string) (*T... method List (line 172) | func (s *teamTokens) List(ctx context.Context, organizationID string, ... method Delete (line 194) | func (s *teamTokens) Delete(ctx context.Context, teamID string) error { method DeleteByID (line 209) | func (s *teamTokens) DeleteByID(ctx context.Context, tokenID string) e... type TeamToken (line 53) | type TeamToken struct type TeamTokenCreateOptions (line 65) | type TeamTokenCreateOptions struct type TeamTokenListOptions (line 76) | type TeamTokenListOptions struct type TeamTokenList (line 89) | type TeamTokenList struct FILE: team_token_integration_test.go function TestTeamTokensCreate (line 16) | func TestTeamTokensCreate(t *testing.T) { function TestTeamTokens_CreateWithOptions (line 48) | func TestTeamTokens_CreateWithOptions(t *testing.T) { function TestTeamTokens_CreateWithOptions_MultipleTokens (line 101) | func TestTeamTokens_CreateWithOptions_MultipleTokens(t *testing.T) { function TestTeamTokensRead (line 199) | func TestTeamTokensRead(t *testing.T) { function TestTeamTokensReadByID (line 248) | func TestTeamTokensReadByID(t *testing.T) { function TestTeamTokensList (line 317) | func TestTeamTokensList(t *testing.T) { function TestTeamTokensDelete (line 409) | func TestTeamTokensDelete(t *testing.T) { function TestTeamTokensDeleteByID (line 435) | func TestTeamTokensDeleteByID(t *testing.T) { FILE: test_config.go type TestConfig (line 6) | type TestConfig struct FILE: test_run.go type TestRuns (line 21) | type TestRuns interface type testRuns (line 42) | type testRuns struct method List (line 148) | func (s *testRuns) List(ctx context.Context, moduleID RegistryModuleID... method Read (line 168) | func (s *testRuns) Read(ctx context.Context, moduleID RegistryModuleID... method Create (line 193) | func (s *testRuns) Create(ctx context.Context, options TestRunCreateOp... method Logs (line 229) | func (s *testRuns) Logs(ctx context.Context, moduleID RegistryModuleID... method Cancel (line 275) | func (s *testRuns) Cancel(ctx context.Context, moduleID RegistryModule... method ForceCancel (line 294) | func (s *testRuns) ForceCancel(ctx context.Context, moduleID RegistryM... type TestRunStatus (line 47) | type TestRunStatus constant TestRunPending (line 51) | TestRunPending TestRunStatus = "pending" constant TestRunQueued (line 52) | TestRunQueued TestRunStatus = "queued" constant TestRunRunning (line 53) | TestRunRunning TestRunStatus = "running" constant TestRunErrored (line 54) | TestRunErrored TestRunStatus = "errored" constant TestRunCanceled (line 55) | TestRunCanceled TestRunStatus = "canceled" constant TestRunFinished (line 56) | TestRunFinished TestRunStatus = "finished" type TestStatus (line 61) | type TestStatus constant TestPending (line 65) | TestPending TestStatus = "pending" constant TestSkip (line 66) | TestSkip TestStatus = "skip" constant TestPass (line 67) | TestPass TestStatus = "pass" constant TestFail (line 68) | TestFail TestStatus = "fail" constant TestError (line 69) | TestError TestStatus = "error" type TestRun (line 73) | type TestRun struct type TestRunStatusTimestamps (line 91) | type TestRunStatusTimestamps struct type TestRunCreateOptions (line 101) | type TestRunCreateOptions struct method valid (line 312) | func (o TestRunCreateOptions) valid() error { type TestRunList (line 137) | type TestRunList struct type TestRunListOptions (line 143) | type TestRunListOptions struct function testRunsPath (line 328) | func testRunsPath(moduleID RegistryModuleID) string { FILE: test_run_integration_test.go function TestTestRunsList_RunDependent (line 15) | func TestTestRunsList_RunDependent(t *testing.T) { function TestTestRunsRead_RunDependent (line 86) | func TestTestRunsRead_RunDependent(t *testing.T) { function TestTestRunsCreate (line 120) | func TestTestRunsCreate(t *testing.T) { function TestTestRunsLogs_RunDependent (line 199) | func TestTestRunsLogs_RunDependent(t *testing.T) { function TestTestRunsCancel_RunDependent (line 240) | func TestTestRunsCancel_RunDependent(t *testing.T) { FILE: test_variables.go type TestVariables (line 19) | type TestVariables interface type testVariables (line 37) | type testVariables struct method List (line 42) | func (s *testVariables) List(ctx context.Context, moduleID RegistryMod... method Read (line 62) | func (s *testVariables) Read(ctx context.Context, moduleID RegistryMod... method Create (line 88) | func (s *testVariables) Create(ctx context.Context, moduleID RegistryM... method Update (line 111) | func (s *testVariables) Update(ctx context.Context, moduleID RegistryM... method Delete (line 135) | func (s *testVariables) Delete(ctx context.Context, moduleID RegistryM... function testVarsPath (line 152) | func testVarsPath(moduleID RegistryModuleID) string { FILE: test_variables_integration_test.go function TestTestVariablesList (line 14) | func TestTestVariablesList(t *testing.T) { function TestTestVariablesRead (line 85) | func TestTestVariablesRead(t *testing.T) { function TestTestVariablesCreate (line 134) | func TestTestVariablesCreate(t *testing.T) { function TestTestVariablesUpdate (line 270) | func TestTestVariablesUpdate(t *testing.T) { function TestTestVariablesDelete (line 356) | func TestTestVariablesDelete(t *testing.T) { FILE: tfe.go constant _userAgent (line 35) | _userAgent = "go-tfe" constant _headerRateLimit (line 36) | _headerRateLimit = "X-RateLimit-Limit" constant _headerRateReset (line 37) | _headerRateReset = "X-RateLimit-Reset" constant _headerAppName (line 38) | _headerAppName = "TFP-AppName" constant _headerAPIVersion (line 39) | _headerAPIVersion = "TFP-API-Version" constant _headerTFEVersion (line 40) | _headerTFEVersion = "X-TFE-Version" constant _headerTFENumericVersion (line 41) | _headerTFENumericVersion = "X-TFE-Current-Version" constant _includeQueryParam (line 42) | _includeQueryParam = "include" constant DefaultAddress (line 44) | DefaultAddress = "https://app.terraform.io" constant DefaultBasePath (line 45) | DefaultBasePath = "/api/v2/" constant DefaultRegistryPath (line 46) | DefaultRegistryPath = "/api/registry/" constant PingEndpoint (line 48) | PingEndpoint = "ping" constant ContentTypeJSONAPI (line 49) | ContentTypeJSONAPI = "application/vnd.api+json" type RetryLogHook (line 54) | type RetryLogHook type Config (line 58) | type Config struct function DefaultConfig (line 86) | func DefaultConfig() *Config { type Client (line 114) | type Client struct method doForeignPUTRequest (line 232) | func (c *Client) doForeignPUTRequest(ctx context.Context, foreignURL s... method NewRequest (line 270) | func (c *Client) NewRequest(method, path string, reqBody any) (*Client... method NewRequestWithAdditionalQueryParams (line 281) | func (c *Client) NewRequestWithAdditionalQueryParams(method, path stri... method AppName (line 561) | func (c Client) AppName() string { method IsCloud (line 569) | func (c Client) IsCloud() bool { method IsEnterprise (line 578) | func (c Client) IsEnterprise() bool { method RemoteAPIVersion (line 598) | func (c Client) RemoteAPIVersion() string { method BaseURL (line 603) | func (c Client) BaseURL() url.URL { method BaseRegistryURL (line 608) | func (c Client) BaseRegistryURL() url.URL { method SetFakeRemoteAPIVersion (line 617) | func (c *Client) SetFakeRemoteAPIVersion(fakeAPIVersion string) { method RemoteTFEVersion (line 628) | func (c Client) RemoteTFEVersion() string { method RemoteTFENumericVersion (line 639) | func (c Client) RemoteTFENumericVersion() string { method RetryServerErrors (line 645) | func (c *Client) RetryServerErrors(retry bool) { method retryHTTPCheck (line 651) | func (c *Client) retryHTTPCheck(ctx context.Context, resp *http.Respon... method retryHTTPBackoff (line 666) | func (c *Client) retryHTTPBackoff(minimum, maximum time.Duration, atte... method getRawAPIMetadata (line 737) | func (c *Client) getRawAPIMetadata() (rawAPIMetadata, error) { method configureLimiter (line 774) | func (c *Client) configureLimiter(rawLimit string) { type Admin (line 213) | type Admin struct type Meta (line 225) | type Meta struct function NewClient (line 364) | func NewClient(cfg *Config) (*Client, error) { function rateLimitBackoff (line 690) | func rateLimitBackoff(minimum, maximum time.Duration, resp *http.Respons... type rawAPIMetadata (line 712) | type rawAPIMetadata struct function encodeQueryParams (line 802) | func encodeQueryParams(v url.Values) string { function decodeQueryParams (line 837) | func decodeQueryParams(v any) (url.Values, error) { function serializeRequestBody (line 847) | func serializeRequestBody(v interface{}) (interface{}, error) { function unmarshalResponse (line 901) | func unmarshalResponse(responseBody io.Reader, model interface{}) error { type ListOptions (line 971) | type ListOptions struct type PaginationNextPrev (line 980) | type PaginationNextPrev struct type Pagination (line 987) | type Pagination struct function parsePaginationWithoutTotal (line 995) | func parsePaginationWithoutTotal(body io.Reader) (*PaginationNextPrev, e... function parsePagination (line 1010) | func parsePagination(body io.Reader) (*Pagination, error) { function checkResponseCode (line 1027) | func checkResponseCode(r *http.Response) error { function decodeErrorPayload (line 1099) | func decodeErrorPayload(r *http.Response) ([]string, error) { function errorPayloadContains (line 1131) | func errorPayloadContains(payloadErrors []string, match string) bool { function packContents (line 1140) | func packContents(path string) (*bytes.Buffer, error) { function validSliceKey (line 1163) | func validSliceKey(key string) bool { FILE: tfe_integration_test.go function TestClient_newClient (line 22) | func TestClient_newClient(t *testing.T) { function TestClient_defaultConfig (line 112) | func TestClient_defaultConfig(t *testing.T) { function TestClient_headers (line 145) | func TestClient_headers(t *testing.T) { function TestClient_userAgent (line 209) | func TestClient_userAgent(t *testing.T) { type JSONAPIBody (line 257) | type JSONAPIBody struct type JSONPlainBody (line 261) | type JSONPlainBody struct type InvalidBody (line 265) | type InvalidBody struct function TestClient_requestBodySerialization (line 270) | func TestClient_requestBodySerialization(t *testing.T) { function createRequest (line 399) | func createRequest(v interface{}) ([]byte, error) { function TestClient_configureLimiter (line 418) | func TestClient_configureLimiter(t *testing.T) { function TestClient_retryHTTPCheck (line 480) | func TestClient_retryHTTPCheck(t *testing.T) { function TestClient_retryHTTPBackoff (line 563) | func TestClient_retryHTTPBackoff(t *testing.T) { function setupEnvVars (line 601) | func setupEnvVars(token, address string) func() { FILE: tfe_test.go type tfeAPI (line 22) | type tfeAPI struct type tfeAPIDeliveryResponse (line 33) | type tfeAPIDeliveryResponse struct type tfeAPIStatus (line 38) | type tfeAPIStatus type tfeAPITimestamps (line 40) | type tfeAPITimestamps struct constant tfeAPIStatusNormal (line 45) | tfeAPIStatusNormal tfeAPIStatus = "normal" function Test_unmarshalResponse (line 48) | func Test_unmarshalResponse(t *testing.T) { function Test_decodeErrorPayload (line 128) | func Test_decodeErrorPayload(t *testing.T) { function Test_checkResponseCode (line 174) | func Test_checkResponseCode(t *testing.T) { function Test_BaseURL (line 204) | func Test_BaseURL(t *testing.T) { function Test_DefaultBaseURL (line 217) | func Test_DefaultBaseURL(t *testing.T) { function Test_DefaultRegistryBaseURL (line 229) | func Test_DefaultRegistryBaseURL(t *testing.T) { function Test_RegistryBaseURL (line 241) | func Test_RegistryBaseURL(t *testing.T) { function Test_EncodeQueryParams (line 254) | func Test_EncodeQueryParams(t *testing.T) { function Test_RegistryBasePath (line 272) | func Test_RegistryBasePath(t *testing.T) { function Test_NewRequest (line 289) | func Test_NewRequest(t *testing.T) { function Test_NewRequestWithAdditionalQueryParams (line 327) | func Test_NewRequestWithAdditionalQueryParams(t *testing.T) { FILE: type_helpers.go function Access (line 13) | func Access(v AccessType) *AccessType { function AgentExecutionModePtr (line 17) | func AgentExecutionModePtr(v AgentExecutionMode) *AgentExecutionMode { function ProjectAccess (line 22) | func ProjectAccess(v TeamProjectAccessType) *TeamProjectAccessType { function ProjectSettingsPermission (line 27) | func ProjectSettingsPermission(v ProjectSettingsPermissionType) *Project... function ProjectTeamsPermission (line 32) | func ProjectTeamsPermission(v ProjectTeamsPermissionType) *ProjectTeamsP... function ProjectVariableSetsPermission (line 37) | func ProjectVariableSetsPermission(v ProjectVariableSetsPermissionType) ... function WorkspaceRunsPermission (line 42) | func WorkspaceRunsPermission(v WorkspaceRunsPermissionType) *WorkspaceRu... function WorkspaceSentinelMocksPermission (line 47) | func WorkspaceSentinelMocksPermission(v WorkspaceSentinelMocksPermission... function WorkspaceStateVersionsPermission (line 52) | func WorkspaceStateVersionsPermission(v WorkspaceStateVersionsPermission... function WorkspaceVariablesPermission (line 57) | func WorkspaceVariablesPermission(v WorkspaceVariablesPermissionType) *W... function RunsPermission (line 62) | func RunsPermission(v RunsPermissionType) *RunsPermissionType { function VariablesPermission (line 67) | func VariablesPermission(v VariablesPermissionType) *VariablesPermission... function StateVersionsPermission (line 72) | func StateVersionsPermission(v StateVersionsPermissionType) *StateVersio... function SentinelMocksPermission (line 77) | func SentinelMocksPermission(v SentinelMocksPermissionType) *SentinelMoc... function AuthPolicy (line 82) | func AuthPolicy(v AuthPolicyType) *AuthPolicyType { function Bool (line 87) | func Bool(v bool) *bool { function Category (line 92) | func Category(v CategoryType) *CategoryType { function EnforcementMode (line 97) | func EnforcementMode(v EnforcementLevel) *EnforcementLevel { function Int (line 102) | func Int(v int) *int { function Int64 (line 107) | func Int64(v int64) *int64 { function NotificationDestination (line 112) | func NotificationDestination(v NotificationDestinationType) *Notificatio... function PlanExportType (line 117) | func PlanExportType(v PlanExportDataType) *PlanExportDataType { function ServiceProvider (line 122) | func ServiceProvider(v ServiceProviderType) *ServiceProviderType { function SMTPAuthValue (line 127) | func SMTPAuthValue(v SMTPAuthType) *SMTPAuthType { function String (line 132) | func String(v string) *string { function SAMLProvider (line 137) | func SAMLProvider(v SAMLProviderType) *SAMLProviderType { function NullableBool (line 141) | func NullableBool(v bool) jsonapi.NullableAttr[bool] { function NullBool (line 145) | func NullBool() jsonapi.NullableAttr[bool] { function NullableTime (line 149) | func NullableTime(v time.Time) jsonapi.NullableAttr[time.Time] { function NullTime (line 153) | func NullTime() jsonapi.NullableAttr[time.Time] { function Ptr (line 158) | func Ptr[T any](v T) *T { FILE: user.go type Users (line 17) | type Users interface type users (line 26) | type users struct method ReadCurrent (line 82) | func (s *users) ReadCurrent(ctx context.Context) (*User, error) { method UpdateCurrent (line 98) | func (s *users) UpdateCurrent(ctx context.Context, options UserUpdateO... type User (line 31) | type User struct type UserPermissions (line 51) | type UserPermissions struct type TwoFactor (line 61) | type TwoFactor struct type UserUpdateOptions (line 67) | type UserUpdateOptions struct FILE: user_integration_test.go function TestUsersReadCurrent (line 14) | func TestUsersReadCurrent(t *testing.T) { function TestUsersUpdate (line 35) | func TestUsersUpdate(t *testing.T) { FILE: user_token.go type UserTokens (line 21) | type UserTokens interface type userTokens (line 36) | type userTokens struct method Create (line 75) | func (s *userTokens) Create(ctx context.Context, userID string, option... method List (line 96) | func (s *userTokens) List(ctx context.Context, userID string) (*UserTo... method Read (line 117) | func (s *userTokens) Read(ctx context.Context, tokenID string) (*UserT... method Delete (line 138) | func (s *userTokens) Delete(ctx context.Context, tokenID string) error { type UserTokenList (line 41) | type UserTokenList struct type CreatedByChoice (line 49) | type CreatedByChoice struct type UserToken (line 56) | type UserToken struct type UserTokenCreateOptions (line 67) | type UserTokenCreateOptions struct FILE: user_token_integration_test.go function TestUserTokens_List (line 17) | func TestUserTokens_List(t *testing.T) { function TestUserTokens_Create (line 47) | func TestUserTokens_Create(t *testing.T) { function TestUserTokens_Read (line 112) | func TestUserTokens_Read(t *testing.T) { function createToken (line 140) | func createToken(t *testing.T, client *Client, user *User) (*UserToken, ... FILE: validations.go function validEmail (line 17) | func validEmail(v string) bool { function validString (line 23) | func validString(v *string) bool { function validStringID (line 29) | func validStringID(v *string) bool { function validVersion (line 34) | func validVersion(v string) bool { FILE: validations_test.go function TestValidStringID (line 12) | func TestValidStringID(t *testing.T) { FILE: variable.go type Variables (line 19) | type Variables interface type variables (line 40) | type variables struct method List (line 135) | func (s *variables) List(ctx context.Context, workspaceID string, opti... method ListAll (line 140) | func (s *variables) ListAll(ctx context.Context, workspaceID string, o... method getList (line 144) | func (s *variables) getList(ctx context.Context, workspaceID string, o... method Create (line 165) | func (s *variables) Create(ctx context.Context, workspaceID string, op... method Read (line 189) | func (s *variables) Read(ctx context.Context, workspaceID, variableID ... method Update (line 213) | func (s *variables) Update(ctx context.Context, workspaceID, variableI... method Delete (line 237) | func (s *variables) Delete(ctx context.Context, workspaceID, variableI... type CategoryType (line 45) | type CategoryType constant CategoryEnv (line 49) | CategoryEnv CategoryType = "env" constant CategoryPolicySet (line 50) | CategoryPolicySet CategoryType = "policy-set" constant CategoryTerraform (line 51) | CategoryTerraform CategoryType = "terraform" type VariableList (line 55) | type VariableList struct type Variable (line 61) | type Variable struct type VariableListOptions (line 76) | type VariableListOptions struct type VariableCreateOptions (line 81) | type VariableCreateOptions struct method valid (line 254) | func (o VariableCreateOptions) valid() error { type VariableUpdateOptions (line 108) | type VariableUpdateOptions struct FILE: variable_integration_test.go function TestVariablesList (line 14) | func TestVariablesList(t *testing.T) { function TestVariablesListAll (line 65) | func TestVariablesListAll(t *testing.T) { function TestVariablesCreate (line 183) | func TestVariablesCreate(t *testing.T) { function TestVariablesRead (line 328) | func TestVariablesRead(t *testing.T) { function TestVariablesUpdate (line 367) | func TestVariablesUpdate(t *testing.T) { function TestVariablesDelete (line 459) | func TestVariablesDelete(t *testing.T) { FILE: variable_set.go type VariableSets (line 19) | type VariableSets interface type variableSets (line 67) | type variableSets struct method List (line 254) | func (s *variableSets) List(ctx context.Context, organization string, ... method ListForWorkspace (line 280) | func (s *variableSets) ListForWorkspace(ctx context.Context, workspace... method ListForProject (line 306) | func (s *variableSets) ListForProject(ctx context.Context, projectID s... method Create (line 332) | func (s *variableSets) Create(ctx context.Context, organization string... method Read (line 356) | func (s *variableSets) Read(ctx context.Context, variableSetID string,... method Update (line 377) | func (s *variableSets) Update(ctx context.Context, variableSetID strin... method Delete (line 398) | func (s *variableSets) Delete(ctx context.Context, variableSetID strin... method ApplyToWorkspaces (line 414) | func (s *variableSets) ApplyToWorkspaces(ctx context.Context, variable... method RemoveFromWorkspaces (line 433) | func (s *variableSets) RemoveFromWorkspaces(ctx context.Context, varia... method ApplyToProjects (line 452) | func (s variableSets) ApplyToProjects(ctx context.Context, variableSet... method RemoveFromProjects (line 471) | func (s variableSets) RemoveFromProjects(ctx context.Context, variable... method ApplyToStacks (line 490) | func (s *variableSets) ApplyToStacks(ctx context.Context, variableSetI... method RemoveFromStacks (line 507) | func (s *variableSets) RemoveFromStacks(ctx context.Context, variableS... method UpdateWorkspaces (line 525) | func (s *variableSets) UpdateWorkspaces(ctx context.Context, variableS... method UpdateStacks (line 553) | func (s *variableSets) UpdateStacks(ctx context.Context, variableSetID... type VariableSetList (line 72) | type VariableSetList struct type Parent (line 79) | type Parent struct type VariableSet (line 85) | type VariableSet struct type VariableSetIncludeOpt (line 105) | type VariableSetIncludeOpt constant VariableSetWorkspaces (line 108) | VariableSetWorkspaces VariableSetIncludeOpt = "workspaces" constant VariableSetProjects (line 109) | VariableSetProjects VariableSetIncludeOpt = "projects" constant VariableSetStacks (line 110) | VariableSetStacks VariableSetIncludeOpt = "stacks" constant VariableSetVars (line 111) | VariableSetVars VariableSetIncludeOpt = "vars" type VariableSetListOptions (line 115) | type VariableSetListOptions struct method valid (line 580) | func (o *VariableSetListOptions) valid() error { type VariableSetCreateOptions (line 125) | type VariableSetCreateOptions struct method valid (line 584) | func (o *VariableSetCreateOptions) valid() error { type VariableSetReadOptions (line 153) | type VariableSetReadOptions struct type VariableSetUpdateOptions (line 158) | type VariableSetUpdateOptions struct type VariableSetApplyToWorkspacesOptions (line 182) | type VariableSetApplyToWorkspacesOptions struct method valid (line 597) | func (o *VariableSetApplyToWorkspacesOptions) valid() error { type VariableSetRemoveFromWorkspacesOptions (line 188) | type VariableSetRemoveFromWorkspacesOptions struct method valid (line 606) | func (o *VariableSetRemoveFromWorkspacesOptions) valid() error { type VariableSetApplyToProjectsOptions (line 194) | type VariableSetApplyToProjectsOptions struct method valid (line 615) | func (o *VariableSetApplyToProjectsOptions) valid() error { type VariableSetApplyToStacksOptions (line 200) | type VariableSetApplyToStacksOptions struct method valid (line 633) | func (o VariableSetApplyToStacksOptions) valid() error { type VariableSetRemoveFromProjectsOptions (line 206) | type VariableSetRemoveFromProjectsOptions struct method valid (line 624) | func (o VariableSetRemoveFromProjectsOptions) valid() error { type VariableSetRemoveFromStacksOptions (line 212) | type VariableSetRemoveFromStacksOptions struct method valid (line 642) | func (o VariableSetRemoveFromStacksOptions) valid() error { type VariableSetUpdateWorkspacesOptions (line 218) | type VariableSetUpdateWorkspacesOptions struct method valid (line 651) | func (o *VariableSetUpdateWorkspacesOptions) valid() error { type VariableSetUpdateStacksOptions (line 230) | type VariableSetUpdateStacksOptions struct method valid (line 658) | func (o *VariableSetUpdateStacksOptions) valid() error { type privateVariableSetUpdateWorkspacesOptions (line 241) | type privateVariableSetUpdateWorkspacesOptions struct type privateVariableSetUpdateStacksOptions (line 247) | type privateVariableSetUpdateStacksOptions struct FILE: variable_set_test.go function TestVariableSetsList (line 14) | func TestVariableSetsList(t *testing.T) { function TestVariableSetsListForWorkspace (line 70) | func TestVariableSetsListForWorkspace(t *testing.T) { function TestVariableSetsListForProject (line 131) | func TestVariableSetsListForProject(t *testing.T) { function TestVariableSetsCreate (line 189) | func TestVariableSetsCreate(t *testing.T) { function TestVariableSetsRead (line 275) | func TestVariableSetsRead(t *testing.T) { function TestVariableSetsUpdate (line 308) | func TestVariableSetsUpdate(t *testing.T) { function TestVariableSetsDelete (line 345) | func TestVariableSetsDelete(t *testing.T) { function TestVariableSetsApplyToAndRemoveFromWorkspaces (line 371) | func TestVariableSetsApplyToAndRemoveFromWorkspaces(t *testing.T) { function TestVariableSetsApplyToAndRemoveFromProjects (line 473) | func TestVariableSetsApplyToAndRemoveFromProjects(t *testing.T) { function TestVariableSetsApplyToAndRemoveFromStacks (line 574) | func TestVariableSetsApplyToAndRemoveFromStacks(t *testing.T) { function TestVariableSetsUpdateWorkspaces (line 714) | func TestVariableSetsUpdateWorkspaces(t *testing.T) { function TestVariableSetsUpdateStacks (line 750) | func TestVariableSetsUpdateStacks(t *testing.T) { FILE: variable_set_variable.go type VariableSetVariables (line 19) | type VariableSetVariables interface type variableSetVariables (line 36) | type variableSetVariables struct method List (line 68) | func (s *variableSetVariables) List(ctx context.Context, variableSetID... method Create (line 131) | func (s *variableSetVariables) Create(ctx context.Context, variableSet... method Read (line 157) | func (s *variableSetVariables) Read(ctx context.Context, variableSetID... method Update (line 206) | func (s *variableSetVariables) Update(ctx context.Context, variableSet... method Delete (line 230) | func (s *variableSetVariables) Delete(ctx context.Context, variableSet... type VariableSetVariableList (line 40) | type VariableSetVariableList struct type VariableSetVariable (line 45) | type VariableSetVariable struct type VariableSetVariableListOptions (line 59) | type VariableSetVariableListOptions struct method valid (line 63) | func (o VariableSetVariableListOptions) valid() error { type VariableSetVariableCreateOptions (line 94) | type VariableSetVariableCreateOptions struct method valid (line 120) | func (o VariableSetVariableCreateOptions) valid() error { type VariableSetVariableUpdateOptions (line 182) | type VariableSetVariableUpdateOptions struct FILE: variable_set_variable_test.go function TestVariableSetVariablesList (line 14) | func TestVariableSetVariablesList(t *testing.T) { function TestVariableSetVariablesCreate (line 75) | func TestVariableSetVariablesCreate(t *testing.T) { function TestVariableSetVariablesRead (line 216) | func TestVariableSetVariablesRead(t *testing.T) { function TestVariableSetVariablesUpdate (line 261) | func TestVariableSetVariablesUpdate(t *testing.T) { function TestVariableSetVariablesDelete (line 351) | func TestVariableSetVariablesDelete(t *testing.T) { FILE: vault_oidc_configuration.go type VaultOIDCConfigurations (line 12) | type VaultOIDCConfigurations interface type vaultOIDCConfigurations (line 22) | type vaultOIDCConfigurations struct method Create (line 81) | func (voc *vaultOIDCConfigurations) Create(ctx context.Context, organi... method Read (line 104) | func (voc *vaultOIDCConfigurations) Read(ctx context.Context, oidcID s... method Update (line 119) | func (voc *vaultOIDCConfigurations) Update(ctx context.Context, oidcID... method Delete (line 138) | func (voc *vaultOIDCConfigurations) Delete(ctx context.Context, oidcID... type VaultOIDCConfiguration (line 28) | type VaultOIDCConfiguration struct type VaultOIDCConfigurationCreateOptions (line 39) | type VaultOIDCConfigurationCreateOptions struct method valid (line 69) | func (o *VaultOIDCConfigurationCreateOptions) valid() error { type VaultOIDCConfigurationUpdateOptions (line 54) | type VaultOIDCConfigurationUpdateOptions struct FILE: vault_oidc_configuration_integration_test.go function TestVaultOIDCConfigurationCreateDelete (line 14) | func TestVaultOIDCConfigurationCreateDelete(t *testing.T) { function TestVaultOIDCConfigurationRead (line 70) | func TestVaultOIDCConfigurationRead(t *testing.T) { function TestVaultOIDCConfigurationUpdate (line 94) | func TestVaultOIDCConfigurationUpdate(t *testing.T) { FILE: workspace.go type Workspaces (line 24) | type Workspaces interface type workspaces (line 150) | type workspaces struct method List (line 772) | func (s *workspaces) List(ctx context.Context, organization string, op... method ListTagBindings (line 801) | func (s *workspaces) ListTagBindings(ctx context.Context, workspaceID ... method ListEffectiveTagBindings (line 825) | func (s *workspaces) ListEffectiveTagBindings(ctx context.Context, wor... method AddTagBindings (line 850) | func (s *workspaces) AddTagBindings(ctx context.Context, workspaceID s... method DeleteAllTagBindings (line 877) | func (s *workspaces) DeleteAllTagBindings(ctx context.Context, workspa... method Create (line 901) | func (s *workspaces) Create(ctx context.Context, organization string, ... method Read (line 925) | func (s *workspaces) Read(ctx context.Context, organization, workspace... method ReadWithOptions (line 930) | func (s *workspaces) ReadWithOptions(ctx context.Context, organization... method ReadByID (line 968) | func (s *workspaces) ReadByID(ctx context.Context, workspaceID string)... method ReadByIDWithOptions (line 973) | func (s *workspaces) ReadByIDWithOptions(ctx context.Context, workspac... method Readme (line 1003) | func (s *workspaces) Readme(ctx context.Context, workspaceID string) (... method Update (line 1027) | func (s *workspaces) Update(ctx context.Context, organization, workspa... method UpdateByID (line 1058) | func (s *workspaces) UpdateByID(ctx context.Context, workspaceID strin... method Delete (line 1079) | func (s *workspaces) Delete(ctx context.Context, organization, workspa... method DeleteByID (line 1101) | func (s *workspaces) DeleteByID(ctx context.Context, workspaceID strin... method SafeDelete (line 1116) | func (s *workspaces) SafeDelete(ctx context.Context, organization, wor... method SafeDeleteByID (line 1138) | func (s *workspaces) SafeDeleteByID(ctx context.Context, workspaceID s... method RemoveVCSConnection (line 1153) | func (s *workspaces) RemoveVCSConnection(ctx context.Context, organiza... method RemoveVCSConnectionByID (line 1182) | func (s *workspaces) RemoveVCSConnectionByID(ctx context.Context, work... method Lock (line 1204) | func (s *workspaces) Lock(ctx context.Context, workspaceID string, opt... method Unlock (line 1225) | func (s *workspaces) Unlock(ctx context.Context, workspaceID string) (... method ForceUnlock (line 1249) | func (s *workspaces) ForceUnlock(ctx context.Context, workspaceID stri... method AssignSSHKey (line 1270) | func (s *workspaces) AssignSSHKey(ctx context.Context, workspaceID str... method UnassignSSHKey (line 1294) | func (s *workspaces) UnassignSSHKey(ctx context.Context, workspaceID s... method ListRemoteStateConsumers (line 1315) | func (s *workspaces) ListRemoteStateConsumers(ctx context.Context, wor... method AddRemoteStateConsumers (line 1337) | func (s *workspaces) AddRemoteStateConsumers(ctx context.Context, work... method RemoveRemoteStateConsumers (line 1355) | func (s *workspaces) RemoveRemoteStateConsumers(ctx context.Context, w... method UpdateRemoteStateConsumers (line 1373) | func (s *workspaces) UpdateRemoteStateConsumers(ctx context.Context, w... method ListTags (line 1391) | func (s *workspaces) ListTags(ctx context.Context, workspaceID string,... method AddTags (line 1413) | func (s *workspaces) AddTags(ctx context.Context, workspaceID string, ... method RemoveTags (line 1431) | func (s *workspaces) RemoveTags(ctx context.Context, workspaceID strin... method ReadDataRetentionPolicy (line 1448) | func (s *workspaces) ReadDataRetentionPolicy(ctx context.Context, work... method ReadDataRetentionPolicyChoice (line 1474) | func (s *workspaces) ReadDataRetentionPolicyChoice(ctx context.Context... method SetDataRetentionPolicy (line 1528) | func (s *workspaces) SetDataRetentionPolicy(ctx context.Context, works... method SetDataRetentionPolicyDeleteOlder (line 1549) | func (s *workspaces) SetDataRetentionPolicyDeleteOlder(ctx context.Con... method SetDataRetentionPolicyDontDelete (line 1570) | func (s *workspaces) SetDataRetentionPolicyDontDelete(ctx context.Cont... method DeleteDataRetentionPolicy (line 1591) | func (s *workspaces) DeleteDataRetentionPolicy(ctx context.Context, wo... method dataRetentionPolicyLink (line 1764) | func (s *workspaces) dataRetentionPolicyLink(wsID string) string { type WorkspaceSource (line 155) | type WorkspaceSource constant WorkspaceSourceAPI (line 158) | WorkspaceSourceAPI WorkspaceSource = "tfe-api" constant WorkspaceSourceModule (line 159) | WorkspaceSourceModule WorkspaceSource = "tfe-module" constant WorkspaceSourceUI (line 160) | WorkspaceSourceUI WorkspaceSource = "tfe-ui" constant WorkspaceSourceTerraform (line 161) | WorkspaceSourceTerraform WorkspaceSource = "terraform" type WorkspaceList (line 165) | type WorkspaceList struct type WorkspaceAddTagBindingsOptions (line 172) | type WorkspaceAddTagBindingsOptions struct method valid (line 1605) | func (o WorkspaceAddTagBindingsOptions) valid() error { type LockedByChoice (line 179) | type LockedByChoice struct type Workspace (line 186) | type Workspace struct type WorkspaceOutputs (line 257) | type WorkspaceOutputs struct type workspaceWithReadme (line 266) | type workspaceWithReadme struct type workspaceReadme (line 272) | type workspaceReadme struct type VCSRepo (line 278) | type VCSRepo struct type WorkspaceSettingOverwrites (line 296) | type WorkspaceSettingOverwrites struct type WorkspaceActions (line 302) | type WorkspaceActions struct type WorkspacePermissions (line 307) | type WorkspacePermissions struct type WSIncludeOpt (line 325) | type WSIncludeOpt constant WSOrganization (line 328) | WSOrganization WSIncludeOpt = "organization" constant WSCurrentConfigVer (line 329) | WSCurrentConfigVer WSIncludeOpt = "current_configuration_version" constant WSCurrentConfigVerIngress (line 330) | WSCurrentConfigVerIngress WSIncludeOpt = "current_configuration_versi... constant WSCurrentRun (line 331) | WSCurrentRun WSIncludeOpt = "current_run" constant WSCurrentRunPlan (line 332) | WSCurrentRunPlan WSIncludeOpt = "current_run.plan" constant WSCurrentRunConfigVer (line 333) | WSCurrentRunConfigVer WSIncludeOpt = "current_run.configuration_v... constant WSCurrentrunConfigVerIngress (line 334) | WSCurrentrunConfigVerIngress WSIncludeOpt = "current_run.configuration_v... constant WSEffectiveTagBindings (line 335) | WSEffectiveTagBindings WSIncludeOpt = "effective_tag_bindings" constant WSLockedBy (line 336) | WSLockedBy WSIncludeOpt = "locked_by" constant WSReadme (line 337) | WSReadme WSIncludeOpt = "readme" constant WSOutputs (line 338) | WSOutputs WSIncludeOpt = "outputs" constant WSCurrentStateVer (line 339) | WSCurrentStateVer WSIncludeOpt = "current-state-version" constant WSProject (line 340) | WSProject WSIncludeOpt = "project" type WorkspaceReadOptions (line 344) | type WorkspaceReadOptions struct method valid (line 1750) | func (o *WorkspaceReadOptions) valid() error { type WorkspaceListOptions (line 351) | type WorkspaceListOptions struct method valid (line 1746) | func (o *WorkspaceListOptions) valid() error { type WorkspaceCreateOptions (line 385) | type WorkspaceCreateOptions struct method valid (line 1613) | func (o WorkspaceCreateOptions) valid() error { type VCSRepoOptions (line 539) | type VCSRepoOptions struct type WorkspaceSettingOverwritesOptions (line 548) | type WorkspaceSettingOverwritesOptions struct type WorkspaceUpdateOptions (line 556) | type WorkspaceUpdateOptions struct method valid (line 1649) | func (o WorkspaceUpdateOptions) valid() error { type WorkspaceLockOptions (line 693) | type WorkspaceLockOptions struct type workspaceRemoveVCSConnectionOptions (line 699) | type workspaceRemoveVCSConnectionOptions struct type WorkspaceAssignSSHKeyOptions (line 706) | type WorkspaceAssignSSHKeyOptions struct method valid (line 1680) | func (o WorkspaceAssignSSHKeyOptions) valid() error { type workspaceUnassignSSHKeyOptions (line 719) | type workspaceUnassignSSHKeyOptions struct type RemoteStateConsumersListOptions (line 730) | type RemoteStateConsumersListOptions struct type WorkspaceAddRemoteStateConsumersOptions (line 736) | type WorkspaceAddRemoteStateConsumersOptions struct method valid (line 1690) | func (o WorkspaceAddRemoteStateConsumersOptions) valid() error { type WorkspaceRemoveRemoteStateConsumersOptions (line 743) | type WorkspaceRemoveRemoteStateConsumersOptions struct method valid (line 1700) | func (o WorkspaceRemoveRemoteStateConsumersOptions) valid() error { type WorkspaceUpdateRemoteStateConsumersOptions (line 750) | type WorkspaceUpdateRemoteStateConsumersOptions struct method valid (line 1710) | func (o WorkspaceUpdateRemoteStateConsumersOptions) valid() error { type WorkspaceTagListOptions (line 755) | type WorkspaceTagListOptions struct type WorkspaceAddTagsOptions (line 763) | type WorkspaceAddTagsOptions struct method valid (line 1720) | func (o WorkspaceAddTagsOptions) valid() error { type WorkspaceRemoveTagsOptions (line 767) | type WorkspaceRemoveTagsOptions struct method valid (line 1733) | func (o WorkspaceRemoveTagsOptions) valid() error { function tagRegexDefined (line 1754) | func tagRegexDefined(options *VCSRepoOptions) bool { FILE: workspace_integration_test.go type WorkspaceTableOptions (line 25) | type WorkspaceTableOptions struct type WorkspaceTableTest (line 30) | type WorkspaceTableTest struct function TestWorkspacesList_RunDependent (line 37) | func TestWorkspacesList_RunDependent(t *testing.T) { function TestWorkspacesCreateTableDriven (line 411) | func TestWorkspacesCreateTableDriven(t *testing.T) { function TestWorkspacesCreateTableDrivenWithGithubApp (line 573) | func TestWorkspacesCreateTableDrivenWithGithubApp(t *testing.T) { function TestWorkspacesCreate (line 643) | func TestWorkspacesCreate(t *testing.T) { function TestWorkspacesRead (line 1032) | func TestWorkspacesRead(t *testing.T) { function TestWorkspacesReadSource (line 1158) | func TestWorkspacesReadSource(t *testing.T) { function TestWorkspacesReadWithOptions (line 1175) | func TestWorkspacesReadWithOptions(t *testing.T) { function TestWorkspacesReadWithHistory_RunDependent (line 1225) | func TestWorkspacesReadWithHistory_RunDependent(t *testing.T) { function TestWorkspacesReadReadme_RunDependent (line 1260) | func TestWorkspacesReadReadme_RunDependent(t *testing.T) { function TestWorkspacesReadByID (line 1302) | func TestWorkspacesReadByID(t *testing.T) { function TestWorkspacesAddTagBindings (line 1337) | func TestWorkspacesAddTagBindings(t *testing.T) { function TestWorkspaces_DeleteAllTagBindings (line 1402) | func TestWorkspaces_DeleteAllTagBindings(t *testing.T) { function TestWorkspacesUpdate (line 1430) | func TestWorkspacesUpdate(t *testing.T) { function TestWorkspacesUpdateTableDriven (line 1832) | func TestWorkspacesUpdateTableDriven(t *testing.T) { function TestWorkspacesUpdateTableDrivenWithGithubApp (line 1969) | func TestWorkspacesUpdateTableDrivenWithGithubApp(t *testing.T) { function TestWorkspacesUpdateByID (line 2042) | func TestWorkspacesUpdateByID(t *testing.T) { function TestWorkspacesUpdateWithDefaultExecutionMode (line 2129) | func TestWorkspacesUpdateWithDefaultExecutionMode(t *testing.T) { function TestWorkspacesDelete (line 2178) | func TestWorkspacesDelete(t *testing.T) { function TestWorkspacesDeleteByID (line 2209) | func TestWorkspacesDeleteByID(t *testing.T) { function TestCanForceDeletePermission (line 2235) | func TestCanForceDeletePermission(t *testing.T) { function TestWorkspacesSafeDelete (line 2256) | func TestWorkspacesSafeDelete(t *testing.T) { function TestWorkspacesSafeDeleteByID (line 2321) | func TestWorkspacesSafeDeleteByID(t *testing.T) { function TestWorkspacesRemoveVCSConnection (line 2382) | func TestWorkspacesRemoveVCSConnection(t *testing.T) { function TestWorkspacesRemoveVCSConnectionByID (line 2400) | func TestWorkspacesRemoveVCSConnectionByID(t *testing.T) { function TestWorkspacesLock (line 2418) | func TestWorkspacesLock(t *testing.T) { function TestWorkspacesUnlock_RunDependent (line 2453) | func TestWorkspacesUnlock_RunDependent(t *testing.T) { function TestWorkspacesForceUnlock (line 2537) | func TestWorkspacesForceUnlock(t *testing.T) { function TestWorkspacesAssignSSHKey (line 2573) | func TestWorkspacesAssignSSHKey(t *testing.T) { function TestWorkspacesUnassignSSHKey (line 2619) | func TestWorkspacesUnassignSSHKey(t *testing.T) { function TestWorkspaces_AddRemoteStateConsumers (line 2656) | func TestWorkspaces_AddRemoteStateConsumers(t *testing.T) { function TestWorkspaces_RemoveRemoteStateConsumers (line 2714) | func TestWorkspaces_RemoveRemoteStateConsumers(t *testing.T) { function TestWorkspaces_UpdateRemoteStateConsumers (line 2791) | func TestWorkspaces_UpdateRemoteStateConsumers(t *testing.T) { function TestWorkspaces_AddTags (line 2855) | func TestWorkspaces_AddTags(t *testing.T) { function TestWorkspaces_RemoveTags (line 2996) | func TestWorkspaces_RemoveTags(t *testing.T) { function TestWorkspace_Unmarshal (line 3074) | func TestWorkspace_Unmarshal(t *testing.T) { function TestWorkspaceCreateOptions_Marshal (line 3140) | func TestWorkspaceCreateOptions_Marshal(t *testing.T) { function TestWorkspacesRunTasksPermission (line 3165) | func TestWorkspacesRunTasksPermission(t *testing.T) { function TestWorkspacesProjects (line 3186) | func TestWorkspacesProjects(t *testing.T) { function TestWorkspace_DataRetentionPolicy (line 3223) | func TestWorkspace_DataRetentionPolicy(t *testing.T) { function TestWorkspacesAutoDestroy (line 3329) | func TestWorkspacesAutoDestroy(t *testing.T) { function TestWorkspacesAutoDestroyDuration (line 3374) | func TestWorkspacesAutoDestroyDuration(t *testing.T) { function TestWorkspaces_effectiveTagBindingsInheritedFrom (line 3413) | func TestWorkspaces_effectiveTagBindingsInheritedFrom(t *testing.T) { function TestWorkspacesProjectRemoteState (line 3480) | func TestWorkspacesProjectRemoteState(t *testing.T) { FILE: workspace_resources.go type WorkspaceResources (line 19) | type WorkspaceResources interface type workspaceResources (line 25) | type workspaceResources struct method List (line 55) | func (s *workspaceResources) List(ctx context.Context, workspaceID str... type WorkspaceResourcesList (line 30) | type WorkspaceResourcesList struct type WorkspaceResource (line 36) | type WorkspaceResource struct type WorkspaceResourceListOptions (line 50) | type WorkspaceResourceListOptions struct method valid (line 77) | func (o *WorkspaceResourceListOptions) valid() error { FILE: workspace_resources_integration_test.go function TestWorkspaceResourcesList (line 14) | func TestWorkspaceResourcesList(t *testing.T) { FILE: workspace_run_task.go type WorkspaceRunTasks (line 16) | type WorkspaceRunTasks interface type workspaceRunTasks (line 34) | type workspaceRunTasks struct method List (line 85) | func (s *workspaceRunTasks) List(ctx context.Context, workspaceID stri... method Read (line 106) | func (s *workspaceRunTasks) Read(ctx context.Context, workspaceID, wor... method Create (line 135) | func (s *workspaceRunTasks) Create(ctx context.Context, workspaceID st... method Update (line 160) | func (s *workspaceRunTasks) Update(ctx context.Context, workspaceID, w... method Delete (line 189) | func (s *workspaceRunTasks) Delete(ctx context.Context, workspaceID, w... type WorkspaceRunTask (line 39) | type WorkspaceRunTask struct type WorkspaceRunTaskList (line 51) | type WorkspaceRunTaskList struct type WorkspaceRunTaskListOptions (line 57) | type WorkspaceRunTaskListOptions struct type WorkspaceRunTaskCreateOptions (line 62) | type WorkspaceRunTaskCreateOptions struct method valid (line 211) | func (o *WorkspaceRunTaskCreateOptions) valid() error { type WorkspaceRunTaskUpdateOptions (line 75) | type WorkspaceRunTaskUpdateOptions struct FILE: workspace_run_task_integration_test.go function TestWorkspaceRunTasksCreate (line 14) | func TestWorkspaceRunTasksCreate(t *testing.T) { function TestWorkspaceRunTasksCreateDeprecated (line 56) | func TestWorkspaceRunTasksCreateDeprecated(t *testing.T) { function TestWorkspaceRunTasksList (line 98) | func TestWorkspaceRunTasksList(t *testing.T) { function TestWorkspaceRunTasksRead (line 133) | func TestWorkspaceRunTasksRead(t *testing.T) { function TestWorkspaceRunTasksUpdate (line 169) | func TestWorkspaceRunTasksUpdate(t *testing.T) { function TestWorkspaceRunTasksUpdateDeprecated (line 205) | func TestWorkspaceRunTasksUpdateDeprecated(t *testing.T) { function TestWorkspaceRunTasksDelete (line 240) | func TestWorkspaceRunTasksDelete(t *testing.T) {