Documentation ¶
Index ¶
- func GoogleIntegrationsAuthConfig_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleIntegrationsAuthConfig_IsConstruct(x interface{}) *bool
- func GoogleIntegrationsAuthConfig_IsTerraformElement(x interface{}) *bool
- func GoogleIntegrationsAuthConfig_IsTerraformResource(x interface{}) *bool
- func GoogleIntegrationsAuthConfig_TfResourceType() *string
- func NewGoogleIntegrationsAuthConfigClientCertificateOutputReference_Override(g GoogleIntegrationsAuthConfigClientCertificateOutputReference, ...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference, ...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference, ...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference_Override(...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference_Override(...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference_Override(...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference_Override(...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList_Override(...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference_Override(...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference_Override(...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference_Override(...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference_Override(...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference, ...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOutputReference, ...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference_Override(...)
- func NewGoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference_Override(...)
- func NewGoogleIntegrationsAuthConfigTimeoutsOutputReference_Override(g GoogleIntegrationsAuthConfigTimeoutsOutputReference, ...)
- func NewGoogleIntegrationsAuthConfig_Override(g GoogleIntegrationsAuthConfig, scope constructs.Construct, id *string, ...)
- type GoogleIntegrationsAuthConfig
- type GoogleIntegrationsAuthConfigClientCertificate
- type GoogleIntegrationsAuthConfigClientCertificateOutputReference
- type GoogleIntegrationsAuthConfigConfig
- type GoogleIntegrationsAuthConfigDecryptedCredential
- type GoogleIntegrationsAuthConfigDecryptedCredentialAuthToken
- type GoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialJwt
- type GoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialOidcToken
- type GoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials
- type GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference
- type GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPassword
- type GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference
- type GoogleIntegrationsAuthConfigTimeouts
- type GoogleIntegrationsAuthConfigTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleIntegrationsAuthConfig_GenerateConfigForImport ¶
func GoogleIntegrationsAuthConfig_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleIntegrationsAuthConfig resource upon running "cdktf plan <stack-name>".
func GoogleIntegrationsAuthConfig_IsConstruct ¶
func GoogleIntegrationsAuthConfig_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 GoogleIntegrationsAuthConfig_IsTerraformElement ¶
func GoogleIntegrationsAuthConfig_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleIntegrationsAuthConfig_IsTerraformResource ¶
func GoogleIntegrationsAuthConfig_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleIntegrationsAuthConfig_TfResourceType ¶
func GoogleIntegrationsAuthConfig_TfResourceType() *string
func NewGoogleIntegrationsAuthConfigClientCertificateOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigClientCertificateOutputReference_Override(g GoogleIntegrationsAuthConfigClientCertificateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference_Override(g GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfigTimeoutsOutputReference_Override ¶
func NewGoogleIntegrationsAuthConfigTimeoutsOutputReference_Override(g GoogleIntegrationsAuthConfigTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIntegrationsAuthConfig_Override ¶
func NewGoogleIntegrationsAuthConfig_Override(g GoogleIntegrationsAuthConfig, scope constructs.Construct, id *string, config *GoogleIntegrationsAuthConfigConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config google_integrations_auth_config} Resource.
Types ¶
type GoogleIntegrationsAuthConfig ¶
type GoogleIntegrationsAuthConfig interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack CertificateId() *string ClientCertificate() GoogleIntegrationsAuthConfigClientCertificateOutputReference ClientCertificateInput() *GoogleIntegrationsAuthConfigClientCertificate // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string CreatorEmail() *string CredentialType() *string DecryptedCredential() GoogleIntegrationsAuthConfigDecryptedCredentialOutputReference DecryptedCredentialInput() *GoogleIntegrationsAuthConfigDecryptedCredential // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string EncryptedCredential() *string ExpiryNotificationDuration() *[]*string SetExpiryNotificationDuration(val *[]*string) ExpiryNotificationDurationInput() *[]*string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string LastModifierEmail() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string // The tree node. Node() constructs.Node OverrideValidTime() *string SetOverrideValidTime(val *string) OverrideValidTimeInput() *string Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Reason() *string State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleIntegrationsAuthConfigTimeoutsOutputReference TimeoutsInput() interface{} UpdateTime() *string ValidTime() *string Visibility() *string SetVisibility(val *string) VisibilityInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // 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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutClientCertificate(value *GoogleIntegrationsAuthConfigClientCertificate) PutDecryptedCredential(value *GoogleIntegrationsAuthConfigDecryptedCredential) PutTimeouts(value *GoogleIntegrationsAuthConfigTimeouts) ResetClientCertificate() ResetDecryptedCredential() ResetDescription() ResetExpiryNotificationDuration() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetOverrideValidTime() ResetProject() ResetTimeouts() ResetVisibility() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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-beta/6.7.0/docs/resources/google_integrations_auth_config google_integrations_auth_config}.
func NewGoogleIntegrationsAuthConfig ¶
func NewGoogleIntegrationsAuthConfig(scope constructs.Construct, id *string, config *GoogleIntegrationsAuthConfigConfig) GoogleIntegrationsAuthConfig
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config google_integrations_auth_config} Resource.
type GoogleIntegrationsAuthConfigClientCertificate ¶
type GoogleIntegrationsAuthConfigClientCertificate struct { // The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#encrypted_private_key GoogleIntegrationsAuthConfig#encrypted_private_key} EncryptedPrivateKey *string `field:"required" json:"encryptedPrivateKey" yaml:"encryptedPrivateKey"` // The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#ssl_certificate GoogleIntegrationsAuthConfig#ssl_certificate} SslCertificate *string `field:"required" json:"sslCertificate" yaml:"sslCertificate"` // 'passphrase' should be left unset if private key is not encrypted. // // Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#passphrase GoogleIntegrationsAuthConfig#passphrase} Passphrase *string `field:"optional" json:"passphrase" yaml:"passphrase"` }
type GoogleIntegrationsAuthConfigClientCertificateOutputReference ¶
type GoogleIntegrationsAuthConfigClientCertificateOutputReference 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 EncryptedPrivateKey() *string SetEncryptedPrivateKey(val *string) EncryptedPrivateKeyInput() *string // Experimental. Fqn() *string InternalValue() *GoogleIntegrationsAuthConfigClientCertificate SetInternalValue(val *GoogleIntegrationsAuthConfigClientCertificate) Passphrase() *string SetPassphrase(val *string) PassphraseInput() *string SslCertificate() *string SetSslCertificate(val *string) SslCertificateInput() *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 ResetPassphrase() // 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 NewGoogleIntegrationsAuthConfigClientCertificateOutputReference ¶
func NewGoogleIntegrationsAuthConfigClientCertificateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigClientCertificateOutputReference
type GoogleIntegrationsAuthConfigConfig ¶
type GoogleIntegrationsAuthConfigConfig 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"` // The name of the auth config. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#display_name GoogleIntegrationsAuthConfig#display_name} DisplayName *string `field:"required" json:"displayName" yaml:"displayName"` // Location in which client needs to be provisioned. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#location GoogleIntegrationsAuthConfig#location} Location *string `field:"required" json:"location" yaml:"location"` // client_certificate block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#client_certificate GoogleIntegrationsAuthConfig#client_certificate} ClientCertificate *GoogleIntegrationsAuthConfigClientCertificate `field:"optional" json:"clientCertificate" yaml:"clientCertificate"` // decrypted_credential block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#decrypted_credential GoogleIntegrationsAuthConfig#decrypted_credential} DecryptedCredential *GoogleIntegrationsAuthConfigDecryptedCredential `field:"optional" json:"decryptedCredential" yaml:"decryptedCredential"` // A description of the auth config. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#description GoogleIntegrationsAuthConfig#description} Description *string `field:"optional" json:"description" yaml:"description"` // User can define the time to receive notification after which the auth config becomes invalid. // // Support up to 30 days. Support granularity in hours. // // A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#expiry_notification_duration GoogleIntegrationsAuthConfig#expiry_notification_duration} ExpiryNotificationDuration *[]*string `field:"optional" json:"expiryNotificationDuration" yaml:"expiryNotificationDuration"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#id GoogleIntegrationsAuthConfig#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"` // User provided expiry time to override. // // For the example of Salesforce, username/password credentials can be valid for 6 months depending on the instance settings. // // A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#override_valid_time GoogleIntegrationsAuthConfig#override_valid_time} OverrideValidTime *string `field:"optional" json:"overrideValidTime" yaml:"overrideValidTime"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#project GoogleIntegrationsAuthConfig#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#timeouts GoogleIntegrationsAuthConfig#timeouts} Timeouts *GoogleIntegrationsAuthConfigTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // The visibility of the auth config. Possible values: ["PRIVATE", "CLIENT_VISIBLE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#visibility GoogleIntegrationsAuthConfig#visibility} Visibility *string `field:"optional" json:"visibility" yaml:"visibility"` }
type GoogleIntegrationsAuthConfigDecryptedCredential ¶
type GoogleIntegrationsAuthConfigDecryptedCredential struct { // Credential type associated with auth configs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#credential_type GoogleIntegrationsAuthConfig#credential_type} CredentialType *string `field:"required" json:"credentialType" yaml:"credentialType"` // auth_token block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#auth_token GoogleIntegrationsAuthConfig#auth_token} AuthToken *GoogleIntegrationsAuthConfigDecryptedCredentialAuthToken `field:"optional" json:"authToken" yaml:"authToken"` // jwt block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#jwt GoogleIntegrationsAuthConfig#jwt} Jwt *GoogleIntegrationsAuthConfigDecryptedCredentialJwt `field:"optional" json:"jwt" yaml:"jwt"` // oauth2_authorization_code block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#oauth2_authorization_code GoogleIntegrationsAuthConfig#oauth2_authorization_code} Oauth2AuthorizationCode *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode `field:"optional" json:"oauth2AuthorizationCode" yaml:"oauth2AuthorizationCode"` // oauth2_client_credentials block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#oauth2_client_credentials GoogleIntegrationsAuthConfig#oauth2_client_credentials} Oauth2ClientCredentials *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials `field:"optional" json:"oauth2ClientCredentials" yaml:"oauth2ClientCredentials"` // oidc_token block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#oidc_token GoogleIntegrationsAuthConfig#oidc_token} OidcToken *GoogleIntegrationsAuthConfigDecryptedCredentialOidcToken `field:"optional" json:"oidcToken" yaml:"oidcToken"` // service_account_credentials block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#service_account_credentials GoogleIntegrationsAuthConfig#service_account_credentials} ServiceAccountCredentials *GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials `field:"optional" json:"serviceAccountCredentials" yaml:"serviceAccountCredentials"` // username_and_password block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#username_and_password GoogleIntegrationsAuthConfig#username_and_password} UsernameAndPassword *GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPassword `field:"optional" json:"usernameAndPassword" yaml:"usernameAndPassword"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialAuthToken ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialAuthToken struct { // The token for the auth type. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#token GoogleIntegrationsAuthConfig#token} Token *string `field:"optional" json:"token" yaml:"token"` // Authentication type, e.g. "Basic", "Bearer", etc. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#type GoogleIntegrationsAuthConfig#type} Type *string `field:"optional" json:"type" yaml:"type"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference 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() *GoogleIntegrationsAuthConfigDecryptedCredentialAuthToken SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialAuthToken) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Token() *string SetToken(val *string) TokenInput() *string Type() *string SetType(val *string) TypeInput() *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 ResetToken() ResetType() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialJwt ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialJwt struct { // Identifies which algorithm is used to generate the signature. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#jwt_header GoogleIntegrationsAuthConfig#jwt_header} JwtHeader *string `field:"optional" json:"jwtHeader" yaml:"jwtHeader"` // Contains a set of claims. // // The JWT specification defines seven Registered Claim Names which are the standard fields commonly included in tokens. Custom claims are usually also included, depending on the purpose of the token. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#jwt_payload GoogleIntegrationsAuthConfig#jwt_payload} JwtPayload *string `field:"optional" json:"jwtPayload" yaml:"jwtPayload"` // User's pre-shared secret to sign the token. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#secret GoogleIntegrationsAuthConfig#secret} Secret *string `field:"optional" json:"secret" yaml:"secret"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference 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() *GoogleIntegrationsAuthConfigDecryptedCredentialJwt SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialJwt) Jwt() *string JwtHeader() *string SetJwtHeader(val *string) JwtHeaderInput() *string JwtPayload() *string SetJwtPayload(val *string) JwtPayloadInput() *string Secret() *string SetSecret(val *string) SecretInput() *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 ResetJwtHeader() ResetJwtPayload() ResetSecret() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode struct { // The auth url endpoint to send the auth code request to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#auth_endpoint GoogleIntegrationsAuthConfig#auth_endpoint} AuthEndpoint *string `field:"optional" json:"authEndpoint" yaml:"authEndpoint"` // The client's id. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#client_id GoogleIntegrationsAuthConfig#client_id} ClientId *string `field:"optional" json:"clientId" yaml:"clientId"` // The client's secret. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#client_secret GoogleIntegrationsAuthConfig#client_secret} ClientSecret *string `field:"optional" json:"clientSecret" yaml:"clientSecret"` // A space-delimited list of requested scope permissions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#scope GoogleIntegrationsAuthConfig#scope} Scope *string `field:"optional" json:"scope" yaml:"scope"` // The token url endpoint to send the token request to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#token_endpoint GoogleIntegrationsAuthConfig#token_endpoint} TokenEndpoint *string `field:"optional" json:"tokenEndpoint" yaml:"tokenEndpoint"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference interface { cdktf.ComplexObject AuthEndpoint() *string SetAuthEndpoint(val *string) AuthEndpointInput() *string ClientId() *string SetClientId(val *string) ClientIdInput() *string ClientSecret() *string SetClientSecret(val *string) ClientSecretInput() *string // 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() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode) Scope() *string SetScope(val *string) ScopeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TokenEndpoint() *string SetTokenEndpoint(val *string) TokenEndpointInput() *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 ResetAuthEndpoint() ResetClientId() ResetClientSecret() ResetScope() ResetTokenEndpoint() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials struct { // The client's ID. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#client_id GoogleIntegrationsAuthConfig#client_id} ClientId *string `field:"optional" json:"clientId" yaml:"clientId"` // The client's secret. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#client_secret GoogleIntegrationsAuthConfig#client_secret} ClientSecret *string `field:"optional" json:"clientSecret" yaml:"clientSecret"` // Represent how to pass parameters to fetch access token Possible values: ["REQUEST_TYPE_UNSPECIFIED", "REQUEST_BODY", "QUERY_PARAMETERS", "ENCODED_HEADER"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#request_type GoogleIntegrationsAuthConfig#request_type} RequestType *string `field:"optional" json:"requestType" yaml:"requestType"` // A space-delimited list of requested scope permissions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#scope GoogleIntegrationsAuthConfig#scope} Scope *string `field:"optional" json:"scope" yaml:"scope"` // The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#token_endpoint GoogleIntegrationsAuthConfig#token_endpoint} TokenEndpoint *string `field:"optional" json:"tokenEndpoint" yaml:"tokenEndpoint"` // token_params block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#token_params GoogleIntegrationsAuthConfig#token_params} TokenParams *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams `field:"optional" json:"tokenParams" yaml:"tokenParams"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference interface { cdktf.ComplexObject ClientId() *string SetClientId(val *string) ClientIdInput() *string ClientSecret() *string SetClientSecret(val *string) ClientSecretInput() *string // 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() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials) RequestType() *string SetRequestType(val *string) RequestTypeInput() *string Scope() *string SetScope(val *string) ScopeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TokenEndpoint() *string SetTokenEndpoint(val *string) TokenEndpointInput() *string TokenParams() GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference TokenParamsInput() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams // 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 PutTokenParams(value *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams) ResetClientId() ResetClientSecret() ResetRequestType() ResetScope() ResetTokenEndpoint() ResetTokenParams() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams struct { // entries block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#entries GoogleIntegrationsAuthConfig#entries} Entries interface{} `field:"optional" json:"entries" yaml:"entries"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries struct { // key block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#key GoogleIntegrationsAuthConfig#key} Key *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey `field:"optional" json:"key" yaml:"key"` // value block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#value GoogleIntegrationsAuthConfig#value} Value *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue `field:"optional" json:"value" yaml:"value"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey struct { // literal_value block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#literal_value GoogleIntegrationsAuthConfig#literal_value} LiteralValue *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue `field:"optional" json:"literalValue" yaml:"literalValue"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue struct { // String. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#string_value GoogleIntegrationsAuthConfig#string_value} StringValue *string `field:"optional" json:"stringValue" yaml:"stringValue"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference 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() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue) StringValue() *string SetStringValue(val *string) StringValueInput() *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 ResetStringValue() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference 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() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey) LiteralValue() GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference LiteralValueInput() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue // 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 PutLiteralValue(value *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue) ResetLiteralValue() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference 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() interface{} SetInternalValue(val interface{}) Key() GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference KeyInput() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference ValueInput() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue // 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 PutKey(value *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey) PutValue(value *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue) ResetKey() ResetValue() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue struct { // literal_value block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#literal_value GoogleIntegrationsAuthConfig#literal_value} LiteralValue *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue `field:"optional" json:"literalValue" yaml:"literalValue"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue struct { // String. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#string_value GoogleIntegrationsAuthConfig#string_value} StringValue *string `field:"optional" json:"stringValue" yaml:"stringValue"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference 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() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue) StringValue() *string SetStringValue(val *string) StringValueInput() *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 ResetStringValue() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference 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() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue) LiteralValue() GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference LiteralValueInput() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue // 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 PutLiteralValue(value *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue) ResetLiteralValue() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference 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 Entries() GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList EntriesInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams) // 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 PutEntries(value interface{}) ResetEntries() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialOidcToken ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOidcToken struct { // Audience to be used when generating OIDC token. // // The audience claim identifies the recipients that the JWT is intended for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#audience GoogleIntegrationsAuthConfig#audience} Audience *string `field:"optional" json:"audience" yaml:"audience"` // The service account email to be used as the identity for the token. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#service_account_email GoogleIntegrationsAuthConfig#service_account_email} ServiceAccountEmail *string `field:"optional" json:"serviceAccountEmail" yaml:"serviceAccountEmail"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference interface { cdktf.ComplexObject Audience() *string SetAudience(val *string) AudienceInput() *string // 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() *GoogleIntegrationsAuthConfigDecryptedCredentialOidcToken SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialOidcToken) ServiceAccountEmail() *string SetServiceAccountEmail(val *string) ServiceAccountEmailInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Token() *string TokenExpireTime() *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 ResetAudience() ResetServiceAccountEmail() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialOutputReference interface { cdktf.ComplexObject AuthToken() GoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference AuthTokenInput() *GoogleIntegrationsAuthConfigDecryptedCredentialAuthToken // 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 CredentialType() *string SetCredentialType(val *string) CredentialTypeInput() *string // Experimental. Fqn() *string InternalValue() *GoogleIntegrationsAuthConfigDecryptedCredential SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredential) Jwt() GoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference JwtInput() *GoogleIntegrationsAuthConfigDecryptedCredentialJwt Oauth2AuthorizationCode() GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference Oauth2AuthorizationCodeInput() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode Oauth2ClientCredentials() GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference Oauth2ClientCredentialsInput() *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials OidcToken() GoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference OidcTokenInput() *GoogleIntegrationsAuthConfigDecryptedCredentialOidcToken ServiceAccountCredentials() GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference ServiceAccountCredentialsInput() *GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UsernameAndPassword() GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference UsernameAndPasswordInput() *GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPassword // 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 PutAuthToken(value *GoogleIntegrationsAuthConfigDecryptedCredentialAuthToken) PutJwt(value *GoogleIntegrationsAuthConfigDecryptedCredentialJwt) PutOauth2AuthorizationCode(value *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode) PutOauth2ClientCredentials(value *GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials) PutOidcToken(value *GoogleIntegrationsAuthConfigDecryptedCredentialOidcToken) PutServiceAccountCredentials(value *GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials) PutUsernameAndPassword(value *GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPassword) ResetAuthToken() ResetJwt() ResetOauth2AuthorizationCode() ResetOauth2ClientCredentials() ResetOidcToken() ResetServiceAccountCredentials() ResetUsernameAndPassword() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials struct { // A space-delimited list of requested scope permissions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#scope GoogleIntegrationsAuthConfig#scope} Scope *string `field:"optional" json:"scope" yaml:"scope"` // Name of the service account that has the permission to make the request. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#service_account GoogleIntegrationsAuthConfig#service_account} ServiceAccount *string `field:"optional" json:"serviceAccount" yaml:"serviceAccount"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference 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() *GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials) Scope() *string SetScope(val *string) ScopeInput() *string ServiceAccount() *string SetServiceAccount(val *string) ServiceAccountInput() *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 ResetScope() ResetServiceAccount() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference
type GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPassword ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPassword struct { // Password to be used. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#password GoogleIntegrationsAuthConfig#password} Password *string `field:"optional" json:"password" yaml:"password"` // Username to be used. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#username GoogleIntegrationsAuthConfig#username} Username *string `field:"optional" json:"username" yaml:"username"` }
type GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference ¶
type GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference 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() *GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPassword SetInternalValue(val *GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPassword) Password() *string SetPassword(val *string) PasswordInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Username() *string SetUsername(val *string) UsernameInput() *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 ResetPassword() ResetUsername() // 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 NewGoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference ¶
func NewGoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference
type GoogleIntegrationsAuthConfigTimeouts ¶
type GoogleIntegrationsAuthConfigTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#create GoogleIntegrationsAuthConfig#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#delete GoogleIntegrationsAuthConfig#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_integrations_auth_config#update GoogleIntegrationsAuthConfig#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleIntegrationsAuthConfigTimeoutsOutputReference ¶
type GoogleIntegrationsAuthConfigTimeoutsOutputReference 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 NewGoogleIntegrationsAuthConfigTimeoutsOutputReference ¶
func NewGoogleIntegrationsAuthConfigTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIntegrationsAuthConfigTimeoutsOutputReference
Source Files ¶
- GoogleIntegrationsAuthConfig.go
- GoogleIntegrationsAuthConfigClientCertificate.go
- GoogleIntegrationsAuthConfigClientCertificateOutputReference.go
- GoogleIntegrationsAuthConfigClientCertificateOutputReference__checks.go
- GoogleIntegrationsAuthConfigConfig.go
- GoogleIntegrationsAuthConfigDecryptedCredential.go
- GoogleIntegrationsAuthConfigDecryptedCredentialAuthToken.go
- GoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialJwt.go
- GoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialJwtOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOidcToken.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.go
- GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference__checks.go
- GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPassword.go
- GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference.go
- GoogleIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference__checks.go
- GoogleIntegrationsAuthConfigTimeouts.go
- GoogleIntegrationsAuthConfigTimeoutsOutputReference.go
- GoogleIntegrationsAuthConfigTimeoutsOutputReference__checks.go
- GoogleIntegrationsAuthConfig__checks.go
- main.go