Documentation ¶
Index ¶
- func IdentityPlatformConfig_IsConstruct(x interface{}) *bool
- func IdentityPlatformConfig_IsTerraformElement(x interface{}) *bool
- func IdentityPlatformConfig_IsTerraformResource(x interface{}) *bool
- func IdentityPlatformConfig_TfResourceType() *string
- func NewIdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference_Override(...)
- func NewIdentityPlatformConfigBlockingFunctionsOutputReference_Override(i IdentityPlatformConfigBlockingFunctionsOutputReference, ...)
- func NewIdentityPlatformConfigBlockingFunctionsTriggersList_Override(i IdentityPlatformConfigBlockingFunctionsTriggersList, ...)
- func NewIdentityPlatformConfigBlockingFunctionsTriggersOutputReference_Override(i IdentityPlatformConfigBlockingFunctionsTriggersOutputReference, ...)
- func NewIdentityPlatformConfigQuotaOutputReference_Override(i IdentityPlatformConfigQuotaOutputReference, ...)
- func NewIdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference_Override(i IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference, ...)
- func NewIdentityPlatformConfigTimeoutsOutputReference_Override(i IdentityPlatformConfigTimeoutsOutputReference, ...)
- func NewIdentityPlatformConfig_Override(i IdentityPlatformConfig, scope constructs.Construct, id *string, ...)
- type IdentityPlatformConfig
- type IdentityPlatformConfigBlockingFunctions
- type IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials
- type IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference
- type IdentityPlatformConfigBlockingFunctionsOutputReference
- type IdentityPlatformConfigBlockingFunctionsTriggers
- type IdentityPlatformConfigBlockingFunctionsTriggersList
- type IdentityPlatformConfigBlockingFunctionsTriggersOutputReference
- type IdentityPlatformConfigConfig
- type IdentityPlatformConfigQuota
- type IdentityPlatformConfigQuotaOutputReference
- type IdentityPlatformConfigQuotaSignUpQuotaConfig
- type IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference
- type IdentityPlatformConfigTimeouts
- type IdentityPlatformConfigTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IdentityPlatformConfig_IsConstruct ¶
func IdentityPlatformConfig_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func IdentityPlatformConfig_IsTerraformElement ¶
func IdentityPlatformConfig_IsTerraformElement(x interface{}) *bool
Experimental.
func IdentityPlatformConfig_IsTerraformResource ¶
func IdentityPlatformConfig_IsTerraformResource(x interface{}) *bool
Experimental.
func IdentityPlatformConfig_TfResourceType ¶
func IdentityPlatformConfig_TfResourceType() *string
func NewIdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference_Override ¶ added in v8.0.9
func NewIdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference_Override(i IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIdentityPlatformConfigBlockingFunctionsOutputReference_Override ¶ added in v8.0.9
func NewIdentityPlatformConfigBlockingFunctionsOutputReference_Override(i IdentityPlatformConfigBlockingFunctionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIdentityPlatformConfigBlockingFunctionsTriggersList_Override ¶ added in v8.0.9
func NewIdentityPlatformConfigBlockingFunctionsTriggersList_Override(i IdentityPlatformConfigBlockingFunctionsTriggersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewIdentityPlatformConfigBlockingFunctionsTriggersOutputReference_Override ¶ added in v8.0.9
func NewIdentityPlatformConfigBlockingFunctionsTriggersOutputReference_Override(i IdentityPlatformConfigBlockingFunctionsTriggersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewIdentityPlatformConfigQuotaOutputReference_Override ¶ added in v8.0.9
func NewIdentityPlatformConfigQuotaOutputReference_Override(i IdentityPlatformConfigQuotaOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference_Override ¶ added in v8.0.9
func NewIdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference_Override(i IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIdentityPlatformConfigTimeoutsOutputReference_Override ¶
func NewIdentityPlatformConfigTimeoutsOutputReference_Override(i IdentityPlatformConfigTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIdentityPlatformConfig_Override ¶
func NewIdentityPlatformConfig_Override(i IdentityPlatformConfig, scope constructs.Construct, id *string, config *IdentityPlatformConfigConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config google_identity_platform_config} Resource.
Types ¶
type IdentityPlatformConfig ¶
type IdentityPlatformConfig interface { cdktf.TerraformResource AuthorizedDomains() *[]*string SetAuthorizedDomains(val *[]*string) AuthorizedDomainsInput() *[]*string AutodeleteAnonymousUsers() interface{} SetAutodeleteAnonymousUsers(val interface{}) AutodeleteAnonymousUsersInput() interface{} BlockingFunctions() IdentityPlatformConfigBlockingFunctionsOutputReference BlockingFunctionsInput() *IdentityPlatformConfigBlockingFunctions // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) Quota() IdentityPlatformConfigQuotaOutputReference QuotaInput() *IdentityPlatformConfigQuota // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() IdentityPlatformConfigTimeoutsOutputReference TimeoutsInput() interface{} // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutBlockingFunctions(value *IdentityPlatformConfigBlockingFunctions) PutQuota(value *IdentityPlatformConfigQuota) PutTimeouts(value *IdentityPlatformConfigTimeouts) ResetAuthorizedDomains() ResetAutodeleteAnonymousUsers() ResetBlockingFunctions() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetQuota() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config google_identity_platform_config}.
func NewIdentityPlatformConfig ¶
func NewIdentityPlatformConfig(scope constructs.Construct, id *string, config *IdentityPlatformConfigConfig) IdentityPlatformConfig
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config google_identity_platform_config} Resource.
type IdentityPlatformConfigBlockingFunctions ¶ added in v8.0.9
type IdentityPlatformConfigBlockingFunctions struct { // triggers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#triggers IdentityPlatformConfig#triggers} Triggers interface{} `field:"required" json:"triggers" yaml:"triggers"` // forward_inbound_credentials block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#forward_inbound_credentials IdentityPlatformConfig#forward_inbound_credentials} ForwardInboundCredentials *IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials `field:"optional" json:"forwardInboundCredentials" yaml:"forwardInboundCredentials"` }
type IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials ¶ added in v8.0.9
type IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials struct { // Whether to pass the user's OAuth identity provider's access token. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#access_token IdentityPlatformConfig#access_token} AccessToken interface{} `field:"optional" json:"accessToken" yaml:"accessToken"` // Whether to pass the user's OIDC identity provider's ID token. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#id_token IdentityPlatformConfig#id_token} IdToken interface{} `field:"optional" json:"idToken" yaml:"idToken"` // Whether to pass the user's OAuth identity provider's refresh token. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#refresh_token IdentityPlatformConfig#refresh_token} RefreshToken interface{} `field:"optional" json:"refreshToken" yaml:"refreshToken"` }
type IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference ¶ added in v8.0.9
type IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference interface { cdktf.ComplexObject AccessToken() interface{} SetAccessToken(val interface{}) AccessTokenInput() interface{} // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string IdToken() interface{} SetIdToken(val interface{}) IdTokenInput() interface{} InternalValue() *IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials SetInternalValue(val *IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials) RefreshToken() interface{} SetRefreshToken(val interface{}) RefreshTokenInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetAccessToken() ResetIdToken() ResetRefreshToken() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewIdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference ¶ added in v8.0.9
func NewIdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference
type IdentityPlatformConfigBlockingFunctionsOutputReference ¶ added in v8.0.9
type IdentityPlatformConfigBlockingFunctionsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string ForwardInboundCredentials() IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference ForwardInboundCredentialsInput() *IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials // Experimental. Fqn() *string InternalValue() *IdentityPlatformConfigBlockingFunctions SetInternalValue(val *IdentityPlatformConfigBlockingFunctions) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Triggers() IdentityPlatformConfigBlockingFunctionsTriggersList TriggersInput() interface{} // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutForwardInboundCredentials(value *IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials) PutTriggers(value interface{}) ResetForwardInboundCredentials() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewIdentityPlatformConfigBlockingFunctionsOutputReference ¶ added in v8.0.9
func NewIdentityPlatformConfigBlockingFunctionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IdentityPlatformConfigBlockingFunctionsOutputReference
type IdentityPlatformConfigBlockingFunctionsTriggers ¶ added in v8.0.9
type IdentityPlatformConfigBlockingFunctionsTriggers struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#event_type IdentityPlatformConfig#event_type}. EventType *string `field:"required" json:"eventType" yaml:"eventType"` // HTTP URI trigger for the Cloud Function. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#function_uri IdentityPlatformConfig#function_uri} FunctionUri *string `field:"required" json:"functionUri" yaml:"functionUri"` }
type IdentityPlatformConfigBlockingFunctionsTriggersList ¶ added in v8.0.9
type IdentityPlatformConfigBlockingFunctionsTriggersList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) IdentityPlatformConfigBlockingFunctionsTriggersOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewIdentityPlatformConfigBlockingFunctionsTriggersList ¶ added in v8.0.9
func NewIdentityPlatformConfigBlockingFunctionsTriggersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) IdentityPlatformConfigBlockingFunctionsTriggersList
type IdentityPlatformConfigBlockingFunctionsTriggersOutputReference ¶ added in v8.0.9
type IdentityPlatformConfigBlockingFunctionsTriggersOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string EventType() *string SetEventType(val *string) EventTypeInput() *string // Experimental. Fqn() *string FunctionUri() *string SetFunctionUri(val *string) FunctionUriInput() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UpdateTime() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewIdentityPlatformConfigBlockingFunctionsTriggersOutputReference ¶ added in v8.0.9
func NewIdentityPlatformConfigBlockingFunctionsTriggersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) IdentityPlatformConfigBlockingFunctionsTriggersOutputReference
type IdentityPlatformConfigConfig ¶
type IdentityPlatformConfigConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // List of domains authorized for OAuth redirects. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#authorized_domains IdentityPlatformConfig#authorized_domains} AuthorizedDomains *[]*string `field:"optional" json:"authorizedDomains" yaml:"authorizedDomains"` // Whether anonymous users will be auto-deleted after a period of 30 days. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#autodelete_anonymous_users IdentityPlatformConfig#autodelete_anonymous_users} AutodeleteAnonymousUsers interface{} `field:"optional" json:"autodeleteAnonymousUsers" yaml:"autodeleteAnonymousUsers"` // blocking_functions block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#blocking_functions IdentityPlatformConfig#blocking_functions} BlockingFunctions *IdentityPlatformConfigBlockingFunctions `field:"optional" json:"blockingFunctions" yaml:"blockingFunctions"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#id IdentityPlatformConfig#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#project IdentityPlatformConfig#project}. Project *string `field:"optional" json:"project" yaml:"project"` // quota block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#quota IdentityPlatformConfig#quota} Quota *IdentityPlatformConfigQuota `field:"optional" json:"quota" yaml:"quota"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#timeouts IdentityPlatformConfig#timeouts} Timeouts *IdentityPlatformConfigTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type IdentityPlatformConfigQuota ¶ added in v8.0.9
type IdentityPlatformConfigQuota struct { // sign_up_quota_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#sign_up_quota_config IdentityPlatformConfig#sign_up_quota_config} SignUpQuotaConfig *IdentityPlatformConfigQuotaSignUpQuotaConfig `field:"optional" json:"signUpQuotaConfig" yaml:"signUpQuotaConfig"` }
type IdentityPlatformConfigQuotaOutputReference ¶ added in v8.0.9
type IdentityPlatformConfigQuotaOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *IdentityPlatformConfigQuota SetInternalValue(val *IdentityPlatformConfigQuota) SignUpQuotaConfig() IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference SignUpQuotaConfigInput() *IdentityPlatformConfigQuotaSignUpQuotaConfig // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutSignUpQuotaConfig(value *IdentityPlatformConfigQuotaSignUpQuotaConfig) ResetSignUpQuotaConfig() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewIdentityPlatformConfigQuotaOutputReference ¶ added in v8.0.9
func NewIdentityPlatformConfigQuotaOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IdentityPlatformConfigQuotaOutputReference
type IdentityPlatformConfigQuotaSignUpQuotaConfig ¶ added in v8.0.9
type IdentityPlatformConfigQuotaSignUpQuotaConfig struct { // A sign up APIs quota that customers can override temporarily. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#quota IdentityPlatformConfig#quota} Quota *float64 `field:"optional" json:"quota" yaml:"quota"` // How long this quota will be active for. It is measurred in seconds, e.g., Example: "9.615s". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#quota_duration IdentityPlatformConfig#quota_duration} QuotaDuration *string `field:"optional" json:"quotaDuration" yaml:"quotaDuration"` // When this quota will take affect. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#start_time IdentityPlatformConfig#start_time} StartTime *string `field:"optional" json:"startTime" yaml:"startTime"` }
type IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference ¶ added in v8.0.9
type IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *IdentityPlatformConfigQuotaSignUpQuotaConfig SetInternalValue(val *IdentityPlatformConfigQuotaSignUpQuotaConfig) Quota() *float64 SetQuota(val *float64) QuotaDuration() *string SetQuotaDuration(val *string) QuotaDurationInput() *string QuotaInput() *float64 StartTime() *string SetStartTime(val *string) StartTimeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetQuota() ResetQuotaDuration() ResetStartTime() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewIdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference ¶ added in v8.0.9
func NewIdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference
type IdentityPlatformConfigTimeouts ¶
type IdentityPlatformConfigTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#create IdentityPlatformConfig#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#delete IdentityPlatformConfig#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/identity_platform_config#update IdentityPlatformConfig#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type IdentityPlatformConfigTimeoutsOutputReference ¶
type IdentityPlatformConfigTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewIdentityPlatformConfigTimeoutsOutputReference ¶
func NewIdentityPlatformConfigTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IdentityPlatformConfigTimeoutsOutputReference
Source Files ¶
- IdentityPlatformConfig.go
- IdentityPlatformConfigBlockingFunctions.go
- IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.go
- IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference.go
- IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsOutputReference__checks.go
- IdentityPlatformConfigBlockingFunctionsOutputReference.go
- IdentityPlatformConfigBlockingFunctionsOutputReference__checks.go
- IdentityPlatformConfigBlockingFunctionsTriggers.go
- IdentityPlatformConfigBlockingFunctionsTriggersList.go
- IdentityPlatformConfigBlockingFunctionsTriggersList__checks.go
- IdentityPlatformConfigBlockingFunctionsTriggersOutputReference.go
- IdentityPlatformConfigBlockingFunctionsTriggersOutputReference__checks.go
- IdentityPlatformConfigConfig.go
- IdentityPlatformConfigQuota.go
- IdentityPlatformConfigQuotaOutputReference.go
- IdentityPlatformConfigQuotaOutputReference__checks.go
- IdentityPlatformConfigQuotaSignUpQuotaConfig.go
- IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference.go
- IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference__checks.go
- IdentityPlatformConfigTimeouts.go
- IdentityPlatformConfigTimeoutsOutputReference.go
- IdentityPlatformConfigTimeoutsOutputReference__checks.go
- IdentityPlatformConfig__checks.go
- main.go