Documentation ¶
Index ¶
- func IntegrationsAuthConfig_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func IntegrationsAuthConfig_IsConstruct(x interface{}) *bool
- func IntegrationsAuthConfig_IsTerraformElement(x interface{}) *bool
- func IntegrationsAuthConfig_IsTerraformResource(x interface{}) *bool
- func IntegrationsAuthConfig_TfResourceType() *string
- func NewIntegrationsAuthConfigClientCertificateOutputReference_Override(i IntegrationsAuthConfigClientCertificateOutputReference, ...)
- func NewIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference, ...)
- func NewIntegrationsAuthConfigDecryptedCredentialJwtOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialJwtOutputReference, ...)
- func NewIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference_Override(...)
- func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference_Override(...)
- func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference_Override(...)
- func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference_Override(...)
- func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList_Override(...)
- func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference_Override(...)
- func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference_Override(...)
- func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference_Override(...)
- func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference_Override(...)
- func NewIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference, ...)
- func NewIntegrationsAuthConfigDecryptedCredentialOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOutputReference, ...)
- func NewIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference_Override(...)
- func NewIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference, ...)
- func NewIntegrationsAuthConfigTimeoutsOutputReference_Override(i IntegrationsAuthConfigTimeoutsOutputReference, ...)
- func NewIntegrationsAuthConfig_Override(i IntegrationsAuthConfig, scope constructs.Construct, id *string, ...)
- type IntegrationsAuthConfig
- type IntegrationsAuthConfigClientCertificate
- type IntegrationsAuthConfigClientCertificateOutputReference
- type IntegrationsAuthConfigConfig
- type IntegrationsAuthConfigDecryptedCredential
- type IntegrationsAuthConfigDecryptedCredentialAuthToken
- type IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference
- type IntegrationsAuthConfigDecryptedCredentialJwt
- type IntegrationsAuthConfigDecryptedCredentialJwtOutputReference
- type IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode
- type IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference
- type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference
- type IntegrationsAuthConfigDecryptedCredentialOidcToken
- type IntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference
- type IntegrationsAuthConfigDecryptedCredentialOutputReference
- type IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials
- type IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference
- type IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword
- type IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference
- type IntegrationsAuthConfigTimeouts
- type IntegrationsAuthConfigTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntegrationsAuthConfig_GenerateConfigForImport ¶
func IntegrationsAuthConfig_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a IntegrationsAuthConfig resource upon running "cdktf plan <stack-name>".
func IntegrationsAuthConfig_IsConstruct ¶
func IntegrationsAuthConfig_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 IntegrationsAuthConfig_IsTerraformElement ¶
func IntegrationsAuthConfig_IsTerraformElement(x interface{}) *bool
Experimental.
func IntegrationsAuthConfig_IsTerraformResource ¶
func IntegrationsAuthConfig_IsTerraformResource(x interface{}) *bool
Experimental.
func IntegrationsAuthConfig_TfResourceType ¶
func IntegrationsAuthConfig_TfResourceType() *string
func NewIntegrationsAuthConfigClientCertificateOutputReference_Override ¶
func NewIntegrationsAuthConfigClientCertificateOutputReference_Override(i IntegrationsAuthConfigClientCertificateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialJwtOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialJwtOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialJwtOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList_Override(i IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference_Override ¶
func NewIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference_Override(i IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfigTimeoutsOutputReference_Override ¶
func NewIntegrationsAuthConfigTimeoutsOutputReference_Override(i IntegrationsAuthConfigTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewIntegrationsAuthConfig_Override ¶
func NewIntegrationsAuthConfig_Override(i IntegrationsAuthConfig, scope constructs.Construct, id *string, config *IntegrationsAuthConfigConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config google_integrations_auth_config} Resource.
Types ¶
type IntegrationsAuthConfig ¶
type IntegrationsAuthConfig interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack CertificateId() *string ClientCertificate() IntegrationsAuthConfigClientCertificateOutputReference ClientCertificateInput() *IntegrationsAuthConfigClientCertificate // 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() IntegrationsAuthConfigDecryptedCredentialOutputReference DecryptedCredentialInput() *IntegrationsAuthConfigDecryptedCredential // 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() IntegrationsAuthConfigTimeoutsOutputReference 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 *IntegrationsAuthConfigClientCertificate) PutDecryptedCredential(value *IntegrationsAuthConfigDecryptedCredential) PutTimeouts(value *IntegrationsAuthConfigTimeouts) 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/6.13.0/docs/resources/integrations_auth_config google_integrations_auth_config}.
func NewIntegrationsAuthConfig ¶
func NewIntegrationsAuthConfig(scope constructs.Construct, id *string, config *IntegrationsAuthConfigConfig) IntegrationsAuthConfig
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config google_integrations_auth_config} Resource.
type IntegrationsAuthConfigClientCertificate ¶
type IntegrationsAuthConfigClientCertificate 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/6.13.0/docs/resources/integrations_auth_config#encrypted_private_key IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#ssl_certificate IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#passphrase IntegrationsAuthConfig#passphrase} Passphrase *string `field:"optional" json:"passphrase" yaml:"passphrase"` }
type IntegrationsAuthConfigClientCertificateOutputReference ¶
type IntegrationsAuthConfigClientCertificateOutputReference 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() *IntegrationsAuthConfigClientCertificate SetInternalValue(val *IntegrationsAuthConfigClientCertificate) 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 NewIntegrationsAuthConfigClientCertificateOutputReference ¶
func NewIntegrationsAuthConfigClientCertificateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigClientCertificateOutputReference
type IntegrationsAuthConfigConfig ¶
type IntegrationsAuthConfigConfig 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/6.13.0/docs/resources/integrations_auth_config#display_name IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#location IntegrationsAuthConfig#location} Location *string `field:"required" json:"location" yaml:"location"` // client_certificate block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#client_certificate IntegrationsAuthConfig#client_certificate} ClientCertificate *IntegrationsAuthConfigClientCertificate `field:"optional" json:"clientCertificate" yaml:"clientCertificate"` // decrypted_credential block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#decrypted_credential IntegrationsAuthConfig#decrypted_credential} DecryptedCredential *IntegrationsAuthConfigDecryptedCredential `field:"optional" json:"decryptedCredential" yaml:"decryptedCredential"` // A description of the auth config. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#description IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#expiry_notification_duration IntegrationsAuthConfig#expiry_notification_duration} ExpiryNotificationDuration *[]*string `field:"optional" json:"expiryNotificationDuration" yaml:"expiryNotificationDuration"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#id IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#override_valid_time IntegrationsAuthConfig#override_valid_time} OverrideValidTime *string `field:"optional" json:"overrideValidTime" yaml:"overrideValidTime"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#project IntegrationsAuthConfig#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#timeouts IntegrationsAuthConfig#timeouts} Timeouts *IntegrationsAuthConfigTimeouts `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/6.13.0/docs/resources/integrations_auth_config#visibility IntegrationsAuthConfig#visibility} Visibility *string `field:"optional" json:"visibility" yaml:"visibility"` }
type IntegrationsAuthConfigDecryptedCredential ¶
type IntegrationsAuthConfigDecryptedCredential struct { // Credential type associated with auth configs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#credential_type IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#auth_token IntegrationsAuthConfig#auth_token} AuthToken *IntegrationsAuthConfigDecryptedCredentialAuthToken `field:"optional" json:"authToken" yaml:"authToken"` // jwt block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#jwt IntegrationsAuthConfig#jwt} Jwt *IntegrationsAuthConfigDecryptedCredentialJwt `field:"optional" json:"jwt" yaml:"jwt"` // oauth2_authorization_code block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#oauth2_authorization_code IntegrationsAuthConfig#oauth2_authorization_code} Oauth2AuthorizationCode *IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode `field:"optional" json:"oauth2AuthorizationCode" yaml:"oauth2AuthorizationCode"` // oauth2_client_credentials block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#oauth2_client_credentials IntegrationsAuthConfig#oauth2_client_credentials} Oauth2ClientCredentials *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials `field:"optional" json:"oauth2ClientCredentials" yaml:"oauth2ClientCredentials"` // oidc_token block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#oidc_token IntegrationsAuthConfig#oidc_token} OidcToken *IntegrationsAuthConfigDecryptedCredentialOidcToken `field:"optional" json:"oidcToken" yaml:"oidcToken"` // service_account_credentials block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#service_account_credentials IntegrationsAuthConfig#service_account_credentials} ServiceAccountCredentials *IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials `field:"optional" json:"serviceAccountCredentials" yaml:"serviceAccountCredentials"` // username_and_password block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#username_and_password IntegrationsAuthConfig#username_and_password} UsernameAndPassword *IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword `field:"optional" json:"usernameAndPassword" yaml:"usernameAndPassword"` }
type IntegrationsAuthConfigDecryptedCredentialAuthToken ¶
type IntegrationsAuthConfigDecryptedCredentialAuthToken struct { // The token for the auth type. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#token IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#type IntegrationsAuthConfig#type} Type *string `field:"optional" json:"type" yaml:"type"` }
type IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialAuthToken SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialAuthToken) // 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 NewIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference
type IntegrationsAuthConfigDecryptedCredentialJwt ¶
type IntegrationsAuthConfigDecryptedCredentialJwt struct { // Identifies which algorithm is used to generate the signature. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#jwt_header IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#jwt_payload IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#secret IntegrationsAuthConfig#secret} Secret *string `field:"optional" json:"secret" yaml:"secret"` }
type IntegrationsAuthConfigDecryptedCredentialJwtOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialJwtOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialJwt SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialJwt) 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 NewIntegrationsAuthConfigDecryptedCredentialJwtOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialJwtOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialJwtOutputReference
type IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode struct { // The auth url endpoint to send the auth code request to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#auth_endpoint IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#client_id IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#client_secret IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#scope IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#token_endpoint IntegrationsAuthConfig#token_endpoint} TokenEndpoint *string `field:"optional" json:"tokenEndpoint" yaml:"tokenEndpoint"` }
type IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode) 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 NewIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials struct { // The client's ID. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#client_id IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#client_secret IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#request_type IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#scope IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#token_endpoint IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#token_params IntegrationsAuthConfig#token_params} TokenParams *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams `field:"optional" json:"tokenParams" yaml:"tokenParams"` }
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials) 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() IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference TokenParamsInput() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams // 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 *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams) 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 NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams struct { // entries block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#entries IntegrationsAuthConfig#entries} Entries interface{} `field:"optional" json:"entries" yaml:"entries"` }
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries struct { // key block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#key IntegrationsAuthConfig#key} Key *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey `field:"optional" json:"key" yaml:"key"` // value block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#value IntegrationsAuthConfig#value} Value *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue `field:"optional" json:"value" yaml:"value"` }
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey struct { // literal_value block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#literal_value IntegrationsAuthConfig#literal_value} LiteralValue *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue `field:"optional" json:"literalValue" yaml:"literalValue"` }
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue struct { // String. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#string_value IntegrationsAuthConfig#string_value} StringValue *string `field:"optional" json:"stringValue" yaml:"stringValue"` }
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue) 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 NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey) LiteralValue() IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference LiteralValueInput() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue // 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 *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue) 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 NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList 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) IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference // 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 NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference 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() IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference KeyInput() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference ValueInput() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue // 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 *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey) PutValue(value *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue) 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 NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue struct { // literal_value block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#literal_value IntegrationsAuthConfig#literal_value} LiteralValue *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue `field:"optional" json:"literalValue" yaml:"literalValue"` }
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue struct { // String. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#string_value IntegrationsAuthConfig#string_value} StringValue *string `field:"optional" json:"stringValue" yaml:"stringValue"` }
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue) 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 NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue) LiteralValue() IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference LiteralValueInput() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue // 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 *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue) 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 NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference 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() IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList EntriesInput() interface{} // Experimental. Fqn() *string InternalValue() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams) // 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 NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference
type IntegrationsAuthConfigDecryptedCredentialOidcToken ¶
type IntegrationsAuthConfigDecryptedCredentialOidcToken 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/6.13.0/docs/resources/integrations_auth_config#audience IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#service_account_email IntegrationsAuthConfig#service_account_email} ServiceAccountEmail *string `field:"optional" json:"serviceAccountEmail" yaml:"serviceAccountEmail"` }
type IntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialOidcToken SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialOidcToken) 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 NewIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference
type IntegrationsAuthConfigDecryptedCredentialOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialOutputReference interface { cdktf.ComplexObject AuthToken() IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference AuthTokenInput() *IntegrationsAuthConfigDecryptedCredentialAuthToken // 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() *IntegrationsAuthConfigDecryptedCredential SetInternalValue(val *IntegrationsAuthConfigDecryptedCredential) Jwt() IntegrationsAuthConfigDecryptedCredentialJwtOutputReference JwtInput() *IntegrationsAuthConfigDecryptedCredentialJwt Oauth2AuthorizationCode() IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference Oauth2AuthorizationCodeInput() *IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode Oauth2ClientCredentials() IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference Oauth2ClientCredentialsInput() *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials OidcToken() IntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference OidcTokenInput() *IntegrationsAuthConfigDecryptedCredentialOidcToken ServiceAccountCredentials() IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference ServiceAccountCredentialsInput() *IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UsernameAndPassword() IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference UsernameAndPasswordInput() *IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword // 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 *IntegrationsAuthConfigDecryptedCredentialAuthToken) PutJwt(value *IntegrationsAuthConfigDecryptedCredentialJwt) PutOauth2AuthorizationCode(value *IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode) PutOauth2ClientCredentials(value *IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials) PutOidcToken(value *IntegrationsAuthConfigDecryptedCredentialOidcToken) PutServiceAccountCredentials(value *IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials) PutUsernameAndPassword(value *IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword) 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 NewIntegrationsAuthConfigDecryptedCredentialOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialOutputReference
type IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials ¶
type IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials struct { // A space-delimited list of requested scope permissions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#scope IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#service_account IntegrationsAuthConfig#service_account} ServiceAccount *string `field:"optional" json:"serviceAccount" yaml:"serviceAccount"` }
type IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials) 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 NewIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference
type IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword ¶
type IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword struct { // Password to be used. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#password IntegrationsAuthConfig#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/6.13.0/docs/resources/integrations_auth_config#username IntegrationsAuthConfig#username} Username *string `field:"optional" json:"username" yaml:"username"` }
type IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference ¶
type IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference 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() *IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword SetInternalValue(val *IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword) 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 NewIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference ¶
func NewIntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference
type IntegrationsAuthConfigTimeouts ¶
type IntegrationsAuthConfigTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#create IntegrationsAuthConfig#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#delete IntegrationsAuthConfig#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.13.0/docs/resources/integrations_auth_config#update IntegrationsAuthConfig#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type IntegrationsAuthConfigTimeoutsOutputReference ¶
type IntegrationsAuthConfigTimeoutsOutputReference 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 NewIntegrationsAuthConfigTimeoutsOutputReference ¶
func NewIntegrationsAuthConfigTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) IntegrationsAuthConfigTimeoutsOutputReference
Source Files ¶
- IntegrationsAuthConfig.go
- IntegrationsAuthConfigClientCertificate.go
- IntegrationsAuthConfigClientCertificateOutputReference.go
- IntegrationsAuthConfigClientCertificateOutputReference__checks.go
- IntegrationsAuthConfigConfig.go
- IntegrationsAuthConfigDecryptedCredential.go
- IntegrationsAuthConfigDecryptedCredentialAuthToken.go
- IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialJwt.go
- IntegrationsAuthConfigDecryptedCredentialJwtOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialJwtOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode.go
- IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValue.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyLiteralValueOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeyOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesList__checks.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValue.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueLiteralValueOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValueOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialOidcToken.go
- IntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.go
- IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference__checks.go
- IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword.go
- IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference.go
- IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference__checks.go
- IntegrationsAuthConfigTimeouts.go
- IntegrationsAuthConfigTimeoutsOutputReference.go
- IntegrationsAuthConfigTimeoutsOutputReference__checks.go
- IntegrationsAuthConfig__checks.go
- main.go