Documentation
¶
Index ¶
- type Args
- type AuthSettings
- type AuthSettingsActiveDirectory
- type AuthSettingsActiveDirectoryAttributes
- func (ad AuthSettingsActiveDirectoryAttributes) AllowedAudiences() terra.ListValue[terra.StringValue]
- func (ad AuthSettingsActiveDirectoryAttributes) ClientId() terra.StringValue
- func (ad AuthSettingsActiveDirectoryAttributes) ClientSecret() terra.StringValue
- func (ad AuthSettingsActiveDirectoryAttributes) ClientSecretSettingName() terra.StringValue
- func (ad AuthSettingsActiveDirectoryAttributes) InternalRef() (terra.Reference, error)
- func (ad AuthSettingsActiveDirectoryAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ad AuthSettingsActiveDirectoryAttributes) InternalWithRef(ref terra.Reference) AuthSettingsActiveDirectoryAttributes
- type AuthSettingsActiveDirectoryState
- type AuthSettingsAttributes
- func (as AuthSettingsAttributes) ActiveDirectory() terra.ListValue[AuthSettingsActiveDirectoryAttributes]
- func (as AuthSettingsAttributes) AdditionalLoginParameters() terra.MapValue[terra.StringValue]
- func (as AuthSettingsAttributes) AllowedExternalRedirectUrls() terra.ListValue[terra.StringValue]
- func (as AuthSettingsAttributes) DefaultProvider() terra.StringValue
- func (as AuthSettingsAttributes) Enabled() terra.BoolValue
- func (as AuthSettingsAttributes) Facebook() terra.ListValue[AuthSettingsFacebookAttributes]
- func (as AuthSettingsAttributes) Github() terra.ListValue[AuthSettingsGithubAttributes]
- func (as AuthSettingsAttributes) Google() terra.ListValue[AuthSettingsGoogleAttributes]
- func (as AuthSettingsAttributes) InternalRef() (terra.Reference, error)
- func (as AuthSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (as AuthSettingsAttributes) InternalWithRef(ref terra.Reference) AuthSettingsAttributes
- func (as AuthSettingsAttributes) Issuer() terra.StringValue
- func (as AuthSettingsAttributes) Microsoft() terra.ListValue[AuthSettingsMicrosoftAttributes]
- func (as AuthSettingsAttributes) RuntimeVersion() terra.StringValue
- func (as AuthSettingsAttributes) TokenRefreshExtensionHours() terra.NumberValue
- func (as AuthSettingsAttributes) TokenStoreEnabled() terra.BoolValue
- func (as AuthSettingsAttributes) Twitter() terra.ListValue[AuthSettingsTwitterAttributes]
- func (as AuthSettingsAttributes) UnauthenticatedClientAction() terra.StringValue
- type AuthSettingsFacebook
- type AuthSettingsFacebookAttributes
- func (f AuthSettingsFacebookAttributes) AppId() terra.StringValue
- func (f AuthSettingsFacebookAttributes) AppSecret() terra.StringValue
- func (f AuthSettingsFacebookAttributes) AppSecretSettingName() terra.StringValue
- func (f AuthSettingsFacebookAttributes) InternalRef() (terra.Reference, error)
- func (f AuthSettingsFacebookAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (f AuthSettingsFacebookAttributes) InternalWithRef(ref terra.Reference) AuthSettingsFacebookAttributes
- func (f AuthSettingsFacebookAttributes) OauthScopes() terra.ListValue[terra.StringValue]
- type AuthSettingsFacebookState
- type AuthSettingsGithub
- type AuthSettingsGithubAttributes
- func (g AuthSettingsGithubAttributes) ClientId() terra.StringValue
- func (g AuthSettingsGithubAttributes) ClientSecret() terra.StringValue
- func (g AuthSettingsGithubAttributes) ClientSecretSettingName() terra.StringValue
- func (g AuthSettingsGithubAttributes) InternalRef() (terra.Reference, error)
- func (g AuthSettingsGithubAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (g AuthSettingsGithubAttributes) InternalWithRef(ref terra.Reference) AuthSettingsGithubAttributes
- func (g AuthSettingsGithubAttributes) OauthScopes() terra.ListValue[terra.StringValue]
- type AuthSettingsGithubState
- type AuthSettingsGoogle
- type AuthSettingsGoogleAttributes
- func (g AuthSettingsGoogleAttributes) ClientId() terra.StringValue
- func (g AuthSettingsGoogleAttributes) ClientSecret() terra.StringValue
- func (g AuthSettingsGoogleAttributes) ClientSecretSettingName() terra.StringValue
- func (g AuthSettingsGoogleAttributes) InternalRef() (terra.Reference, error)
- func (g AuthSettingsGoogleAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (g AuthSettingsGoogleAttributes) InternalWithRef(ref terra.Reference) AuthSettingsGoogleAttributes
- func (g AuthSettingsGoogleAttributes) OauthScopes() terra.ListValue[terra.StringValue]
- type AuthSettingsGoogleState
- type AuthSettingsMicrosoft
- type AuthSettingsMicrosoftAttributes
- func (m AuthSettingsMicrosoftAttributes) ClientId() terra.StringValue
- func (m AuthSettingsMicrosoftAttributes) ClientSecret() terra.StringValue
- func (m AuthSettingsMicrosoftAttributes) ClientSecretSettingName() terra.StringValue
- func (m AuthSettingsMicrosoftAttributes) InternalRef() (terra.Reference, error)
- func (m AuthSettingsMicrosoftAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (m AuthSettingsMicrosoftAttributes) InternalWithRef(ref terra.Reference) AuthSettingsMicrosoftAttributes
- func (m AuthSettingsMicrosoftAttributes) OauthScopes() terra.ListValue[terra.StringValue]
- type AuthSettingsMicrosoftState
- type AuthSettingsState
- type AuthSettingsTwitter
- type AuthSettingsTwitterAttributes
- func (t AuthSettingsTwitterAttributes) ConsumerKey() terra.StringValue
- func (t AuthSettingsTwitterAttributes) ConsumerSecret() terra.StringValue
- func (t AuthSettingsTwitterAttributes) ConsumerSecretSettingName() terra.StringValue
- func (t AuthSettingsTwitterAttributes) InternalRef() (terra.Reference, error)
- func (t AuthSettingsTwitterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t AuthSettingsTwitterAttributes) InternalWithRef(ref terra.Reference) AuthSettingsTwitterAttributes
- type AuthSettingsTwitterState
- type AuthSettingsV2
- type AuthSettingsV2ActiveDirectoryV2
- type AuthSettingsV2ActiveDirectoryV2Attributes
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) AllowedApplications() terra.ListValue[terra.StringValue]
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) AllowedAudiences() terra.ListValue[terra.StringValue]
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) AllowedGroups() terra.ListValue[terra.StringValue]
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) AllowedIdentities() terra.ListValue[terra.StringValue]
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) ClientId() terra.StringValue
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) ClientSecretCertificateThumbprint() terra.StringValue
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) ClientSecretSettingName() terra.StringValue
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) InternalRef() (terra.Reference, error)
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2ActiveDirectoryV2Attributes
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) JwtAllowedClientApplications() terra.ListValue[terra.StringValue]
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) JwtAllowedGroups() terra.ListValue[terra.StringValue]
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) LoginParameters() terra.MapValue[terra.StringValue]
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) TenantAuthEndpoint() terra.StringValue
- func (adv AuthSettingsV2ActiveDirectoryV2Attributes) WwwAuthenticationDisabled() terra.BoolValue
- type AuthSettingsV2ActiveDirectoryV2State
- type AuthSettingsV2AppleV2
- type AuthSettingsV2AppleV2Attributes
- func (av AuthSettingsV2AppleV2Attributes) ClientId() terra.StringValue
- func (av AuthSettingsV2AppleV2Attributes) ClientSecretSettingName() terra.StringValue
- func (av AuthSettingsV2AppleV2Attributes) InternalRef() (terra.Reference, error)
- func (av AuthSettingsV2AppleV2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (av AuthSettingsV2AppleV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2AppleV2Attributes
- func (av AuthSettingsV2AppleV2Attributes) LoginScopes() terra.ListValue[terra.StringValue]
- type AuthSettingsV2AppleV2State
- type AuthSettingsV2Attributes
- func (asv AuthSettingsV2Attributes) ActiveDirectoryV2() terra.ListValue[AuthSettingsV2ActiveDirectoryV2Attributes]
- func (asv AuthSettingsV2Attributes) AppleV2() terra.ListValue[AuthSettingsV2AppleV2Attributes]
- func (asv AuthSettingsV2Attributes) AuthEnabled() terra.BoolValue
- func (asv AuthSettingsV2Attributes) AzureStaticWebAppV2() terra.ListValue[AuthSettingsV2AzureStaticWebAppV2Attributes]
- func (asv AuthSettingsV2Attributes) ConfigFilePath() terra.StringValue
- func (asv AuthSettingsV2Attributes) CustomOidcV2() terra.ListValue[AuthSettingsV2CustomOidcV2Attributes]
- func (asv AuthSettingsV2Attributes) DefaultProvider() terra.StringValue
- func (asv AuthSettingsV2Attributes) ExcludedPaths() terra.ListValue[terra.StringValue]
- func (asv AuthSettingsV2Attributes) FacebookV2() terra.ListValue[AuthSettingsV2FacebookV2Attributes]
- func (asv AuthSettingsV2Attributes) ForwardProxyConvention() terra.StringValue
- func (asv AuthSettingsV2Attributes) ForwardProxyCustomHostHeaderName() terra.StringValue
- func (asv AuthSettingsV2Attributes) ForwardProxyCustomSchemeHeaderName() terra.StringValue
- func (asv AuthSettingsV2Attributes) GithubV2() terra.ListValue[AuthSettingsV2GithubV2Attributes]
- func (asv AuthSettingsV2Attributes) GoogleV2() terra.ListValue[AuthSettingsV2GoogleV2Attributes]
- func (asv AuthSettingsV2Attributes) HttpRouteApiPrefix() terra.StringValue
- func (asv AuthSettingsV2Attributes) InternalRef() (terra.Reference, error)
- func (asv AuthSettingsV2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (asv AuthSettingsV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2Attributes
- func (asv AuthSettingsV2Attributes) Login() terra.ListValue[AuthSettingsV2LoginAttributes]
- func (asv AuthSettingsV2Attributes) MicrosoftV2() terra.ListValue[AuthSettingsV2MicrosoftV2Attributes]
- func (asv AuthSettingsV2Attributes) RequireAuthentication() terra.BoolValue
- func (asv AuthSettingsV2Attributes) RequireHttps() terra.BoolValue
- func (asv AuthSettingsV2Attributes) RuntimeVersion() terra.StringValue
- func (asv AuthSettingsV2Attributes) TwitterV2() terra.ListValue[AuthSettingsV2TwitterV2Attributes]
- func (asv AuthSettingsV2Attributes) UnauthenticatedAction() terra.StringValue
- type AuthSettingsV2AzureStaticWebAppV2
- type AuthSettingsV2AzureStaticWebAppV2Attributes
- func (aswav AuthSettingsV2AzureStaticWebAppV2Attributes) ClientId() terra.StringValue
- func (aswav AuthSettingsV2AzureStaticWebAppV2Attributes) InternalRef() (terra.Reference, error)
- func (aswav AuthSettingsV2AzureStaticWebAppV2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (aswav AuthSettingsV2AzureStaticWebAppV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2AzureStaticWebAppV2Attributes
- type AuthSettingsV2AzureStaticWebAppV2State
- type AuthSettingsV2CustomOidcV2
- type AuthSettingsV2CustomOidcV2Attributes
- func (cov AuthSettingsV2CustomOidcV2Attributes) AuthorisationEndpoint() terra.StringValue
- func (cov AuthSettingsV2CustomOidcV2Attributes) CertificationUri() terra.StringValue
- func (cov AuthSettingsV2CustomOidcV2Attributes) ClientCredentialMethod() terra.StringValue
- func (cov AuthSettingsV2CustomOidcV2Attributes) ClientId() terra.StringValue
- func (cov AuthSettingsV2CustomOidcV2Attributes) ClientSecretSettingName() terra.StringValue
- func (cov AuthSettingsV2CustomOidcV2Attributes) InternalRef() (terra.Reference, error)
- func (cov AuthSettingsV2CustomOidcV2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (cov AuthSettingsV2CustomOidcV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2CustomOidcV2Attributes
- func (cov AuthSettingsV2CustomOidcV2Attributes) IssuerEndpoint() terra.StringValue
- func (cov AuthSettingsV2CustomOidcV2Attributes) Name() terra.StringValue
- func (cov AuthSettingsV2CustomOidcV2Attributes) NameClaimType() terra.StringValue
- func (cov AuthSettingsV2CustomOidcV2Attributes) OpenidConfigurationEndpoint() terra.StringValue
- func (cov AuthSettingsV2CustomOidcV2Attributes) Scopes() terra.ListValue[terra.StringValue]
- func (cov AuthSettingsV2CustomOidcV2Attributes) TokenEndpoint() terra.StringValue
- type AuthSettingsV2CustomOidcV2State
- type AuthSettingsV2FacebookV2
- type AuthSettingsV2FacebookV2Attributes
- func (fv AuthSettingsV2FacebookV2Attributes) AppId() terra.StringValue
- func (fv AuthSettingsV2FacebookV2Attributes) AppSecretSettingName() terra.StringValue
- func (fv AuthSettingsV2FacebookV2Attributes) GraphApiVersion() terra.StringValue
- func (fv AuthSettingsV2FacebookV2Attributes) InternalRef() (terra.Reference, error)
- func (fv AuthSettingsV2FacebookV2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (fv AuthSettingsV2FacebookV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2FacebookV2Attributes
- func (fv AuthSettingsV2FacebookV2Attributes) LoginScopes() terra.ListValue[terra.StringValue]
- type AuthSettingsV2FacebookV2State
- type AuthSettingsV2GithubV2
- type AuthSettingsV2GithubV2Attributes
- func (gv AuthSettingsV2GithubV2Attributes) ClientId() terra.StringValue
- func (gv AuthSettingsV2GithubV2Attributes) ClientSecretSettingName() terra.StringValue
- func (gv AuthSettingsV2GithubV2Attributes) InternalRef() (terra.Reference, error)
- func (gv AuthSettingsV2GithubV2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (gv AuthSettingsV2GithubV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2GithubV2Attributes
- func (gv AuthSettingsV2GithubV2Attributes) LoginScopes() terra.ListValue[terra.StringValue]
- type AuthSettingsV2GithubV2State
- type AuthSettingsV2GoogleV2
- type AuthSettingsV2GoogleV2Attributes
- func (gv AuthSettingsV2GoogleV2Attributes) AllowedAudiences() terra.ListValue[terra.StringValue]
- func (gv AuthSettingsV2GoogleV2Attributes) ClientId() terra.StringValue
- func (gv AuthSettingsV2GoogleV2Attributes) ClientSecretSettingName() terra.StringValue
- func (gv AuthSettingsV2GoogleV2Attributes) InternalRef() (terra.Reference, error)
- func (gv AuthSettingsV2GoogleV2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (gv AuthSettingsV2GoogleV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2GoogleV2Attributes
- func (gv AuthSettingsV2GoogleV2Attributes) LoginScopes() terra.ListValue[terra.StringValue]
- type AuthSettingsV2GoogleV2State
- type AuthSettingsV2Login
- type AuthSettingsV2LoginAttributes
- func (l AuthSettingsV2LoginAttributes) AllowedExternalRedirectUrls() terra.ListValue[terra.StringValue]
- func (l AuthSettingsV2LoginAttributes) CookieExpirationConvention() terra.StringValue
- func (l AuthSettingsV2LoginAttributes) CookieExpirationTime() terra.StringValue
- func (l AuthSettingsV2LoginAttributes) InternalRef() (terra.Reference, error)
- func (l AuthSettingsV2LoginAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (l AuthSettingsV2LoginAttributes) InternalWithRef(ref terra.Reference) AuthSettingsV2LoginAttributes
- func (l AuthSettingsV2LoginAttributes) LogoutEndpoint() terra.StringValue
- func (l AuthSettingsV2LoginAttributes) NonceExpirationTime() terra.StringValue
- func (l AuthSettingsV2LoginAttributes) PreserveUrlFragmentsForLogins() terra.BoolValue
- func (l AuthSettingsV2LoginAttributes) TokenRefreshExtensionTime() terra.NumberValue
- func (l AuthSettingsV2LoginAttributes) TokenStoreEnabled() terra.BoolValue
- func (l AuthSettingsV2LoginAttributes) TokenStorePath() terra.StringValue
- func (l AuthSettingsV2LoginAttributes) TokenStoreSasSettingName() terra.StringValue
- func (l AuthSettingsV2LoginAttributes) ValidateNonce() terra.BoolValue
- type AuthSettingsV2LoginState
- type AuthSettingsV2MicrosoftV2
- type AuthSettingsV2MicrosoftV2Attributes
- func (mv AuthSettingsV2MicrosoftV2Attributes) AllowedAudiences() terra.ListValue[terra.StringValue]
- func (mv AuthSettingsV2MicrosoftV2Attributes) ClientId() terra.StringValue
- func (mv AuthSettingsV2MicrosoftV2Attributes) ClientSecretSettingName() terra.StringValue
- func (mv AuthSettingsV2MicrosoftV2Attributes) InternalRef() (terra.Reference, error)
- func (mv AuthSettingsV2MicrosoftV2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (mv AuthSettingsV2MicrosoftV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2MicrosoftV2Attributes
- func (mv AuthSettingsV2MicrosoftV2Attributes) LoginScopes() terra.ListValue[terra.StringValue]
- type AuthSettingsV2MicrosoftV2State
- type AuthSettingsV2State
- type AuthSettingsV2TwitterV2
- type AuthSettingsV2TwitterV2Attributes
- func (tv AuthSettingsV2TwitterV2Attributes) ConsumerKey() terra.StringValue
- func (tv AuthSettingsV2TwitterV2Attributes) ConsumerSecretSettingName() terra.StringValue
- func (tv AuthSettingsV2TwitterV2Attributes) InternalRef() (terra.Reference, error)
- func (tv AuthSettingsV2TwitterV2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (tv AuthSettingsV2TwitterV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2TwitterV2Attributes
- type AuthSettingsV2TwitterV2State
- type Backup
- type BackupAttributes
- func (b BackupAttributes) Enabled() terra.BoolValue
- func (b BackupAttributes) InternalRef() (terra.Reference, error)
- func (b BackupAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (b BackupAttributes) InternalWithRef(ref terra.Reference) BackupAttributes
- func (b BackupAttributes) Name() terra.StringValue
- func (b BackupAttributes) Schedule() terra.ListValue[BackupScheduleAttributes]
- func (b BackupAttributes) StorageAccountUrl() terra.StringValue
- type BackupSchedule
- type BackupScheduleAttributes
- func (s BackupScheduleAttributes) FrequencyInterval() terra.NumberValue
- func (s BackupScheduleAttributes) FrequencyUnit() terra.StringValue
- func (s BackupScheduleAttributes) InternalRef() (terra.Reference, error)
- func (s BackupScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s BackupScheduleAttributes) InternalWithRef(ref terra.Reference) BackupScheduleAttributes
- func (s BackupScheduleAttributes) KeepAtLeastOneBackup() terra.BoolValue
- func (s BackupScheduleAttributes) LastExecutionTime() terra.StringValue
- func (s BackupScheduleAttributes) RetentionPeriodDays() terra.NumberValue
- func (s BackupScheduleAttributes) StartTime() terra.StringValue
- type BackupScheduleState
- type BackupState
- type ConnectionString
- type ConnectionStringAttributes
- func (cs ConnectionStringAttributes) InternalRef() (terra.Reference, error)
- func (cs ConnectionStringAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cs ConnectionStringAttributes) InternalWithRef(ref terra.Reference) ConnectionStringAttributes
- func (cs ConnectionStringAttributes) Name() terra.StringValue
- func (cs ConnectionStringAttributes) Type() terra.StringValue
- func (cs ConnectionStringAttributes) Value() terra.StringValue
- type ConnectionStringState
- type Identity
- type IdentityAttributes
- func (i IdentityAttributes) IdentityIds() terra.SetValue[terra.StringValue]
- func (i IdentityAttributes) InternalRef() (terra.Reference, error)
- func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
- func (i IdentityAttributes) PrincipalId() terra.StringValue
- func (i IdentityAttributes) TenantId() terra.StringValue
- func (i IdentityAttributes) Type() terra.StringValue
- type IdentityState
- type Resource
- func (alfas *Resource) Attributes() azurermLinuxFunctionAppSlotAttributes
- func (alfas *Resource) Configuration() interface{}
- func (alfas *Resource) DependOn() terra.Reference
- func (alfas *Resource) Dependencies() terra.Dependencies
- func (alfas *Resource) ImportState(state io.Reader) error
- func (alfas *Resource) LifecycleManagement() *terra.Lifecycle
- func (alfas *Resource) LocalName() string
- func (alfas *Resource) State() (*azurermLinuxFunctionAppSlotState, bool)
- func (alfas *Resource) StateMust() *azurermLinuxFunctionAppSlotState
- func (alfas *Resource) Type() string
- type SiteConfig
- type SiteConfigAppServiceLogs
- type SiteConfigAppServiceLogsAttributes
- func (asl SiteConfigAppServiceLogsAttributes) DiskQuotaMb() terra.NumberValue
- func (asl SiteConfigAppServiceLogsAttributes) InternalRef() (terra.Reference, error)
- func (asl SiteConfigAppServiceLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (asl SiteConfigAppServiceLogsAttributes) InternalWithRef(ref terra.Reference) SiteConfigAppServiceLogsAttributes
- func (asl SiteConfigAppServiceLogsAttributes) RetentionPeriodDays() terra.NumberValue
- type SiteConfigAppServiceLogsState
- type SiteConfigApplicationStack
- type SiteConfigApplicationStackAttributes
- func (as SiteConfigApplicationStackAttributes) Docker() terra.ListValue[SiteConfigApplicationStackDockerAttributes]
- func (as SiteConfigApplicationStackAttributes) DotnetVersion() terra.StringValue
- func (as SiteConfigApplicationStackAttributes) InternalRef() (terra.Reference, error)
- func (as SiteConfigApplicationStackAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (as SiteConfigApplicationStackAttributes) InternalWithRef(ref terra.Reference) SiteConfigApplicationStackAttributes
- func (as SiteConfigApplicationStackAttributes) JavaVersion() terra.StringValue
- func (as SiteConfigApplicationStackAttributes) NodeVersion() terra.StringValue
- func (as SiteConfigApplicationStackAttributes) PowershellCoreVersion() terra.StringValue
- func (as SiteConfigApplicationStackAttributes) PythonVersion() terra.StringValue
- func (as SiteConfigApplicationStackAttributes) UseCustomRuntime() terra.BoolValue
- func (as SiteConfigApplicationStackAttributes) UseDotnetIsolatedRuntime() terra.BoolValue
- type SiteConfigApplicationStackDocker
- type SiteConfigApplicationStackDockerAttributes
- func (d SiteConfigApplicationStackDockerAttributes) ImageName() terra.StringValue
- func (d SiteConfigApplicationStackDockerAttributes) ImageTag() terra.StringValue
- func (d SiteConfigApplicationStackDockerAttributes) InternalRef() (terra.Reference, error)
- func (d SiteConfigApplicationStackDockerAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d SiteConfigApplicationStackDockerAttributes) InternalWithRef(ref terra.Reference) SiteConfigApplicationStackDockerAttributes
- func (d SiteConfigApplicationStackDockerAttributes) RegistryPassword() terra.StringValue
- func (d SiteConfigApplicationStackDockerAttributes) RegistryUrl() terra.StringValue
- func (d SiteConfigApplicationStackDockerAttributes) RegistryUsername() terra.StringValue
- type SiteConfigApplicationStackDockerState
- type SiteConfigApplicationStackState
- type SiteConfigAttributes
- func (sc SiteConfigAttributes) AlwaysOn() terra.BoolValue
- func (sc SiteConfigAttributes) ApiDefinitionUrl() terra.StringValue
- func (sc SiteConfigAttributes) ApiManagementApiId() terra.StringValue
- func (sc SiteConfigAttributes) AppCommandLine() terra.StringValue
- func (sc SiteConfigAttributes) AppScaleLimit() terra.NumberValue
- func (sc SiteConfigAttributes) AppServiceLogs() terra.ListValue[SiteConfigAppServiceLogsAttributes]
- func (sc SiteConfigAttributes) ApplicationInsightsConnectionString() terra.StringValue
- func (sc SiteConfigAttributes) ApplicationInsightsKey() terra.StringValue
- func (sc SiteConfigAttributes) ApplicationStack() terra.ListValue[SiteConfigApplicationStackAttributes]
- func (sc SiteConfigAttributes) AutoSwapSlotName() terra.StringValue
- func (sc SiteConfigAttributes) ContainerRegistryManagedIdentityClientId() terra.StringValue
- func (sc SiteConfigAttributes) ContainerRegistryUseManagedIdentity() terra.BoolValue
- func (sc SiteConfigAttributes) Cors() terra.ListValue[SiteConfigCorsAttributes]
- func (sc SiteConfigAttributes) DefaultDocuments() terra.ListValue[terra.StringValue]
- func (sc SiteConfigAttributes) DetailedErrorLoggingEnabled() terra.BoolValue
- func (sc SiteConfigAttributes) ElasticInstanceMinimum() terra.NumberValue
- func (sc SiteConfigAttributes) FtpsState() terra.StringValue
- func (sc SiteConfigAttributes) HealthCheckEvictionTimeInMin() terra.NumberValue
- func (sc SiteConfigAttributes) HealthCheckPath() terra.StringValue
- func (sc SiteConfigAttributes) Http2Enabled() terra.BoolValue
- func (sc SiteConfigAttributes) InternalRef() (terra.Reference, error)
- func (sc SiteConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc SiteConfigAttributes) InternalWithRef(ref terra.Reference) SiteConfigAttributes
- func (sc SiteConfigAttributes) IpRestriction() terra.ListValue[SiteConfigIpRestrictionAttributes]
- func (sc SiteConfigAttributes) IpRestrictionDefaultAction() terra.StringValue
- func (sc SiteConfigAttributes) LinuxFxVersion() terra.StringValue
- func (sc SiteConfigAttributes) LoadBalancingMode() terra.StringValue
- func (sc SiteConfigAttributes) ManagedPipelineMode() terra.StringValue
- func (sc SiteConfigAttributes) MinimumTlsVersion() terra.StringValue
- func (sc SiteConfigAttributes) PreWarmedInstanceCount() terra.NumberValue
- func (sc SiteConfigAttributes) RemoteDebuggingEnabled() terra.BoolValue
- func (sc SiteConfigAttributes) RemoteDebuggingVersion() terra.StringValue
- func (sc SiteConfigAttributes) RuntimeScaleMonitoringEnabled() terra.BoolValue
- func (sc SiteConfigAttributes) ScmIpRestriction() terra.ListValue[SiteConfigScmIpRestrictionAttributes]
- func (sc SiteConfigAttributes) ScmIpRestrictionDefaultAction() terra.StringValue
- func (sc SiteConfigAttributes) ScmMinimumTlsVersion() terra.StringValue
- func (sc SiteConfigAttributes) ScmType() terra.StringValue
- func (sc SiteConfigAttributes) ScmUseMainIpRestriction() terra.BoolValue
- func (sc SiteConfigAttributes) Use32BitWorker() terra.BoolValue
- func (sc SiteConfigAttributes) VnetRouteAllEnabled() terra.BoolValue
- func (sc SiteConfigAttributes) WebsocketsEnabled() terra.BoolValue
- func (sc SiteConfigAttributes) WorkerCount() terra.NumberValue
- type SiteConfigCors
- type SiteConfigCorsAttributes
- func (c SiteConfigCorsAttributes) AllowedOrigins() terra.SetValue[terra.StringValue]
- func (c SiteConfigCorsAttributes) InternalRef() (terra.Reference, error)
- func (c SiteConfigCorsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c SiteConfigCorsAttributes) InternalWithRef(ref terra.Reference) SiteConfigCorsAttributes
- func (c SiteConfigCorsAttributes) SupportCredentials() terra.BoolValue
- type SiteConfigCorsState
- type SiteConfigIpRestriction
- type SiteConfigIpRestrictionAttributes
- func (ir SiteConfigIpRestrictionAttributes) Action() terra.StringValue
- func (ir SiteConfigIpRestrictionAttributes) Description() terra.StringValue
- func (ir SiteConfigIpRestrictionAttributes) Headers() terra.ListValue[SiteConfigIpRestrictionHeadersAttributes]
- func (ir SiteConfigIpRestrictionAttributes) InternalRef() (terra.Reference, error)
- func (ir SiteConfigIpRestrictionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ir SiteConfigIpRestrictionAttributes) InternalWithRef(ref terra.Reference) SiteConfigIpRestrictionAttributes
- func (ir SiteConfigIpRestrictionAttributes) IpAddress() terra.StringValue
- func (ir SiteConfigIpRestrictionAttributes) Name() terra.StringValue
- func (ir SiteConfigIpRestrictionAttributes) Priority() terra.NumberValue
- func (ir SiteConfigIpRestrictionAttributes) ServiceTag() terra.StringValue
- func (ir SiteConfigIpRestrictionAttributes) VirtualNetworkSubnetId() terra.StringValue
- type SiteConfigIpRestrictionHeaders
- type SiteConfigIpRestrictionHeadersAttributes
- func (h SiteConfigIpRestrictionHeadersAttributes) InternalRef() (terra.Reference, error)
- func (h SiteConfigIpRestrictionHeadersAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (h SiteConfigIpRestrictionHeadersAttributes) InternalWithRef(ref terra.Reference) SiteConfigIpRestrictionHeadersAttributes
- func (h SiteConfigIpRestrictionHeadersAttributes) XAzureFdid() terra.ListValue[terra.StringValue]
- func (h SiteConfigIpRestrictionHeadersAttributes) XFdHealthProbe() terra.ListValue[terra.StringValue]
- func (h SiteConfigIpRestrictionHeadersAttributes) XForwardedFor() terra.ListValue[terra.StringValue]
- func (h SiteConfigIpRestrictionHeadersAttributes) XForwardedHost() terra.ListValue[terra.StringValue]
- type SiteConfigIpRestrictionHeadersState
- type SiteConfigIpRestrictionState
- type SiteConfigScmIpRestriction
- type SiteConfigScmIpRestrictionAttributes
- func (sir SiteConfigScmIpRestrictionAttributes) Action() terra.StringValue
- func (sir SiteConfigScmIpRestrictionAttributes) Description() terra.StringValue
- func (sir SiteConfigScmIpRestrictionAttributes) Headers() terra.ListValue[SiteConfigScmIpRestrictionHeadersAttributes]
- func (sir SiteConfigScmIpRestrictionAttributes) InternalRef() (terra.Reference, error)
- func (sir SiteConfigScmIpRestrictionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sir SiteConfigScmIpRestrictionAttributes) InternalWithRef(ref terra.Reference) SiteConfigScmIpRestrictionAttributes
- func (sir SiteConfigScmIpRestrictionAttributes) IpAddress() terra.StringValue
- func (sir SiteConfigScmIpRestrictionAttributes) Name() terra.StringValue
- func (sir SiteConfigScmIpRestrictionAttributes) Priority() terra.NumberValue
- func (sir SiteConfigScmIpRestrictionAttributes) ServiceTag() terra.StringValue
- func (sir SiteConfigScmIpRestrictionAttributes) VirtualNetworkSubnetId() terra.StringValue
- type SiteConfigScmIpRestrictionHeaders
- type SiteConfigScmIpRestrictionHeadersAttributes
- func (h SiteConfigScmIpRestrictionHeadersAttributes) InternalRef() (terra.Reference, error)
- func (h SiteConfigScmIpRestrictionHeadersAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (h SiteConfigScmIpRestrictionHeadersAttributes) InternalWithRef(ref terra.Reference) SiteConfigScmIpRestrictionHeadersAttributes
- func (h SiteConfigScmIpRestrictionHeadersAttributes) XAzureFdid() terra.ListValue[terra.StringValue]
- func (h SiteConfigScmIpRestrictionHeadersAttributes) XFdHealthProbe() terra.ListValue[terra.StringValue]
- func (h SiteConfigScmIpRestrictionHeadersAttributes) XForwardedFor() terra.ListValue[terra.StringValue]
- func (h SiteConfigScmIpRestrictionHeadersAttributes) XForwardedHost() terra.ListValue[terra.StringValue]
- type SiteConfigScmIpRestrictionHeadersState
- type SiteConfigScmIpRestrictionState
- type SiteConfigState
- type SiteCredentialAttributes
- func (sc SiteCredentialAttributes) InternalRef() (terra.Reference, error)
- func (sc SiteCredentialAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc SiteCredentialAttributes) InternalWithRef(ref terra.Reference) SiteCredentialAttributes
- func (sc SiteCredentialAttributes) Name() terra.StringValue
- func (sc SiteCredentialAttributes) Password() terra.StringValue
- type SiteCredentialState
- type StorageAccount
- type StorageAccountAttributes
- func (sa StorageAccountAttributes) AccessKey() terra.StringValue
- func (sa StorageAccountAttributes) AccountName() terra.StringValue
- func (sa StorageAccountAttributes) InternalRef() (terra.Reference, error)
- func (sa StorageAccountAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sa StorageAccountAttributes) InternalWithRef(ref terra.Reference) StorageAccountAttributes
- func (sa StorageAccountAttributes) MountPath() terra.StringValue
- func (sa StorageAccountAttributes) Name() terra.StringValue
- func (sa StorageAccountAttributes) ShareName() terra.StringValue
- func (sa StorageAccountAttributes) Type() terra.StringValue
- type StorageAccountState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AppSettings: map of string, optional AppSettings terra.MapValue[terra.StringValue] `hcl:"app_settings,attr"` // BuiltinLoggingEnabled: bool, optional BuiltinLoggingEnabled terra.BoolValue `hcl:"builtin_logging_enabled,attr"` // ClientCertificateEnabled: bool, optional ClientCertificateEnabled terra.BoolValue `hcl:"client_certificate_enabled,attr"` // ClientCertificateExclusionPaths: string, optional ClientCertificateExclusionPaths terra.StringValue `hcl:"client_certificate_exclusion_paths,attr"` // ClientCertificateMode: string, optional ClientCertificateMode terra.StringValue `hcl:"client_certificate_mode,attr"` ContentShareForceDisabled terra.BoolValue `hcl:"content_share_force_disabled,attr"` // DailyMemoryTimeQuota: number, optional DailyMemoryTimeQuota terra.NumberValue `hcl:"daily_memory_time_quota,attr"` // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // FtpPublishBasicAuthenticationEnabled: bool, optional FtpPublishBasicAuthenticationEnabled terra.BoolValue `hcl:"ftp_publish_basic_authentication_enabled,attr"` // FunctionAppId: string, required FunctionAppId terra.StringValue `hcl:"function_app_id,attr" validate:"required"` // FunctionsExtensionVersion: string, optional FunctionsExtensionVersion terra.StringValue `hcl:"functions_extension_version,attr"` // HttpsOnly: bool, optional HttpsOnly terra.BoolValue `hcl:"https_only,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // KeyVaultReferenceIdentityId: string, optional KeyVaultReferenceIdentityId terra.StringValue `hcl:"key_vault_reference_identity_id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // PublicNetworkAccessEnabled: bool, optional PublicNetworkAccessEnabled terra.BoolValue `hcl:"public_network_access_enabled,attr"` // ServicePlanId: string, optional ServicePlanId terra.StringValue `hcl:"service_plan_id,attr"` // StorageAccountAccessKey: string, optional StorageAccountAccessKey terra.StringValue `hcl:"storage_account_access_key,attr"` // StorageAccountName: string, optional StorageAccountName terra.StringValue `hcl:"storage_account_name,attr"` // StorageKeyVaultSecretId: string, optional StorageKeyVaultSecretId terra.StringValue `hcl:"storage_key_vault_secret_id,attr"` // StorageUsesManagedIdentity: bool, optional StorageUsesManagedIdentity terra.BoolValue `hcl:"storage_uses_managed_identity,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // VirtualNetworkSubnetId: string, optional VirtualNetworkSubnetId terra.StringValue `hcl:"virtual_network_subnet_id,attr"` // WebdeployPublishBasicAuthenticationEnabled: bool, optional WebdeployPublishBasicAuthenticationEnabled terra.BoolValue `hcl:"webdeploy_publish_basic_authentication_enabled,attr"` // AuthSettings: optional AuthSettings *AuthSettings `hcl:"auth_settings,block"` // AuthSettingsV2: optional AuthSettingsV2 *AuthSettingsV2 `hcl:"auth_settings_v2,block"` // Backup: optional Backup *Backup `hcl:"backup,block"` // ConnectionString: min=0 ConnectionString []ConnectionString `hcl:"connection_string,block" validate:"min=0"` // Identity: optional Identity *Identity `hcl:"identity,block"` // SiteConfig: required SiteConfig *SiteConfig `hcl:"site_config,block" validate:"required"` // StorageAccount: min=0 StorageAccount []StorageAccount `hcl:"storage_account,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_linux_function_app_slot.
type AuthSettings ¶
type AuthSettings struct { // AdditionalLoginParameters: map of string, optional AdditionalLoginParameters terra.MapValue[terra.StringValue] `hcl:"additional_login_parameters,attr"` // AllowedExternalRedirectUrls: list of string, optional AllowedExternalRedirectUrls terra.ListValue[terra.StringValue] `hcl:"allowed_external_redirect_urls,attr"` // DefaultProvider: string, optional DefaultProvider terra.StringValue `hcl:"default_provider,attr"` // Enabled: bool, required Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"` // Issuer: string, optional Issuer terra.StringValue `hcl:"issuer,attr"` // RuntimeVersion: string, optional RuntimeVersion terra.StringValue `hcl:"runtime_version,attr"` // TokenRefreshExtensionHours: number, optional TokenRefreshExtensionHours terra.NumberValue `hcl:"token_refresh_extension_hours,attr"` // TokenStoreEnabled: bool, optional TokenStoreEnabled terra.BoolValue `hcl:"token_store_enabled,attr"` // UnauthenticatedClientAction: string, optional UnauthenticatedClientAction terra.StringValue `hcl:"unauthenticated_client_action,attr"` // AuthSettingsActiveDirectory: optional ActiveDirectory *AuthSettingsActiveDirectory `hcl:"active_directory,block"` // AuthSettingsFacebook: optional Facebook *AuthSettingsFacebook `hcl:"facebook,block"` // AuthSettingsGithub: optional Github *AuthSettingsGithub `hcl:"github,block"` // AuthSettingsGoogle: optional Google *AuthSettingsGoogle `hcl:"google,block"` // AuthSettingsMicrosoft: optional Microsoft *AuthSettingsMicrosoft `hcl:"microsoft,block"` // AuthSettingsTwitter: optional Twitter *AuthSettingsTwitter `hcl:"twitter,block"` }
type AuthSettingsActiveDirectory ¶
type AuthSettingsActiveDirectory struct { // AllowedAudiences: list of string, optional AllowedAudiences terra.ListValue[terra.StringValue] `hcl:"allowed_audiences,attr"` // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` // ClientSecret: string, optional ClientSecret terra.StringValue `hcl:"client_secret,attr"` // ClientSecretSettingName: string, optional ClientSecretSettingName terra.StringValue `hcl:"client_secret_setting_name,attr"` }
type AuthSettingsActiveDirectoryAttributes ¶
type AuthSettingsActiveDirectoryAttributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsActiveDirectoryAttributes) AllowedAudiences ¶
func (ad AuthSettingsActiveDirectoryAttributes) AllowedAudiences() terra.ListValue[terra.StringValue]
func (AuthSettingsActiveDirectoryAttributes) ClientId ¶
func (ad AuthSettingsActiveDirectoryAttributes) ClientId() terra.StringValue
func (AuthSettingsActiveDirectoryAttributes) ClientSecret ¶
func (ad AuthSettingsActiveDirectoryAttributes) ClientSecret() terra.StringValue
func (AuthSettingsActiveDirectoryAttributes) ClientSecretSettingName ¶
func (ad AuthSettingsActiveDirectoryAttributes) ClientSecretSettingName() terra.StringValue
func (AuthSettingsActiveDirectoryAttributes) InternalRef ¶
func (ad AuthSettingsActiveDirectoryAttributes) InternalRef() (terra.Reference, error)
func (AuthSettingsActiveDirectoryAttributes) InternalTokens ¶
func (ad AuthSettingsActiveDirectoryAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsActiveDirectoryAttributes) InternalWithRef ¶
func (ad AuthSettingsActiveDirectoryAttributes) InternalWithRef(ref terra.Reference) AuthSettingsActiveDirectoryAttributes
type AuthSettingsAttributes ¶
type AuthSettingsAttributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsAttributes) ActiveDirectory ¶
func (as AuthSettingsAttributes) ActiveDirectory() terra.ListValue[AuthSettingsActiveDirectoryAttributes]
func (AuthSettingsAttributes) AdditionalLoginParameters ¶
func (as AuthSettingsAttributes) AdditionalLoginParameters() terra.MapValue[terra.StringValue]
func (AuthSettingsAttributes) AllowedExternalRedirectUrls ¶
func (as AuthSettingsAttributes) AllowedExternalRedirectUrls() terra.ListValue[terra.StringValue]
func (AuthSettingsAttributes) DefaultProvider ¶
func (as AuthSettingsAttributes) DefaultProvider() terra.StringValue
func (AuthSettingsAttributes) Enabled ¶
func (as AuthSettingsAttributes) Enabled() terra.BoolValue
func (AuthSettingsAttributes) Facebook ¶
func (as AuthSettingsAttributes) Facebook() terra.ListValue[AuthSettingsFacebookAttributes]
func (AuthSettingsAttributes) Github ¶
func (as AuthSettingsAttributes) Github() terra.ListValue[AuthSettingsGithubAttributes]
func (AuthSettingsAttributes) Google ¶
func (as AuthSettingsAttributes) Google() terra.ListValue[AuthSettingsGoogleAttributes]
func (AuthSettingsAttributes) InternalRef ¶
func (as AuthSettingsAttributes) InternalRef() (terra.Reference, error)
func (AuthSettingsAttributes) InternalTokens ¶
func (as AuthSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsAttributes) InternalWithRef ¶
func (as AuthSettingsAttributes) InternalWithRef(ref terra.Reference) AuthSettingsAttributes
func (AuthSettingsAttributes) Issuer ¶
func (as AuthSettingsAttributes) Issuer() terra.StringValue
func (AuthSettingsAttributes) Microsoft ¶
func (as AuthSettingsAttributes) Microsoft() terra.ListValue[AuthSettingsMicrosoftAttributes]
func (AuthSettingsAttributes) RuntimeVersion ¶
func (as AuthSettingsAttributes) RuntimeVersion() terra.StringValue
func (AuthSettingsAttributes) TokenRefreshExtensionHours ¶
func (as AuthSettingsAttributes) TokenRefreshExtensionHours() terra.NumberValue
func (AuthSettingsAttributes) TokenStoreEnabled ¶
func (as AuthSettingsAttributes) TokenStoreEnabled() terra.BoolValue
func (AuthSettingsAttributes) Twitter ¶
func (as AuthSettingsAttributes) Twitter() terra.ListValue[AuthSettingsTwitterAttributes]
func (AuthSettingsAttributes) UnauthenticatedClientAction ¶
func (as AuthSettingsAttributes) UnauthenticatedClientAction() terra.StringValue
type AuthSettingsFacebook ¶
type AuthSettingsFacebook struct { // AppId: string, required AppId terra.StringValue `hcl:"app_id,attr" validate:"required"` // AppSecret: string, optional AppSecret terra.StringValue `hcl:"app_secret,attr"` // AppSecretSettingName: string, optional AppSecretSettingName terra.StringValue `hcl:"app_secret_setting_name,attr"` // OauthScopes: list of string, optional OauthScopes terra.ListValue[terra.StringValue] `hcl:"oauth_scopes,attr"` }
type AuthSettingsFacebookAttributes ¶
type AuthSettingsFacebookAttributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsFacebookAttributes) AppId ¶
func (f AuthSettingsFacebookAttributes) AppId() terra.StringValue
func (AuthSettingsFacebookAttributes) AppSecret ¶
func (f AuthSettingsFacebookAttributes) AppSecret() terra.StringValue
func (AuthSettingsFacebookAttributes) AppSecretSettingName ¶
func (f AuthSettingsFacebookAttributes) AppSecretSettingName() terra.StringValue
func (AuthSettingsFacebookAttributes) InternalRef ¶
func (f AuthSettingsFacebookAttributes) InternalRef() (terra.Reference, error)
func (AuthSettingsFacebookAttributes) InternalTokens ¶
func (f AuthSettingsFacebookAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsFacebookAttributes) InternalWithRef ¶
func (f AuthSettingsFacebookAttributes) InternalWithRef(ref terra.Reference) AuthSettingsFacebookAttributes
func (AuthSettingsFacebookAttributes) OauthScopes ¶
func (f AuthSettingsFacebookAttributes) OauthScopes() terra.ListValue[terra.StringValue]
type AuthSettingsGithub ¶
type AuthSettingsGithub struct { // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` // ClientSecret: string, optional ClientSecret terra.StringValue `hcl:"client_secret,attr"` // ClientSecretSettingName: string, optional ClientSecretSettingName terra.StringValue `hcl:"client_secret_setting_name,attr"` // OauthScopes: list of string, optional OauthScopes terra.ListValue[terra.StringValue] `hcl:"oauth_scopes,attr"` }
type AuthSettingsGithubAttributes ¶
type AuthSettingsGithubAttributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsGithubAttributes) ClientId ¶
func (g AuthSettingsGithubAttributes) ClientId() terra.StringValue
func (AuthSettingsGithubAttributes) ClientSecret ¶
func (g AuthSettingsGithubAttributes) ClientSecret() terra.StringValue
func (AuthSettingsGithubAttributes) ClientSecretSettingName ¶
func (g AuthSettingsGithubAttributes) ClientSecretSettingName() terra.StringValue
func (AuthSettingsGithubAttributes) InternalRef ¶
func (g AuthSettingsGithubAttributes) InternalRef() (terra.Reference, error)
func (AuthSettingsGithubAttributes) InternalTokens ¶
func (g AuthSettingsGithubAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsGithubAttributes) InternalWithRef ¶
func (g AuthSettingsGithubAttributes) InternalWithRef(ref terra.Reference) AuthSettingsGithubAttributes
func (AuthSettingsGithubAttributes) OauthScopes ¶
func (g AuthSettingsGithubAttributes) OauthScopes() terra.ListValue[terra.StringValue]
type AuthSettingsGithubState ¶
type AuthSettingsGoogle ¶
type AuthSettingsGoogle struct { // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` // ClientSecret: string, optional ClientSecret terra.StringValue `hcl:"client_secret,attr"` // ClientSecretSettingName: string, optional ClientSecretSettingName terra.StringValue `hcl:"client_secret_setting_name,attr"` // OauthScopes: list of string, optional OauthScopes terra.ListValue[terra.StringValue] `hcl:"oauth_scopes,attr"` }
type AuthSettingsGoogleAttributes ¶
type AuthSettingsGoogleAttributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsGoogleAttributes) ClientId ¶
func (g AuthSettingsGoogleAttributes) ClientId() terra.StringValue
func (AuthSettingsGoogleAttributes) ClientSecret ¶
func (g AuthSettingsGoogleAttributes) ClientSecret() terra.StringValue
func (AuthSettingsGoogleAttributes) ClientSecretSettingName ¶
func (g AuthSettingsGoogleAttributes) ClientSecretSettingName() terra.StringValue
func (AuthSettingsGoogleAttributes) InternalRef ¶
func (g AuthSettingsGoogleAttributes) InternalRef() (terra.Reference, error)
func (AuthSettingsGoogleAttributes) InternalTokens ¶
func (g AuthSettingsGoogleAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsGoogleAttributes) InternalWithRef ¶
func (g AuthSettingsGoogleAttributes) InternalWithRef(ref terra.Reference) AuthSettingsGoogleAttributes
func (AuthSettingsGoogleAttributes) OauthScopes ¶
func (g AuthSettingsGoogleAttributes) OauthScopes() terra.ListValue[terra.StringValue]
type AuthSettingsGoogleState ¶
type AuthSettingsMicrosoft ¶
type AuthSettingsMicrosoft struct { // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` // ClientSecret: string, optional ClientSecret terra.StringValue `hcl:"client_secret,attr"` // ClientSecretSettingName: string, optional ClientSecretSettingName terra.StringValue `hcl:"client_secret_setting_name,attr"` // OauthScopes: list of string, optional OauthScopes terra.ListValue[terra.StringValue] `hcl:"oauth_scopes,attr"` }
type AuthSettingsMicrosoftAttributes ¶
type AuthSettingsMicrosoftAttributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsMicrosoftAttributes) ClientId ¶
func (m AuthSettingsMicrosoftAttributes) ClientId() terra.StringValue
func (AuthSettingsMicrosoftAttributes) ClientSecret ¶
func (m AuthSettingsMicrosoftAttributes) ClientSecret() terra.StringValue
func (AuthSettingsMicrosoftAttributes) ClientSecretSettingName ¶
func (m AuthSettingsMicrosoftAttributes) ClientSecretSettingName() terra.StringValue
func (AuthSettingsMicrosoftAttributes) InternalRef ¶
func (m AuthSettingsMicrosoftAttributes) InternalRef() (terra.Reference, error)
func (AuthSettingsMicrosoftAttributes) InternalTokens ¶
func (m AuthSettingsMicrosoftAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsMicrosoftAttributes) InternalWithRef ¶
func (m AuthSettingsMicrosoftAttributes) InternalWithRef(ref terra.Reference) AuthSettingsMicrosoftAttributes
func (AuthSettingsMicrosoftAttributes) OauthScopes ¶
func (m AuthSettingsMicrosoftAttributes) OauthScopes() terra.ListValue[terra.StringValue]
type AuthSettingsState ¶
type AuthSettingsState struct { AdditionalLoginParameters map[string]string `json:"additional_login_parameters"` AllowedExternalRedirectUrls []string `json:"allowed_external_redirect_urls"` DefaultProvider string `json:"default_provider"` Enabled bool `json:"enabled"` Issuer string `json:"issuer"` RuntimeVersion string `json:"runtime_version"` TokenRefreshExtensionHours float64 `json:"token_refresh_extension_hours"` TokenStoreEnabled bool `json:"token_store_enabled"` UnauthenticatedClientAction string `json:"unauthenticated_client_action"` ActiveDirectory []AuthSettingsActiveDirectoryState `json:"active_directory"` Facebook []AuthSettingsFacebookState `json:"facebook"` Github []AuthSettingsGithubState `json:"github"` Google []AuthSettingsGoogleState `json:"google"` Microsoft []AuthSettingsMicrosoftState `json:"microsoft"` Twitter []AuthSettingsTwitterState `json:"twitter"` }
type AuthSettingsTwitter ¶
type AuthSettingsTwitter struct { // ConsumerKey: string, required ConsumerKey terra.StringValue `hcl:"consumer_key,attr" validate:"required"` // ConsumerSecret: string, optional ConsumerSecret terra.StringValue `hcl:"consumer_secret,attr"` // ConsumerSecretSettingName: string, optional ConsumerSecretSettingName terra.StringValue `hcl:"consumer_secret_setting_name,attr"` }
type AuthSettingsTwitterAttributes ¶
type AuthSettingsTwitterAttributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsTwitterAttributes) ConsumerKey ¶
func (t AuthSettingsTwitterAttributes) ConsumerKey() terra.StringValue
func (AuthSettingsTwitterAttributes) ConsumerSecret ¶
func (t AuthSettingsTwitterAttributes) ConsumerSecret() terra.StringValue
func (AuthSettingsTwitterAttributes) ConsumerSecretSettingName ¶
func (t AuthSettingsTwitterAttributes) ConsumerSecretSettingName() terra.StringValue
func (AuthSettingsTwitterAttributes) InternalRef ¶
func (t AuthSettingsTwitterAttributes) InternalRef() (terra.Reference, error)
func (AuthSettingsTwitterAttributes) InternalTokens ¶
func (t AuthSettingsTwitterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsTwitterAttributes) InternalWithRef ¶
func (t AuthSettingsTwitterAttributes) InternalWithRef(ref terra.Reference) AuthSettingsTwitterAttributes
type AuthSettingsV2 ¶
type AuthSettingsV2 struct { // AuthEnabled: bool, optional AuthEnabled terra.BoolValue `hcl:"auth_enabled,attr"` // ConfigFilePath: string, optional ConfigFilePath terra.StringValue `hcl:"config_file_path,attr"` // DefaultProvider: string, optional DefaultProvider terra.StringValue `hcl:"default_provider,attr"` // ExcludedPaths: list of string, optional ExcludedPaths terra.ListValue[terra.StringValue] `hcl:"excluded_paths,attr"` // ForwardProxyConvention: string, optional ForwardProxyConvention terra.StringValue `hcl:"forward_proxy_convention,attr"` // ForwardProxyCustomHostHeaderName: string, optional ForwardProxyCustomHostHeaderName terra.StringValue `hcl:"forward_proxy_custom_host_header_name,attr"` // ForwardProxyCustomSchemeHeaderName: string, optional ForwardProxyCustomSchemeHeaderName terra.StringValue `hcl:"forward_proxy_custom_scheme_header_name,attr"` // HttpRouteApiPrefix: string, optional HttpRouteApiPrefix terra.StringValue `hcl:"http_route_api_prefix,attr"` // RequireAuthentication: bool, optional RequireAuthentication terra.BoolValue `hcl:"require_authentication,attr"` // RequireHttps: bool, optional RequireHttps terra.BoolValue `hcl:"require_https,attr"` // RuntimeVersion: string, optional RuntimeVersion terra.StringValue `hcl:"runtime_version,attr"` // UnauthenticatedAction: string, optional UnauthenticatedAction terra.StringValue `hcl:"unauthenticated_action,attr"` // AuthSettingsV2ActiveDirectoryV2: optional ActiveDirectoryV2 *AuthSettingsV2ActiveDirectoryV2 `hcl:"active_directory_v2,block"` // AuthSettingsV2AppleV2: optional AppleV2 *AuthSettingsV2AppleV2 `hcl:"apple_v2,block"` // AuthSettingsV2AzureStaticWebAppV2: optional AzureStaticWebAppV2 *AuthSettingsV2AzureStaticWebAppV2 `hcl:"azure_static_web_app_v2,block"` // AuthSettingsV2CustomOidcV2: min=0 CustomOidcV2 []AuthSettingsV2CustomOidcV2 `hcl:"custom_oidc_v2,block" validate:"min=0"` // AuthSettingsV2FacebookV2: optional FacebookV2 *AuthSettingsV2FacebookV2 `hcl:"facebook_v2,block"` // AuthSettingsV2GithubV2: optional GithubV2 *AuthSettingsV2GithubV2 `hcl:"github_v2,block"` // AuthSettingsV2GoogleV2: optional GoogleV2 *AuthSettingsV2GoogleV2 `hcl:"google_v2,block"` // AuthSettingsV2Login: required Login *AuthSettingsV2Login `hcl:"login,block" validate:"required"` // AuthSettingsV2MicrosoftV2: optional MicrosoftV2 *AuthSettingsV2MicrosoftV2 `hcl:"microsoft_v2,block"` // AuthSettingsV2TwitterV2: optional TwitterV2 *AuthSettingsV2TwitterV2 `hcl:"twitter_v2,block"` }
type AuthSettingsV2ActiveDirectoryV2 ¶
type AuthSettingsV2ActiveDirectoryV2 struct { // AllowedApplications: list of string, optional AllowedApplications terra.ListValue[terra.StringValue] `hcl:"allowed_applications,attr"` // AllowedAudiences: list of string, optional AllowedAudiences terra.ListValue[terra.StringValue] `hcl:"allowed_audiences,attr"` // AllowedGroups: list of string, optional AllowedGroups terra.ListValue[terra.StringValue] `hcl:"allowed_groups,attr"` // AllowedIdentities: list of string, optional AllowedIdentities terra.ListValue[terra.StringValue] `hcl:"allowed_identities,attr"` // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` // ClientSecretCertificateThumbprint: string, optional ClientSecretCertificateThumbprint terra.StringValue `hcl:"client_secret_certificate_thumbprint,attr"` // ClientSecretSettingName: string, optional ClientSecretSettingName terra.StringValue `hcl:"client_secret_setting_name,attr"` // JwtAllowedClientApplications: list of string, optional JwtAllowedClientApplications terra.ListValue[terra.StringValue] `hcl:"jwt_allowed_client_applications,attr"` // JwtAllowedGroups: list of string, optional JwtAllowedGroups terra.ListValue[terra.StringValue] `hcl:"jwt_allowed_groups,attr"` // LoginParameters: map of string, optional LoginParameters terra.MapValue[terra.StringValue] `hcl:"login_parameters,attr"` // TenantAuthEndpoint: string, required TenantAuthEndpoint terra.StringValue `hcl:"tenant_auth_endpoint,attr" validate:"required"` // WwwAuthenticationDisabled: bool, optional WwwAuthenticationDisabled terra.BoolValue `hcl:"www_authentication_disabled,attr"` }
type AuthSettingsV2ActiveDirectoryV2Attributes ¶
type AuthSettingsV2ActiveDirectoryV2Attributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2ActiveDirectoryV2Attributes) AllowedApplications ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) AllowedApplications() terra.ListValue[terra.StringValue]
func (AuthSettingsV2ActiveDirectoryV2Attributes) AllowedAudiences ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) AllowedAudiences() terra.ListValue[terra.StringValue]
func (AuthSettingsV2ActiveDirectoryV2Attributes) AllowedGroups ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) AllowedGroups() terra.ListValue[terra.StringValue]
func (AuthSettingsV2ActiveDirectoryV2Attributes) AllowedIdentities ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) AllowedIdentities() terra.ListValue[terra.StringValue]
func (AuthSettingsV2ActiveDirectoryV2Attributes) ClientId ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) ClientId() terra.StringValue
func (AuthSettingsV2ActiveDirectoryV2Attributes) ClientSecretCertificateThumbprint ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) ClientSecretCertificateThumbprint() terra.StringValue
func (AuthSettingsV2ActiveDirectoryV2Attributes) ClientSecretSettingName ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) ClientSecretSettingName() terra.StringValue
func (AuthSettingsV2ActiveDirectoryV2Attributes) InternalRef ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2ActiveDirectoryV2Attributes) InternalTokens ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2ActiveDirectoryV2Attributes) InternalWithRef ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2ActiveDirectoryV2Attributes
func (AuthSettingsV2ActiveDirectoryV2Attributes) JwtAllowedClientApplications ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) JwtAllowedClientApplications() terra.ListValue[terra.StringValue]
func (AuthSettingsV2ActiveDirectoryV2Attributes) JwtAllowedGroups ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) JwtAllowedGroups() terra.ListValue[terra.StringValue]
func (AuthSettingsV2ActiveDirectoryV2Attributes) LoginParameters ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) LoginParameters() terra.MapValue[terra.StringValue]
func (AuthSettingsV2ActiveDirectoryV2Attributes) TenantAuthEndpoint ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) TenantAuthEndpoint() terra.StringValue
func (AuthSettingsV2ActiveDirectoryV2Attributes) WwwAuthenticationDisabled ¶
func (adv AuthSettingsV2ActiveDirectoryV2Attributes) WwwAuthenticationDisabled() terra.BoolValue
type AuthSettingsV2ActiveDirectoryV2State ¶
type AuthSettingsV2ActiveDirectoryV2State struct { AllowedApplications []string `json:"allowed_applications"` AllowedAudiences []string `json:"allowed_audiences"` AllowedGroups []string `json:"allowed_groups"` AllowedIdentities []string `json:"allowed_identities"` ClientId string `json:"client_id"` ClientSecretCertificateThumbprint string `json:"client_secret_certificate_thumbprint"` ClientSecretSettingName string `json:"client_secret_setting_name"` JwtAllowedClientApplications []string `json:"jwt_allowed_client_applications"` JwtAllowedGroups []string `json:"jwt_allowed_groups"` LoginParameters map[string]string `json:"login_parameters"` TenantAuthEndpoint string `json:"tenant_auth_endpoint"` WwwAuthenticationDisabled bool `json:"www_authentication_disabled"` }
type AuthSettingsV2AppleV2 ¶
type AuthSettingsV2AppleV2 struct { // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` // ClientSecretSettingName: string, required ClientSecretSettingName terra.StringValue `hcl:"client_secret_setting_name,attr" validate:"required"` }
type AuthSettingsV2AppleV2Attributes ¶
type AuthSettingsV2AppleV2Attributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2AppleV2Attributes) ClientId ¶
func (av AuthSettingsV2AppleV2Attributes) ClientId() terra.StringValue
func (AuthSettingsV2AppleV2Attributes) ClientSecretSettingName ¶
func (av AuthSettingsV2AppleV2Attributes) ClientSecretSettingName() terra.StringValue
func (AuthSettingsV2AppleV2Attributes) InternalRef ¶
func (av AuthSettingsV2AppleV2Attributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2AppleV2Attributes) InternalTokens ¶
func (av AuthSettingsV2AppleV2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2AppleV2Attributes) InternalWithRef ¶
func (av AuthSettingsV2AppleV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2AppleV2Attributes
func (AuthSettingsV2AppleV2Attributes) LoginScopes ¶
func (av AuthSettingsV2AppleV2Attributes) LoginScopes() terra.ListValue[terra.StringValue]
type AuthSettingsV2Attributes ¶
type AuthSettingsV2Attributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2Attributes) ActiveDirectoryV2 ¶
func (asv AuthSettingsV2Attributes) ActiveDirectoryV2() terra.ListValue[AuthSettingsV2ActiveDirectoryV2Attributes]
func (AuthSettingsV2Attributes) AppleV2 ¶
func (asv AuthSettingsV2Attributes) AppleV2() terra.ListValue[AuthSettingsV2AppleV2Attributes]
func (AuthSettingsV2Attributes) AuthEnabled ¶
func (asv AuthSettingsV2Attributes) AuthEnabled() terra.BoolValue
func (AuthSettingsV2Attributes) AzureStaticWebAppV2 ¶
func (asv AuthSettingsV2Attributes) AzureStaticWebAppV2() terra.ListValue[AuthSettingsV2AzureStaticWebAppV2Attributes]
func (AuthSettingsV2Attributes) ConfigFilePath ¶
func (asv AuthSettingsV2Attributes) ConfigFilePath() terra.StringValue
func (AuthSettingsV2Attributes) CustomOidcV2 ¶
func (asv AuthSettingsV2Attributes) CustomOidcV2() terra.ListValue[AuthSettingsV2CustomOidcV2Attributes]
func (AuthSettingsV2Attributes) DefaultProvider ¶
func (asv AuthSettingsV2Attributes) DefaultProvider() terra.StringValue
func (AuthSettingsV2Attributes) ExcludedPaths ¶
func (asv AuthSettingsV2Attributes) ExcludedPaths() terra.ListValue[terra.StringValue]
func (AuthSettingsV2Attributes) FacebookV2 ¶
func (asv AuthSettingsV2Attributes) FacebookV2() terra.ListValue[AuthSettingsV2FacebookV2Attributes]
func (AuthSettingsV2Attributes) ForwardProxyConvention ¶
func (asv AuthSettingsV2Attributes) ForwardProxyConvention() terra.StringValue
func (AuthSettingsV2Attributes) ForwardProxyCustomHostHeaderName ¶
func (asv AuthSettingsV2Attributes) ForwardProxyCustomHostHeaderName() terra.StringValue
func (AuthSettingsV2Attributes) ForwardProxyCustomSchemeHeaderName ¶
func (asv AuthSettingsV2Attributes) ForwardProxyCustomSchemeHeaderName() terra.StringValue
func (AuthSettingsV2Attributes) GithubV2 ¶
func (asv AuthSettingsV2Attributes) GithubV2() terra.ListValue[AuthSettingsV2GithubV2Attributes]
func (AuthSettingsV2Attributes) GoogleV2 ¶
func (asv AuthSettingsV2Attributes) GoogleV2() terra.ListValue[AuthSettingsV2GoogleV2Attributes]
func (AuthSettingsV2Attributes) HttpRouteApiPrefix ¶
func (asv AuthSettingsV2Attributes) HttpRouteApiPrefix() terra.StringValue
func (AuthSettingsV2Attributes) InternalRef ¶
func (asv AuthSettingsV2Attributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2Attributes) InternalTokens ¶
func (asv AuthSettingsV2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2Attributes) InternalWithRef ¶
func (asv AuthSettingsV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2Attributes
func (AuthSettingsV2Attributes) Login ¶
func (asv AuthSettingsV2Attributes) Login() terra.ListValue[AuthSettingsV2LoginAttributes]
func (AuthSettingsV2Attributes) MicrosoftV2 ¶
func (asv AuthSettingsV2Attributes) MicrosoftV2() terra.ListValue[AuthSettingsV2MicrosoftV2Attributes]
func (AuthSettingsV2Attributes) RequireAuthentication ¶
func (asv AuthSettingsV2Attributes) RequireAuthentication() terra.BoolValue
func (AuthSettingsV2Attributes) RequireHttps ¶
func (asv AuthSettingsV2Attributes) RequireHttps() terra.BoolValue
func (AuthSettingsV2Attributes) RuntimeVersion ¶
func (asv AuthSettingsV2Attributes) RuntimeVersion() terra.StringValue
func (AuthSettingsV2Attributes) TwitterV2 ¶
func (asv AuthSettingsV2Attributes) TwitterV2() terra.ListValue[AuthSettingsV2TwitterV2Attributes]
func (AuthSettingsV2Attributes) UnauthenticatedAction ¶
func (asv AuthSettingsV2Attributes) UnauthenticatedAction() terra.StringValue
type AuthSettingsV2AzureStaticWebAppV2 ¶
type AuthSettingsV2AzureStaticWebAppV2 struct { // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` }
type AuthSettingsV2AzureStaticWebAppV2Attributes ¶
type AuthSettingsV2AzureStaticWebAppV2Attributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2AzureStaticWebAppV2Attributes) ClientId ¶
func (aswav AuthSettingsV2AzureStaticWebAppV2Attributes) ClientId() terra.StringValue
func (AuthSettingsV2AzureStaticWebAppV2Attributes) InternalRef ¶
func (aswav AuthSettingsV2AzureStaticWebAppV2Attributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2AzureStaticWebAppV2Attributes) InternalTokens ¶
func (aswav AuthSettingsV2AzureStaticWebAppV2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2AzureStaticWebAppV2Attributes) InternalWithRef ¶
func (aswav AuthSettingsV2AzureStaticWebAppV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2AzureStaticWebAppV2Attributes
type AuthSettingsV2AzureStaticWebAppV2State ¶
type AuthSettingsV2AzureStaticWebAppV2State struct {
ClientId string `json:"client_id"`
}
type AuthSettingsV2CustomOidcV2 ¶
type AuthSettingsV2CustomOidcV2 struct { // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // NameClaimType: string, optional NameClaimType terra.StringValue `hcl:"name_claim_type,attr"` // OpenidConfigurationEndpoint: string, required OpenidConfigurationEndpoint terra.StringValue `hcl:"openid_configuration_endpoint,attr" validate:"required"` // Scopes: list of string, optional Scopes terra.ListValue[terra.StringValue] `hcl:"scopes,attr"` }
type AuthSettingsV2CustomOidcV2Attributes ¶
type AuthSettingsV2CustomOidcV2Attributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2CustomOidcV2Attributes) AuthorisationEndpoint ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) AuthorisationEndpoint() terra.StringValue
func (AuthSettingsV2CustomOidcV2Attributes) CertificationUri ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) CertificationUri() terra.StringValue
func (AuthSettingsV2CustomOidcV2Attributes) ClientCredentialMethod ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) ClientCredentialMethod() terra.StringValue
func (AuthSettingsV2CustomOidcV2Attributes) ClientId ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) ClientId() terra.StringValue
func (AuthSettingsV2CustomOidcV2Attributes) ClientSecretSettingName ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) ClientSecretSettingName() terra.StringValue
func (AuthSettingsV2CustomOidcV2Attributes) InternalRef ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2CustomOidcV2Attributes) InternalTokens ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2CustomOidcV2Attributes) InternalWithRef ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2CustomOidcV2Attributes
func (AuthSettingsV2CustomOidcV2Attributes) IssuerEndpoint ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) IssuerEndpoint() terra.StringValue
func (AuthSettingsV2CustomOidcV2Attributes) Name ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) Name() terra.StringValue
func (AuthSettingsV2CustomOidcV2Attributes) NameClaimType ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) NameClaimType() terra.StringValue
func (AuthSettingsV2CustomOidcV2Attributes) OpenidConfigurationEndpoint ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) OpenidConfigurationEndpoint() terra.StringValue
func (AuthSettingsV2CustomOidcV2Attributes) Scopes ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) Scopes() terra.ListValue[terra.StringValue]
func (AuthSettingsV2CustomOidcV2Attributes) TokenEndpoint ¶
func (cov AuthSettingsV2CustomOidcV2Attributes) TokenEndpoint() terra.StringValue
type AuthSettingsV2CustomOidcV2State ¶
type AuthSettingsV2CustomOidcV2State struct { AuthorisationEndpoint string `json:"authorisation_endpoint"` CertificationUri string `json:"certification_uri"` ClientCredentialMethod string `json:"client_credential_method"` ClientId string `json:"client_id"` ClientSecretSettingName string `json:"client_secret_setting_name"` IssuerEndpoint string `json:"issuer_endpoint"` Name string `json:"name"` NameClaimType string `json:"name_claim_type"` OpenidConfigurationEndpoint string `json:"openid_configuration_endpoint"` Scopes []string `json:"scopes"` TokenEndpoint string `json:"token_endpoint"` }
type AuthSettingsV2FacebookV2 ¶
type AuthSettingsV2FacebookV2 struct { // AppId: string, required AppId terra.StringValue `hcl:"app_id,attr" validate:"required"` // AppSecretSettingName: string, required AppSecretSettingName terra.StringValue `hcl:"app_secret_setting_name,attr" validate:"required"` // GraphApiVersion: string, optional GraphApiVersion terra.StringValue `hcl:"graph_api_version,attr"` // LoginScopes: list of string, optional LoginScopes terra.ListValue[terra.StringValue] `hcl:"login_scopes,attr"` }
type AuthSettingsV2FacebookV2Attributes ¶
type AuthSettingsV2FacebookV2Attributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2FacebookV2Attributes) AppId ¶
func (fv AuthSettingsV2FacebookV2Attributes) AppId() terra.StringValue
func (AuthSettingsV2FacebookV2Attributes) AppSecretSettingName ¶
func (fv AuthSettingsV2FacebookV2Attributes) AppSecretSettingName() terra.StringValue
func (AuthSettingsV2FacebookV2Attributes) GraphApiVersion ¶
func (fv AuthSettingsV2FacebookV2Attributes) GraphApiVersion() terra.StringValue
func (AuthSettingsV2FacebookV2Attributes) InternalRef ¶
func (fv AuthSettingsV2FacebookV2Attributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2FacebookV2Attributes) InternalTokens ¶
func (fv AuthSettingsV2FacebookV2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2FacebookV2Attributes) InternalWithRef ¶
func (fv AuthSettingsV2FacebookV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2FacebookV2Attributes
func (AuthSettingsV2FacebookV2Attributes) LoginScopes ¶
func (fv AuthSettingsV2FacebookV2Attributes) LoginScopes() terra.ListValue[terra.StringValue]
type AuthSettingsV2GithubV2 ¶
type AuthSettingsV2GithubV2 struct { // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` // ClientSecretSettingName: string, required ClientSecretSettingName terra.StringValue `hcl:"client_secret_setting_name,attr" validate:"required"` // LoginScopes: list of string, optional LoginScopes terra.ListValue[terra.StringValue] `hcl:"login_scopes,attr"` }
type AuthSettingsV2GithubV2Attributes ¶
type AuthSettingsV2GithubV2Attributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2GithubV2Attributes) ClientId ¶
func (gv AuthSettingsV2GithubV2Attributes) ClientId() terra.StringValue
func (AuthSettingsV2GithubV2Attributes) ClientSecretSettingName ¶
func (gv AuthSettingsV2GithubV2Attributes) ClientSecretSettingName() terra.StringValue
func (AuthSettingsV2GithubV2Attributes) InternalRef ¶
func (gv AuthSettingsV2GithubV2Attributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2GithubV2Attributes) InternalTokens ¶
func (gv AuthSettingsV2GithubV2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2GithubV2Attributes) InternalWithRef ¶
func (gv AuthSettingsV2GithubV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2GithubV2Attributes
func (AuthSettingsV2GithubV2Attributes) LoginScopes ¶
func (gv AuthSettingsV2GithubV2Attributes) LoginScopes() terra.ListValue[terra.StringValue]
type AuthSettingsV2GoogleV2 ¶
type AuthSettingsV2GoogleV2 struct { // AllowedAudiences: list of string, optional AllowedAudiences terra.ListValue[terra.StringValue] `hcl:"allowed_audiences,attr"` // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` // ClientSecretSettingName: string, required ClientSecretSettingName terra.StringValue `hcl:"client_secret_setting_name,attr" validate:"required"` // LoginScopes: list of string, optional LoginScopes terra.ListValue[terra.StringValue] `hcl:"login_scopes,attr"` }
type AuthSettingsV2GoogleV2Attributes ¶
type AuthSettingsV2GoogleV2Attributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2GoogleV2Attributes) AllowedAudiences ¶
func (gv AuthSettingsV2GoogleV2Attributes) AllowedAudiences() terra.ListValue[terra.StringValue]
func (AuthSettingsV2GoogleV2Attributes) ClientId ¶
func (gv AuthSettingsV2GoogleV2Attributes) ClientId() terra.StringValue
func (AuthSettingsV2GoogleV2Attributes) ClientSecretSettingName ¶
func (gv AuthSettingsV2GoogleV2Attributes) ClientSecretSettingName() terra.StringValue
func (AuthSettingsV2GoogleV2Attributes) InternalRef ¶
func (gv AuthSettingsV2GoogleV2Attributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2GoogleV2Attributes) InternalTokens ¶
func (gv AuthSettingsV2GoogleV2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2GoogleV2Attributes) InternalWithRef ¶
func (gv AuthSettingsV2GoogleV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2GoogleV2Attributes
func (AuthSettingsV2GoogleV2Attributes) LoginScopes ¶
func (gv AuthSettingsV2GoogleV2Attributes) LoginScopes() terra.ListValue[terra.StringValue]
type AuthSettingsV2Login ¶
type AuthSettingsV2Login struct { // AllowedExternalRedirectUrls: list of string, optional AllowedExternalRedirectUrls terra.ListValue[terra.StringValue] `hcl:"allowed_external_redirect_urls,attr"` // CookieExpirationConvention: string, optional CookieExpirationConvention terra.StringValue `hcl:"cookie_expiration_convention,attr"` // CookieExpirationTime: string, optional CookieExpirationTime terra.StringValue `hcl:"cookie_expiration_time,attr"` // LogoutEndpoint: string, optional LogoutEndpoint terra.StringValue `hcl:"logout_endpoint,attr"` // NonceExpirationTime: string, optional NonceExpirationTime terra.StringValue `hcl:"nonce_expiration_time,attr"` // PreserveUrlFragmentsForLogins: bool, optional PreserveUrlFragmentsForLogins terra.BoolValue `hcl:"preserve_url_fragments_for_logins,attr"` // TokenRefreshExtensionTime: number, optional TokenRefreshExtensionTime terra.NumberValue `hcl:"token_refresh_extension_time,attr"` // TokenStoreEnabled: bool, optional TokenStoreEnabled terra.BoolValue `hcl:"token_store_enabled,attr"` // TokenStorePath: string, optional TokenStorePath terra.StringValue `hcl:"token_store_path,attr"` // TokenStoreSasSettingName: string, optional TokenStoreSasSettingName terra.StringValue `hcl:"token_store_sas_setting_name,attr"` // ValidateNonce: bool, optional ValidateNonce terra.BoolValue `hcl:"validate_nonce,attr"` }
type AuthSettingsV2LoginAttributes ¶
type AuthSettingsV2LoginAttributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2LoginAttributes) AllowedExternalRedirectUrls ¶
func (l AuthSettingsV2LoginAttributes) AllowedExternalRedirectUrls() terra.ListValue[terra.StringValue]
func (AuthSettingsV2LoginAttributes) CookieExpirationConvention ¶
func (l AuthSettingsV2LoginAttributes) CookieExpirationConvention() terra.StringValue
func (AuthSettingsV2LoginAttributes) CookieExpirationTime ¶
func (l AuthSettingsV2LoginAttributes) CookieExpirationTime() terra.StringValue
func (AuthSettingsV2LoginAttributes) InternalRef ¶
func (l AuthSettingsV2LoginAttributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2LoginAttributes) InternalTokens ¶
func (l AuthSettingsV2LoginAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2LoginAttributes) InternalWithRef ¶
func (l AuthSettingsV2LoginAttributes) InternalWithRef(ref terra.Reference) AuthSettingsV2LoginAttributes
func (AuthSettingsV2LoginAttributes) LogoutEndpoint ¶
func (l AuthSettingsV2LoginAttributes) LogoutEndpoint() terra.StringValue
func (AuthSettingsV2LoginAttributes) NonceExpirationTime ¶
func (l AuthSettingsV2LoginAttributes) NonceExpirationTime() terra.StringValue
func (AuthSettingsV2LoginAttributes) PreserveUrlFragmentsForLogins ¶
func (l AuthSettingsV2LoginAttributes) PreserveUrlFragmentsForLogins() terra.BoolValue
func (AuthSettingsV2LoginAttributes) TokenRefreshExtensionTime ¶
func (l AuthSettingsV2LoginAttributes) TokenRefreshExtensionTime() terra.NumberValue
func (AuthSettingsV2LoginAttributes) TokenStoreEnabled ¶
func (l AuthSettingsV2LoginAttributes) TokenStoreEnabled() terra.BoolValue
func (AuthSettingsV2LoginAttributes) TokenStorePath ¶
func (l AuthSettingsV2LoginAttributes) TokenStorePath() terra.StringValue
func (AuthSettingsV2LoginAttributes) TokenStoreSasSettingName ¶
func (l AuthSettingsV2LoginAttributes) TokenStoreSasSettingName() terra.StringValue
func (AuthSettingsV2LoginAttributes) ValidateNonce ¶
func (l AuthSettingsV2LoginAttributes) ValidateNonce() terra.BoolValue
type AuthSettingsV2LoginState ¶
type AuthSettingsV2LoginState struct { AllowedExternalRedirectUrls []string `json:"allowed_external_redirect_urls"` CookieExpirationConvention string `json:"cookie_expiration_convention"` CookieExpirationTime string `json:"cookie_expiration_time"` LogoutEndpoint string `json:"logout_endpoint"` NonceExpirationTime string `json:"nonce_expiration_time"` PreserveUrlFragmentsForLogins bool `json:"preserve_url_fragments_for_logins"` TokenRefreshExtensionTime float64 `json:"token_refresh_extension_time"` TokenStoreEnabled bool `json:"token_store_enabled"` TokenStorePath string `json:"token_store_path"` TokenStoreSasSettingName string `json:"token_store_sas_setting_name"` ValidateNonce bool `json:"validate_nonce"` }
type AuthSettingsV2MicrosoftV2 ¶
type AuthSettingsV2MicrosoftV2 struct { // AllowedAudiences: list of string, optional AllowedAudiences terra.ListValue[terra.StringValue] `hcl:"allowed_audiences,attr"` // ClientId: string, required ClientId terra.StringValue `hcl:"client_id,attr" validate:"required"` // ClientSecretSettingName: string, required ClientSecretSettingName terra.StringValue `hcl:"client_secret_setting_name,attr" validate:"required"` // LoginScopes: list of string, optional LoginScopes terra.ListValue[terra.StringValue] `hcl:"login_scopes,attr"` }
type AuthSettingsV2MicrosoftV2Attributes ¶
type AuthSettingsV2MicrosoftV2Attributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2MicrosoftV2Attributes) AllowedAudiences ¶
func (mv AuthSettingsV2MicrosoftV2Attributes) AllowedAudiences() terra.ListValue[terra.StringValue]
func (AuthSettingsV2MicrosoftV2Attributes) ClientId ¶
func (mv AuthSettingsV2MicrosoftV2Attributes) ClientId() terra.StringValue
func (AuthSettingsV2MicrosoftV2Attributes) ClientSecretSettingName ¶
func (mv AuthSettingsV2MicrosoftV2Attributes) ClientSecretSettingName() terra.StringValue
func (AuthSettingsV2MicrosoftV2Attributes) InternalRef ¶
func (mv AuthSettingsV2MicrosoftV2Attributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2MicrosoftV2Attributes) InternalTokens ¶
func (mv AuthSettingsV2MicrosoftV2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2MicrosoftV2Attributes) InternalWithRef ¶
func (mv AuthSettingsV2MicrosoftV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2MicrosoftV2Attributes
func (AuthSettingsV2MicrosoftV2Attributes) LoginScopes ¶
func (mv AuthSettingsV2MicrosoftV2Attributes) LoginScopes() terra.ListValue[terra.StringValue]
type AuthSettingsV2State ¶
type AuthSettingsV2State struct { AuthEnabled bool `json:"auth_enabled"` ConfigFilePath string `json:"config_file_path"` DefaultProvider string `json:"default_provider"` ExcludedPaths []string `json:"excluded_paths"` ForwardProxyConvention string `json:"forward_proxy_convention"` ForwardProxyCustomHostHeaderName string `json:"forward_proxy_custom_host_header_name"` ForwardProxyCustomSchemeHeaderName string `json:"forward_proxy_custom_scheme_header_name"` HttpRouteApiPrefix string `json:"http_route_api_prefix"` RequireAuthentication bool `json:"require_authentication"` RequireHttps bool `json:"require_https"` RuntimeVersion string `json:"runtime_version"` UnauthenticatedAction string `json:"unauthenticated_action"` ActiveDirectoryV2 []AuthSettingsV2ActiveDirectoryV2State `json:"active_directory_v2"` AppleV2 []AuthSettingsV2AppleV2State `json:"apple_v2"` AzureStaticWebAppV2 []AuthSettingsV2AzureStaticWebAppV2State `json:"azure_static_web_app_v2"` CustomOidcV2 []AuthSettingsV2CustomOidcV2State `json:"custom_oidc_v2"` FacebookV2 []AuthSettingsV2FacebookV2State `json:"facebook_v2"` GithubV2 []AuthSettingsV2GithubV2State `json:"github_v2"` GoogleV2 []AuthSettingsV2GoogleV2State `json:"google_v2"` Login []AuthSettingsV2LoginState `json:"login"` MicrosoftV2 []AuthSettingsV2MicrosoftV2State `json:"microsoft_v2"` TwitterV2 []AuthSettingsV2TwitterV2State `json:"twitter_v2"` }
type AuthSettingsV2TwitterV2 ¶
type AuthSettingsV2TwitterV2 struct { // ConsumerKey: string, required ConsumerKey terra.StringValue `hcl:"consumer_key,attr" validate:"required"` // ConsumerSecretSettingName: string, required ConsumerSecretSettingName terra.StringValue `hcl:"consumer_secret_setting_name,attr" validate:"required"` }
type AuthSettingsV2TwitterV2Attributes ¶
type AuthSettingsV2TwitterV2Attributes struct {
// contains filtered or unexported fields
}
func (AuthSettingsV2TwitterV2Attributes) ConsumerKey ¶
func (tv AuthSettingsV2TwitterV2Attributes) ConsumerKey() terra.StringValue
func (AuthSettingsV2TwitterV2Attributes) ConsumerSecretSettingName ¶
func (tv AuthSettingsV2TwitterV2Attributes) ConsumerSecretSettingName() terra.StringValue
func (AuthSettingsV2TwitterV2Attributes) InternalRef ¶
func (tv AuthSettingsV2TwitterV2Attributes) InternalRef() (terra.Reference, error)
func (AuthSettingsV2TwitterV2Attributes) InternalTokens ¶
func (tv AuthSettingsV2TwitterV2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthSettingsV2TwitterV2Attributes) InternalWithRef ¶
func (tv AuthSettingsV2TwitterV2Attributes) InternalWithRef(ref terra.Reference) AuthSettingsV2TwitterV2Attributes
type Backup ¶
type Backup struct { // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // StorageAccountUrl: string, required StorageAccountUrl terra.StringValue `hcl:"storage_account_url,attr" validate:"required"` // BackupSchedule: required Schedule *BackupSchedule `hcl:"schedule,block" validate:"required"` }
type BackupAttributes ¶
type BackupAttributes struct {
// contains filtered or unexported fields
}
func (BackupAttributes) Enabled ¶
func (b BackupAttributes) Enabled() terra.BoolValue
func (BackupAttributes) InternalRef ¶
func (b BackupAttributes) InternalRef() (terra.Reference, error)
func (BackupAttributes) InternalTokens ¶
func (b BackupAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BackupAttributes) InternalWithRef ¶
func (b BackupAttributes) InternalWithRef(ref terra.Reference) BackupAttributes
func (BackupAttributes) Name ¶
func (b BackupAttributes) Name() terra.StringValue
func (BackupAttributes) Schedule ¶
func (b BackupAttributes) Schedule() terra.ListValue[BackupScheduleAttributes]
func (BackupAttributes) StorageAccountUrl ¶
func (b BackupAttributes) StorageAccountUrl() terra.StringValue
type BackupSchedule ¶
type BackupSchedule struct { // FrequencyInterval: number, required FrequencyInterval terra.NumberValue `hcl:"frequency_interval,attr" validate:"required"` // FrequencyUnit: string, required FrequencyUnit terra.StringValue `hcl:"frequency_unit,attr" validate:"required"` // KeepAtLeastOneBackup: bool, optional KeepAtLeastOneBackup terra.BoolValue `hcl:"keep_at_least_one_backup,attr"` // RetentionPeriodDays: number, optional RetentionPeriodDays terra.NumberValue `hcl:"retention_period_days,attr"` // StartTime: string, optional StartTime terra.StringValue `hcl:"start_time,attr"` }
type BackupScheduleAttributes ¶
type BackupScheduleAttributes struct {
// contains filtered or unexported fields
}
func (BackupScheduleAttributes) FrequencyInterval ¶
func (s BackupScheduleAttributes) FrequencyInterval() terra.NumberValue
func (BackupScheduleAttributes) FrequencyUnit ¶
func (s BackupScheduleAttributes) FrequencyUnit() terra.StringValue
func (BackupScheduleAttributes) InternalRef ¶
func (s BackupScheduleAttributes) InternalRef() (terra.Reference, error)
func (BackupScheduleAttributes) InternalTokens ¶
func (s BackupScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BackupScheduleAttributes) InternalWithRef ¶
func (s BackupScheduleAttributes) InternalWithRef(ref terra.Reference) BackupScheduleAttributes
func (BackupScheduleAttributes) KeepAtLeastOneBackup ¶
func (s BackupScheduleAttributes) KeepAtLeastOneBackup() terra.BoolValue
func (BackupScheduleAttributes) LastExecutionTime ¶
func (s BackupScheduleAttributes) LastExecutionTime() terra.StringValue
func (BackupScheduleAttributes) RetentionPeriodDays ¶
func (s BackupScheduleAttributes) RetentionPeriodDays() terra.NumberValue
func (BackupScheduleAttributes) StartTime ¶
func (s BackupScheduleAttributes) StartTime() terra.StringValue
type BackupScheduleState ¶
type BackupScheduleState struct { FrequencyInterval float64 `json:"frequency_interval"` FrequencyUnit string `json:"frequency_unit"` KeepAtLeastOneBackup bool `json:"keep_at_least_one_backup"` LastExecutionTime string `json:"last_execution_time"` RetentionPeriodDays float64 `json:"retention_period_days"` StartTime string `json:"start_time"` }
type BackupState ¶
type BackupState struct { Enabled bool `json:"enabled"` Name string `json:"name"` StorageAccountUrl string `json:"storage_account_url"` Schedule []BackupScheduleState `json:"schedule"` }
type ConnectionString ¶
type ConnectionString struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // Value: string, required Value terra.StringValue `hcl:"value,attr" validate:"required"` }
type ConnectionStringAttributes ¶
type ConnectionStringAttributes struct {
// contains filtered or unexported fields
}
func (ConnectionStringAttributes) InternalRef ¶
func (cs ConnectionStringAttributes) InternalRef() (terra.Reference, error)
func (ConnectionStringAttributes) InternalTokens ¶
func (cs ConnectionStringAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConnectionStringAttributes) InternalWithRef ¶
func (cs ConnectionStringAttributes) InternalWithRef(ref terra.Reference) ConnectionStringAttributes
func (ConnectionStringAttributes) Name ¶
func (cs ConnectionStringAttributes) Name() terra.StringValue
func (ConnectionStringAttributes) Type ¶
func (cs ConnectionStringAttributes) Type() terra.StringValue
func (ConnectionStringAttributes) Value ¶
func (cs ConnectionStringAttributes) Value() terra.StringValue
type ConnectionStringState ¶
type Identity ¶
type Identity struct { // IdentityIds: set of string, optional IdentityIds terra.SetValue[terra.StringValue] `hcl:"identity_ids,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type IdentityAttributes ¶
type IdentityAttributes struct {
// contains filtered or unexported fields
}
func (IdentityAttributes) IdentityIds ¶
func (i IdentityAttributes) IdentityIds() terra.SetValue[terra.StringValue]
func (IdentityAttributes) InternalRef ¶
func (i IdentityAttributes) InternalRef() (terra.Reference, error)
func (IdentityAttributes) InternalTokens ¶
func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IdentityAttributes) InternalWithRef ¶
func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
func (IdentityAttributes) PrincipalId ¶
func (i IdentityAttributes) PrincipalId() terra.StringValue
func (IdentityAttributes) TenantId ¶
func (i IdentityAttributes) TenantId() terra.StringValue
func (IdentityAttributes) Type ¶
func (i IdentityAttributes) Type() terra.StringValue
type IdentityState ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource azurerm_linux_function_app_slot.
func (*Resource) Attributes ¶
func (alfas *Resource) Attributes() azurermLinuxFunctionAppSlotAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (alfas *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (alfas *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type SiteConfig ¶
type SiteConfig struct { // AlwaysOn: bool, optional AlwaysOn terra.BoolValue `hcl:"always_on,attr"` // ApiDefinitionUrl: string, optional ApiDefinitionUrl terra.StringValue `hcl:"api_definition_url,attr"` // ApiManagementApiId: string, optional ApiManagementApiId terra.StringValue `hcl:"api_management_api_id,attr"` // AppCommandLine: string, optional AppCommandLine terra.StringValue `hcl:"app_command_line,attr"` // AppScaleLimit: number, optional AppScaleLimit terra.NumberValue `hcl:"app_scale_limit,attr"` // ApplicationInsightsConnectionString: string, optional ApplicationInsightsConnectionString terra.StringValue `hcl:"application_insights_connection_string,attr"` // ApplicationInsightsKey: string, optional ApplicationInsightsKey terra.StringValue `hcl:"application_insights_key,attr"` // AutoSwapSlotName: string, optional AutoSwapSlotName terra.StringValue `hcl:"auto_swap_slot_name,attr"` // ContainerRegistryManagedIdentityClientId: string, optional ContainerRegistryManagedIdentityClientId terra.StringValue `hcl:"container_registry_managed_identity_client_id,attr"` // ContainerRegistryUseManagedIdentity: bool, optional ContainerRegistryUseManagedIdentity terra.BoolValue `hcl:"container_registry_use_managed_identity,attr"` // DefaultDocuments: list of string, optional DefaultDocuments terra.ListValue[terra.StringValue] `hcl:"default_documents,attr"` // ElasticInstanceMinimum: number, optional ElasticInstanceMinimum terra.NumberValue `hcl:"elastic_instance_minimum,attr"` // FtpsState: string, optional FtpsState terra.StringValue `hcl:"ftps_state,attr"` // HealthCheckEvictionTimeInMin: number, optional HealthCheckEvictionTimeInMin terra.NumberValue `hcl:"health_check_eviction_time_in_min,attr"` // HealthCheckPath: string, optional HealthCheckPath terra.StringValue `hcl:"health_check_path,attr"` // Http2Enabled: bool, optional Http2Enabled terra.BoolValue `hcl:"http2_enabled,attr"` // IpRestrictionDefaultAction: string, optional IpRestrictionDefaultAction terra.StringValue `hcl:"ip_restriction_default_action,attr"` // LoadBalancingMode: string, optional LoadBalancingMode terra.StringValue `hcl:"load_balancing_mode,attr"` // ManagedPipelineMode: string, optional ManagedPipelineMode terra.StringValue `hcl:"managed_pipeline_mode,attr"` // MinimumTlsVersion: string, optional MinimumTlsVersion terra.StringValue `hcl:"minimum_tls_version,attr"` // PreWarmedInstanceCount: number, optional PreWarmedInstanceCount terra.NumberValue `hcl:"pre_warmed_instance_count,attr"` // RemoteDebuggingEnabled: bool, optional RemoteDebuggingEnabled terra.BoolValue `hcl:"remote_debugging_enabled,attr"` // RemoteDebuggingVersion: string, optional RemoteDebuggingVersion terra.StringValue `hcl:"remote_debugging_version,attr"` // RuntimeScaleMonitoringEnabled: bool, optional RuntimeScaleMonitoringEnabled terra.BoolValue `hcl:"runtime_scale_monitoring_enabled,attr"` // ScmIpRestrictionDefaultAction: string, optional ScmIpRestrictionDefaultAction terra.StringValue `hcl:"scm_ip_restriction_default_action,attr"` // ScmMinimumTlsVersion: string, optional ScmMinimumTlsVersion terra.StringValue `hcl:"scm_minimum_tls_version,attr"` // ScmUseMainIpRestriction: bool, optional ScmUseMainIpRestriction terra.BoolValue `hcl:"scm_use_main_ip_restriction,attr"` // Use32BitWorker: bool, optional Use32BitWorker terra.BoolValue `hcl:"use_32_bit_worker,attr"` // VnetRouteAllEnabled: bool, optional VnetRouteAllEnabled terra.BoolValue `hcl:"vnet_route_all_enabled,attr"` // WebsocketsEnabled: bool, optional WebsocketsEnabled terra.BoolValue `hcl:"websockets_enabled,attr"` // WorkerCount: number, optional WorkerCount terra.NumberValue `hcl:"worker_count,attr"` // SiteConfigAppServiceLogs: optional AppServiceLogs *SiteConfigAppServiceLogs `hcl:"app_service_logs,block"` // SiteConfigApplicationStack: optional ApplicationStack *SiteConfigApplicationStack `hcl:"application_stack,block"` // SiteConfigCors: optional Cors *SiteConfigCors `hcl:"cors,block"` // SiteConfigIpRestriction: min=0 IpRestriction []SiteConfigIpRestriction `hcl:"ip_restriction,block" validate:"min=0"` // SiteConfigScmIpRestriction: min=0 ScmIpRestriction []SiteConfigScmIpRestriction `hcl:"scm_ip_restriction,block" validate:"min=0"` }
type SiteConfigAppServiceLogs ¶
type SiteConfigAppServiceLogs struct { // DiskQuotaMb: number, optional DiskQuotaMb terra.NumberValue `hcl:"disk_quota_mb,attr"` // RetentionPeriodDays: number, optional RetentionPeriodDays terra.NumberValue `hcl:"retention_period_days,attr"` }
type SiteConfigAppServiceLogsAttributes ¶
type SiteConfigAppServiceLogsAttributes struct {
// contains filtered or unexported fields
}
func (SiteConfigAppServiceLogsAttributes) DiskQuotaMb ¶
func (asl SiteConfigAppServiceLogsAttributes) DiskQuotaMb() terra.NumberValue
func (SiteConfigAppServiceLogsAttributes) InternalRef ¶
func (asl SiteConfigAppServiceLogsAttributes) InternalRef() (terra.Reference, error)
func (SiteConfigAppServiceLogsAttributes) InternalTokens ¶
func (asl SiteConfigAppServiceLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SiteConfigAppServiceLogsAttributes) InternalWithRef ¶
func (asl SiteConfigAppServiceLogsAttributes) InternalWithRef(ref terra.Reference) SiteConfigAppServiceLogsAttributes
func (SiteConfigAppServiceLogsAttributes) RetentionPeriodDays ¶
func (asl SiteConfigAppServiceLogsAttributes) RetentionPeriodDays() terra.NumberValue
type SiteConfigApplicationStack ¶
type SiteConfigApplicationStack struct { // DotnetVersion: string, optional DotnetVersion terra.StringValue `hcl:"dotnet_version,attr"` // JavaVersion: string, optional JavaVersion terra.StringValue `hcl:"java_version,attr"` // NodeVersion: string, optional NodeVersion terra.StringValue `hcl:"node_version,attr"` // PowershellCoreVersion: string, optional PowershellCoreVersion terra.StringValue `hcl:"powershell_core_version,attr"` // PythonVersion: string, optional PythonVersion terra.StringValue `hcl:"python_version,attr"` // UseCustomRuntime: bool, optional UseCustomRuntime terra.BoolValue `hcl:"use_custom_runtime,attr"` // UseDotnetIsolatedRuntime: bool, optional UseDotnetIsolatedRuntime terra.BoolValue `hcl:"use_dotnet_isolated_runtime,attr"` // SiteConfigApplicationStackDocker: min=0 Docker []SiteConfigApplicationStackDocker `hcl:"docker,block" validate:"min=0"` }
type SiteConfigApplicationStackAttributes ¶
type SiteConfigApplicationStackAttributes struct {
// contains filtered or unexported fields
}
func (SiteConfigApplicationStackAttributes) Docker ¶
func (as SiteConfigApplicationStackAttributes) Docker() terra.ListValue[SiteConfigApplicationStackDockerAttributes]
func (SiteConfigApplicationStackAttributes) DotnetVersion ¶
func (as SiteConfigApplicationStackAttributes) DotnetVersion() terra.StringValue
func (SiteConfigApplicationStackAttributes) InternalRef ¶
func (as SiteConfigApplicationStackAttributes) InternalRef() (terra.Reference, error)
func (SiteConfigApplicationStackAttributes) InternalTokens ¶
func (as SiteConfigApplicationStackAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SiteConfigApplicationStackAttributes) InternalWithRef ¶
func (as SiteConfigApplicationStackAttributes) InternalWithRef(ref terra.Reference) SiteConfigApplicationStackAttributes
func (SiteConfigApplicationStackAttributes) JavaVersion ¶
func (as SiteConfigApplicationStackAttributes) JavaVersion() terra.StringValue
func (SiteConfigApplicationStackAttributes) NodeVersion ¶
func (as SiteConfigApplicationStackAttributes) NodeVersion() terra.StringValue
func (SiteConfigApplicationStackAttributes) PowershellCoreVersion ¶
func (as SiteConfigApplicationStackAttributes) PowershellCoreVersion() terra.StringValue
func (SiteConfigApplicationStackAttributes) PythonVersion ¶
func (as SiteConfigApplicationStackAttributes) PythonVersion() terra.StringValue
func (SiteConfigApplicationStackAttributes) UseCustomRuntime ¶
func (as SiteConfigApplicationStackAttributes) UseCustomRuntime() terra.BoolValue
func (SiteConfigApplicationStackAttributes) UseDotnetIsolatedRuntime ¶
func (as SiteConfigApplicationStackAttributes) UseDotnetIsolatedRuntime() terra.BoolValue
type SiteConfigApplicationStackDocker ¶
type SiteConfigApplicationStackDocker struct { // ImageName: string, required ImageName terra.StringValue `hcl:"image_name,attr" validate:"required"` // ImageTag: string, required ImageTag terra.StringValue `hcl:"image_tag,attr" validate:"required"` // RegistryPassword: string, optional RegistryPassword terra.StringValue `hcl:"registry_password,attr"` // RegistryUrl: string, required RegistryUrl terra.StringValue `hcl:"registry_url,attr" validate:"required"` // RegistryUsername: string, optional RegistryUsername terra.StringValue `hcl:"registry_username,attr"` }
type SiteConfigApplicationStackDockerAttributes ¶
type SiteConfigApplicationStackDockerAttributes struct {
// contains filtered or unexported fields
}
func (SiteConfigApplicationStackDockerAttributes) ImageName ¶
func (d SiteConfigApplicationStackDockerAttributes) ImageName() terra.StringValue
func (SiteConfigApplicationStackDockerAttributes) ImageTag ¶
func (d SiteConfigApplicationStackDockerAttributes) ImageTag() terra.StringValue
func (SiteConfigApplicationStackDockerAttributes) InternalRef ¶
func (d SiteConfigApplicationStackDockerAttributes) InternalRef() (terra.Reference, error)
func (SiteConfigApplicationStackDockerAttributes) InternalTokens ¶
func (d SiteConfigApplicationStackDockerAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SiteConfigApplicationStackDockerAttributes) InternalWithRef ¶
func (d SiteConfigApplicationStackDockerAttributes) InternalWithRef(ref terra.Reference) SiteConfigApplicationStackDockerAttributes
func (SiteConfigApplicationStackDockerAttributes) RegistryPassword ¶
func (d SiteConfigApplicationStackDockerAttributes) RegistryPassword() terra.StringValue
func (SiteConfigApplicationStackDockerAttributes) RegistryUrl ¶
func (d SiteConfigApplicationStackDockerAttributes) RegistryUrl() terra.StringValue
func (SiteConfigApplicationStackDockerAttributes) RegistryUsername ¶
func (d SiteConfigApplicationStackDockerAttributes) RegistryUsername() terra.StringValue
type SiteConfigApplicationStackState ¶
type SiteConfigApplicationStackState struct { DotnetVersion string `json:"dotnet_version"` JavaVersion string `json:"java_version"` NodeVersion string `json:"node_version"` PowershellCoreVersion string `json:"powershell_core_version"` PythonVersion string `json:"python_version"` UseCustomRuntime bool `json:"use_custom_runtime"` UseDotnetIsolatedRuntime bool `json:"use_dotnet_isolated_runtime"` Docker []SiteConfigApplicationStackDockerState `json:"docker"` }
type SiteConfigAttributes ¶
type SiteConfigAttributes struct {
// contains filtered or unexported fields
}
func (SiteConfigAttributes) AlwaysOn ¶
func (sc SiteConfigAttributes) AlwaysOn() terra.BoolValue
func (SiteConfigAttributes) ApiDefinitionUrl ¶
func (sc SiteConfigAttributes) ApiDefinitionUrl() terra.StringValue
func (SiteConfigAttributes) ApiManagementApiId ¶
func (sc SiteConfigAttributes) ApiManagementApiId() terra.StringValue
func (SiteConfigAttributes) AppCommandLine ¶
func (sc SiteConfigAttributes) AppCommandLine() terra.StringValue
func (SiteConfigAttributes) AppScaleLimit ¶
func (sc SiteConfigAttributes) AppScaleLimit() terra.NumberValue
func (SiteConfigAttributes) AppServiceLogs ¶
func (sc SiteConfigAttributes) AppServiceLogs() terra.ListValue[SiteConfigAppServiceLogsAttributes]
func (SiteConfigAttributes) ApplicationInsightsConnectionString ¶
func (sc SiteConfigAttributes) ApplicationInsightsConnectionString() terra.StringValue
func (SiteConfigAttributes) ApplicationInsightsKey ¶
func (sc SiteConfigAttributes) ApplicationInsightsKey() terra.StringValue
func (SiteConfigAttributes) ApplicationStack ¶
func (sc SiteConfigAttributes) ApplicationStack() terra.ListValue[SiteConfigApplicationStackAttributes]
func (SiteConfigAttributes) AutoSwapSlotName ¶
func (sc SiteConfigAttributes) AutoSwapSlotName() terra.StringValue
func (SiteConfigAttributes) ContainerRegistryManagedIdentityClientId ¶
func (sc SiteConfigAttributes) ContainerRegistryManagedIdentityClientId() terra.StringValue
func (SiteConfigAttributes) ContainerRegistryUseManagedIdentity ¶
func (sc SiteConfigAttributes) ContainerRegistryUseManagedIdentity() terra.BoolValue
func (SiteConfigAttributes) Cors ¶
func (sc SiteConfigAttributes) Cors() terra.ListValue[SiteConfigCorsAttributes]
func (SiteConfigAttributes) DefaultDocuments ¶
func (sc SiteConfigAttributes) DefaultDocuments() terra.ListValue[terra.StringValue]
func (SiteConfigAttributes) DetailedErrorLoggingEnabled ¶
func (sc SiteConfigAttributes) DetailedErrorLoggingEnabled() terra.BoolValue
func (SiteConfigAttributes) ElasticInstanceMinimum ¶
func (sc SiteConfigAttributes) ElasticInstanceMinimum() terra.NumberValue
func (SiteConfigAttributes) FtpsState ¶
func (sc SiteConfigAttributes) FtpsState() terra.StringValue
func (SiteConfigAttributes) HealthCheckEvictionTimeInMin ¶
func (sc SiteConfigAttributes) HealthCheckEvictionTimeInMin() terra.NumberValue
func (SiteConfigAttributes) HealthCheckPath ¶
func (sc SiteConfigAttributes) HealthCheckPath() terra.StringValue
func (SiteConfigAttributes) Http2Enabled ¶
func (sc SiteConfigAttributes) Http2Enabled() terra.BoolValue
func (SiteConfigAttributes) InternalRef ¶
func (sc SiteConfigAttributes) InternalRef() (terra.Reference, error)
func (SiteConfigAttributes) InternalTokens ¶
func (sc SiteConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SiteConfigAttributes) InternalWithRef ¶
func (sc SiteConfigAttributes) InternalWithRef(ref terra.Reference) SiteConfigAttributes
func (SiteConfigAttributes) IpRestriction ¶
func (sc SiteConfigAttributes) IpRestriction() terra.ListValue[SiteConfigIpRestrictionAttributes]
func (SiteConfigAttributes) IpRestrictionDefaultAction ¶
func (sc SiteConfigAttributes) IpRestrictionDefaultAction() terra.StringValue
func (SiteConfigAttributes) LinuxFxVersion ¶
func (sc SiteConfigAttributes) LinuxFxVersion() terra.StringValue
func (SiteConfigAttributes) LoadBalancingMode ¶
func (sc SiteConfigAttributes) LoadBalancingMode() terra.StringValue
func (SiteConfigAttributes) ManagedPipelineMode ¶
func (sc SiteConfigAttributes) ManagedPipelineMode() terra.StringValue
func (SiteConfigAttributes) MinimumTlsVersion ¶
func (sc SiteConfigAttributes) MinimumTlsVersion() terra.StringValue
func (SiteConfigAttributes) PreWarmedInstanceCount ¶
func (sc SiteConfigAttributes) PreWarmedInstanceCount() terra.NumberValue
func (SiteConfigAttributes) RemoteDebuggingEnabled ¶
func (sc SiteConfigAttributes) RemoteDebuggingEnabled() terra.BoolValue
func (SiteConfigAttributes) RemoteDebuggingVersion ¶
func (sc SiteConfigAttributes) RemoteDebuggingVersion() terra.StringValue
func (SiteConfigAttributes) RuntimeScaleMonitoringEnabled ¶
func (sc SiteConfigAttributes) RuntimeScaleMonitoringEnabled() terra.BoolValue
func (SiteConfigAttributes) ScmIpRestriction ¶
func (sc SiteConfigAttributes) ScmIpRestriction() terra.ListValue[SiteConfigScmIpRestrictionAttributes]
func (SiteConfigAttributes) ScmIpRestrictionDefaultAction ¶
func (sc SiteConfigAttributes) ScmIpRestrictionDefaultAction() terra.StringValue
func (SiteConfigAttributes) ScmMinimumTlsVersion ¶
func (sc SiteConfigAttributes) ScmMinimumTlsVersion() terra.StringValue
func (SiteConfigAttributes) ScmType ¶
func (sc SiteConfigAttributes) ScmType() terra.StringValue
func (SiteConfigAttributes) ScmUseMainIpRestriction ¶
func (sc SiteConfigAttributes) ScmUseMainIpRestriction() terra.BoolValue
func (SiteConfigAttributes) Use32BitWorker ¶
func (sc SiteConfigAttributes) Use32BitWorker() terra.BoolValue
func (SiteConfigAttributes) VnetRouteAllEnabled ¶
func (sc SiteConfigAttributes) VnetRouteAllEnabled() terra.BoolValue
func (SiteConfigAttributes) WebsocketsEnabled ¶
func (sc SiteConfigAttributes) WebsocketsEnabled() terra.BoolValue
func (SiteConfigAttributes) WorkerCount ¶
func (sc SiteConfigAttributes) WorkerCount() terra.NumberValue
type SiteConfigCors ¶
type SiteConfigCorsAttributes ¶
type SiteConfigCorsAttributes struct {
// contains filtered or unexported fields
}
func (SiteConfigCorsAttributes) AllowedOrigins ¶
func (c SiteConfigCorsAttributes) AllowedOrigins() terra.SetValue[terra.StringValue]
func (SiteConfigCorsAttributes) InternalRef ¶
func (c SiteConfigCorsAttributes) InternalRef() (terra.Reference, error)
func (SiteConfigCorsAttributes) InternalTokens ¶
func (c SiteConfigCorsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SiteConfigCorsAttributes) InternalWithRef ¶
func (c SiteConfigCorsAttributes) InternalWithRef(ref terra.Reference) SiteConfigCorsAttributes
func (SiteConfigCorsAttributes) SupportCredentials ¶
func (c SiteConfigCorsAttributes) SupportCredentials() terra.BoolValue
type SiteConfigCorsState ¶
type SiteConfigIpRestriction ¶
type SiteConfigIpRestriction struct { // Action: string, optional Action terra.StringValue `hcl:"action,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // IpAddress: string, optional IpAddress terra.StringValue `hcl:"ip_address,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Priority: number, optional Priority terra.NumberValue `hcl:"priority,attr"` // ServiceTag: string, optional ServiceTag terra.StringValue `hcl:"service_tag,attr"` // VirtualNetworkSubnetId: string, optional VirtualNetworkSubnetId terra.StringValue `hcl:"virtual_network_subnet_id,attr"` // SiteConfigIpRestrictionHeaders: min=0 Headers []SiteConfigIpRestrictionHeaders `hcl:"headers,block" validate:"min=0"` }
type SiteConfigIpRestrictionAttributes ¶
type SiteConfigIpRestrictionAttributes struct {
// contains filtered or unexported fields
}
func (SiteConfigIpRestrictionAttributes) Action ¶
func (ir SiteConfigIpRestrictionAttributes) Action() terra.StringValue
func (SiteConfigIpRestrictionAttributes) Description ¶
func (ir SiteConfigIpRestrictionAttributes) Description() terra.StringValue
func (SiteConfigIpRestrictionAttributes) Headers ¶
func (ir SiteConfigIpRestrictionAttributes) Headers() terra.ListValue[SiteConfigIpRestrictionHeadersAttributes]
func (SiteConfigIpRestrictionAttributes) InternalRef ¶
func (ir SiteConfigIpRestrictionAttributes) InternalRef() (terra.Reference, error)
func (SiteConfigIpRestrictionAttributes) InternalTokens ¶
func (ir SiteConfigIpRestrictionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SiteConfigIpRestrictionAttributes) InternalWithRef ¶
func (ir SiteConfigIpRestrictionAttributes) InternalWithRef(ref terra.Reference) SiteConfigIpRestrictionAttributes
func (SiteConfigIpRestrictionAttributes) IpAddress ¶
func (ir SiteConfigIpRestrictionAttributes) IpAddress() terra.StringValue
func (SiteConfigIpRestrictionAttributes) Name ¶
func (ir SiteConfigIpRestrictionAttributes) Name() terra.StringValue
func (SiteConfigIpRestrictionAttributes) Priority ¶
func (ir SiteConfigIpRestrictionAttributes) Priority() terra.NumberValue
func (SiteConfigIpRestrictionAttributes) ServiceTag ¶
func (ir SiteConfigIpRestrictionAttributes) ServiceTag() terra.StringValue
func (SiteConfigIpRestrictionAttributes) VirtualNetworkSubnetId ¶
func (ir SiteConfigIpRestrictionAttributes) VirtualNetworkSubnetId() terra.StringValue
type SiteConfigIpRestrictionHeaders ¶
type SiteConfigIpRestrictionHeaders struct { // XAzureFdid: list of string, optional XAzureFdid terra.ListValue[terra.StringValue] `hcl:"x_azure_fdid,attr"` // XFdHealthProbe: list of string, optional XFdHealthProbe terra.ListValue[terra.StringValue] `hcl:"x_fd_health_probe,attr"` // XForwardedFor: list of string, optional XForwardedFor terra.ListValue[terra.StringValue] `hcl:"x_forwarded_for,attr"` // XForwardedHost: list of string, optional XForwardedHost terra.ListValue[terra.StringValue] `hcl:"x_forwarded_host,attr"` }
type SiteConfigIpRestrictionHeadersAttributes ¶
type SiteConfigIpRestrictionHeadersAttributes struct {
// contains filtered or unexported fields
}
func (SiteConfigIpRestrictionHeadersAttributes) InternalRef ¶
func (h SiteConfigIpRestrictionHeadersAttributes) InternalRef() (terra.Reference, error)
func (SiteConfigIpRestrictionHeadersAttributes) InternalTokens ¶
func (h SiteConfigIpRestrictionHeadersAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SiteConfigIpRestrictionHeadersAttributes) InternalWithRef ¶
func (h SiteConfigIpRestrictionHeadersAttributes) InternalWithRef(ref terra.Reference) SiteConfigIpRestrictionHeadersAttributes
func (SiteConfigIpRestrictionHeadersAttributes) XAzureFdid ¶
func (h SiteConfigIpRestrictionHeadersAttributes) XAzureFdid() terra.ListValue[terra.StringValue]
func (SiteConfigIpRestrictionHeadersAttributes) XFdHealthProbe ¶
func (h SiteConfigIpRestrictionHeadersAttributes) XFdHealthProbe() terra.ListValue[terra.StringValue]
func (SiteConfigIpRestrictionHeadersAttributes) XForwardedFor ¶
func (h SiteConfigIpRestrictionHeadersAttributes) XForwardedFor() terra.ListValue[terra.StringValue]
func (SiteConfigIpRestrictionHeadersAttributes) XForwardedHost ¶
func (h SiteConfigIpRestrictionHeadersAttributes) XForwardedHost() terra.ListValue[terra.StringValue]
type SiteConfigIpRestrictionState ¶
type SiteConfigIpRestrictionState struct { Action string `json:"action"` Description string `json:"description"` IpAddress string `json:"ip_address"` Name string `json:"name"` Priority float64 `json:"priority"` ServiceTag string `json:"service_tag"` VirtualNetworkSubnetId string `json:"virtual_network_subnet_id"` Headers []SiteConfigIpRestrictionHeadersState `json:"headers"` }
type SiteConfigScmIpRestriction ¶
type SiteConfigScmIpRestriction struct { // Action: string, optional Action terra.StringValue `hcl:"action,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // IpAddress: string, optional IpAddress terra.StringValue `hcl:"ip_address,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Priority: number, optional Priority terra.NumberValue `hcl:"priority,attr"` // ServiceTag: string, optional ServiceTag terra.StringValue `hcl:"service_tag,attr"` // VirtualNetworkSubnetId: string, optional VirtualNetworkSubnetId terra.StringValue `hcl:"virtual_network_subnet_id,attr"` // SiteConfigScmIpRestrictionHeaders: min=0 Headers []SiteConfigScmIpRestrictionHeaders `hcl:"headers,block" validate:"min=0"` }
type SiteConfigScmIpRestrictionAttributes ¶
type SiteConfigScmIpRestrictionAttributes struct {
// contains filtered or unexported fields
}
func (SiteConfigScmIpRestrictionAttributes) Action ¶
func (sir SiteConfigScmIpRestrictionAttributes) Action() terra.StringValue
func (SiteConfigScmIpRestrictionAttributes) Description ¶
func (sir SiteConfigScmIpRestrictionAttributes) Description() terra.StringValue
func (SiteConfigScmIpRestrictionAttributes) Headers ¶
func (sir SiteConfigScmIpRestrictionAttributes) Headers() terra.ListValue[SiteConfigScmIpRestrictionHeadersAttributes]
func (SiteConfigScmIpRestrictionAttributes) InternalRef ¶
func (sir SiteConfigScmIpRestrictionAttributes) InternalRef() (terra.Reference, error)
func (SiteConfigScmIpRestrictionAttributes) InternalTokens ¶
func (sir SiteConfigScmIpRestrictionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SiteConfigScmIpRestrictionAttributes) InternalWithRef ¶
func (sir SiteConfigScmIpRestrictionAttributes) InternalWithRef(ref terra.Reference) SiteConfigScmIpRestrictionAttributes
func (SiteConfigScmIpRestrictionAttributes) IpAddress ¶
func (sir SiteConfigScmIpRestrictionAttributes) IpAddress() terra.StringValue
func (SiteConfigScmIpRestrictionAttributes) Name ¶
func (sir SiteConfigScmIpRestrictionAttributes) Name() terra.StringValue
func (SiteConfigScmIpRestrictionAttributes) Priority ¶
func (sir SiteConfigScmIpRestrictionAttributes) Priority() terra.NumberValue
func (SiteConfigScmIpRestrictionAttributes) ServiceTag ¶
func (sir SiteConfigScmIpRestrictionAttributes) ServiceTag() terra.StringValue
func (SiteConfigScmIpRestrictionAttributes) VirtualNetworkSubnetId ¶
func (sir SiteConfigScmIpRestrictionAttributes) VirtualNetworkSubnetId() terra.StringValue
type SiteConfigScmIpRestrictionHeaders ¶
type SiteConfigScmIpRestrictionHeaders struct { // XAzureFdid: list of string, optional XAzureFdid terra.ListValue[terra.StringValue] `hcl:"x_azure_fdid,attr"` // XFdHealthProbe: list of string, optional XFdHealthProbe terra.ListValue[terra.StringValue] `hcl:"x_fd_health_probe,attr"` // XForwardedFor: list of string, optional XForwardedFor terra.ListValue[terra.StringValue] `hcl:"x_forwarded_for,attr"` // XForwardedHost: list of string, optional XForwardedHost terra.ListValue[terra.StringValue] `hcl:"x_forwarded_host,attr"` }
type SiteConfigScmIpRestrictionHeadersAttributes ¶
type SiteConfigScmIpRestrictionHeadersAttributes struct {
// contains filtered or unexported fields
}
func (SiteConfigScmIpRestrictionHeadersAttributes) InternalRef ¶
func (h SiteConfigScmIpRestrictionHeadersAttributes) InternalRef() (terra.Reference, error)
func (SiteConfigScmIpRestrictionHeadersAttributes) InternalTokens ¶
func (h SiteConfigScmIpRestrictionHeadersAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SiteConfigScmIpRestrictionHeadersAttributes) InternalWithRef ¶
func (h SiteConfigScmIpRestrictionHeadersAttributes) InternalWithRef(ref terra.Reference) SiteConfigScmIpRestrictionHeadersAttributes
func (SiteConfigScmIpRestrictionHeadersAttributes) XAzureFdid ¶
func (h SiteConfigScmIpRestrictionHeadersAttributes) XAzureFdid() terra.ListValue[terra.StringValue]
func (SiteConfigScmIpRestrictionHeadersAttributes) XFdHealthProbe ¶
func (h SiteConfigScmIpRestrictionHeadersAttributes) XFdHealthProbe() terra.ListValue[terra.StringValue]
func (SiteConfigScmIpRestrictionHeadersAttributes) XForwardedFor ¶
func (h SiteConfigScmIpRestrictionHeadersAttributes) XForwardedFor() terra.ListValue[terra.StringValue]
func (SiteConfigScmIpRestrictionHeadersAttributes) XForwardedHost ¶
func (h SiteConfigScmIpRestrictionHeadersAttributes) XForwardedHost() terra.ListValue[terra.StringValue]
type SiteConfigScmIpRestrictionState ¶
type SiteConfigScmIpRestrictionState struct { Action string `json:"action"` Description string `json:"description"` IpAddress string `json:"ip_address"` Name string `json:"name"` Priority float64 `json:"priority"` ServiceTag string `json:"service_tag"` VirtualNetworkSubnetId string `json:"virtual_network_subnet_id"` Headers []SiteConfigScmIpRestrictionHeadersState `json:"headers"` }
type SiteConfigState ¶
type SiteConfigState struct { AlwaysOn bool `json:"always_on"` ApiDefinitionUrl string `json:"api_definition_url"` ApiManagementApiId string `json:"api_management_api_id"` AppCommandLine string `json:"app_command_line"` AppScaleLimit float64 `json:"app_scale_limit"` ApplicationInsightsConnectionString string `json:"application_insights_connection_string"` ApplicationInsightsKey string `json:"application_insights_key"` AutoSwapSlotName string `json:"auto_swap_slot_name"` ContainerRegistryManagedIdentityClientId string `json:"container_registry_managed_identity_client_id"` ContainerRegistryUseManagedIdentity bool `json:"container_registry_use_managed_identity"` DefaultDocuments []string `json:"default_documents"` DetailedErrorLoggingEnabled bool `json:"detailed_error_logging_enabled"` ElasticInstanceMinimum float64 `json:"elastic_instance_minimum"` FtpsState string `json:"ftps_state"` HealthCheckEvictionTimeInMin float64 `json:"health_check_eviction_time_in_min"` HealthCheckPath string `json:"health_check_path"` Http2Enabled bool `json:"http2_enabled"` IpRestrictionDefaultAction string `json:"ip_restriction_default_action"` LinuxFxVersion string `json:"linux_fx_version"` LoadBalancingMode string `json:"load_balancing_mode"` ManagedPipelineMode string `json:"managed_pipeline_mode"` MinimumTlsVersion string `json:"minimum_tls_version"` PreWarmedInstanceCount float64 `json:"pre_warmed_instance_count"` RemoteDebuggingEnabled bool `json:"remote_debugging_enabled"` RemoteDebuggingVersion string `json:"remote_debugging_version"` RuntimeScaleMonitoringEnabled bool `json:"runtime_scale_monitoring_enabled"` ScmIpRestrictionDefaultAction string `json:"scm_ip_restriction_default_action"` ScmMinimumTlsVersion string `json:"scm_minimum_tls_version"` ScmType string `json:"scm_type"` ScmUseMainIpRestriction bool `json:"scm_use_main_ip_restriction"` Use32BitWorker bool `json:"use_32_bit_worker"` VnetRouteAllEnabled bool `json:"vnet_route_all_enabled"` WebsocketsEnabled bool `json:"websockets_enabled"` WorkerCount float64 `json:"worker_count"` AppServiceLogs []SiteConfigAppServiceLogsState `json:"app_service_logs"` ApplicationStack []SiteConfigApplicationStackState `json:"application_stack"` Cors []SiteConfigCorsState `json:"cors"` IpRestriction []SiteConfigIpRestrictionState `json:"ip_restriction"` ScmIpRestriction []SiteConfigScmIpRestrictionState `json:"scm_ip_restriction"` }
type SiteCredentialAttributes ¶
type SiteCredentialAttributes struct {
// contains filtered or unexported fields
}
func (SiteCredentialAttributes) InternalRef ¶
func (sc SiteCredentialAttributes) InternalRef() (terra.Reference, error)
func (SiteCredentialAttributes) InternalTokens ¶
func (sc SiteCredentialAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SiteCredentialAttributes) InternalWithRef ¶
func (sc SiteCredentialAttributes) InternalWithRef(ref terra.Reference) SiteCredentialAttributes
func (SiteCredentialAttributes) Name ¶
func (sc SiteCredentialAttributes) Name() terra.StringValue
func (SiteCredentialAttributes) Password ¶
func (sc SiteCredentialAttributes) Password() terra.StringValue
type SiteCredentialState ¶
type StorageAccount ¶
type StorageAccount struct { // AccessKey: string, required AccessKey terra.StringValue `hcl:"access_key,attr" validate:"required"` // AccountName: string, required AccountName terra.StringValue `hcl:"account_name,attr" validate:"required"` // MountPath: string, optional MountPath terra.StringValue `hcl:"mount_path,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` ShareName terra.StringValue `hcl:"share_name,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type StorageAccountAttributes ¶
type StorageAccountAttributes struct {
// contains filtered or unexported fields
}
func (StorageAccountAttributes) AccessKey ¶
func (sa StorageAccountAttributes) AccessKey() terra.StringValue
func (StorageAccountAttributes) AccountName ¶
func (sa StorageAccountAttributes) AccountName() terra.StringValue
func (StorageAccountAttributes) InternalRef ¶
func (sa StorageAccountAttributes) InternalRef() (terra.Reference, error)
func (StorageAccountAttributes) InternalTokens ¶
func (sa StorageAccountAttributes) InternalTokens() (hclwrite.Tokens, error)
func (StorageAccountAttributes) InternalWithRef ¶
func (sa StorageAccountAttributes) InternalWithRef(ref terra.Reference) StorageAccountAttributes
func (StorageAccountAttributes) MountPath ¶
func (sa StorageAccountAttributes) MountPath() terra.StringValue
func (StorageAccountAttributes) Name ¶
func (sa StorageAccountAttributes) Name() terra.StringValue
func (StorageAccountAttributes) ShareName ¶
func (sa StorageAccountAttributes) ShareName() terra.StringValue
func (StorageAccountAttributes) Type ¶
func (sa StorageAccountAttributes) Type() terra.StringValue
type StorageAccountState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.