1. Packages
  2. Google Cloud Native
  3. API Docs
  4. integrations
  5. integrations/v1alpha
  6. getAuthConfig

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.integrations/v1alpha.getAuthConfig

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets a complete auth config. If the auth config doesn’t exist, Code.NOT_FOUND exception will be thrown. Returns the decrypted auth config.

Using getAuthConfig

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getAuthConfig(args: GetAuthConfigArgs, opts?: InvokeOptions): Promise<GetAuthConfigResult>
function getAuthConfigOutput(args: GetAuthConfigOutputArgs, opts?: InvokeOptions): Output<GetAuthConfigResult>
Copy
def get_auth_config(auth_config_id: Optional[str] = None,
                    location: Optional[str] = None,
                    product_id: Optional[str] = None,
                    project: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetAuthConfigResult
def get_auth_config_output(auth_config_id: Optional[pulumi.Input[str]] = None,
                    location: Optional[pulumi.Input[str]] = None,
                    product_id: Optional[pulumi.Input[str]] = None,
                    project: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetAuthConfigResult]
Copy
func LookupAuthConfig(ctx *Context, args *LookupAuthConfigArgs, opts ...InvokeOption) (*LookupAuthConfigResult, error)
func LookupAuthConfigOutput(ctx *Context, args *LookupAuthConfigOutputArgs, opts ...InvokeOption) LookupAuthConfigResultOutput
Copy

> Note: This function is named LookupAuthConfig in the Go SDK.

public static class GetAuthConfig 
{
    public static Task<GetAuthConfigResult> InvokeAsync(GetAuthConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetAuthConfigResult> Invoke(GetAuthConfigInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAuthConfigResult> getAuthConfig(GetAuthConfigArgs args, InvokeOptions options)
public static Output<GetAuthConfigResult> getAuthConfig(GetAuthConfigArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:integrations/v1alpha:getAuthConfig
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AuthConfigId This property is required. string
Location This property is required. string
ProductId This property is required. string
Project string
AuthConfigId This property is required. string
Location This property is required. string
ProductId This property is required. string
Project string
authConfigId This property is required. String
location This property is required. String
productId This property is required. String
project String
authConfigId This property is required. string
location This property is required. string
productId This property is required. string
project string
auth_config_id This property is required. str
location This property is required. str
product_id This property is required. str
project str
authConfigId This property is required. String
location This property is required. String
productId This property is required. String
project String

getAuthConfig Result

The following output properties are available:

CertificateId string
Certificate id for client certificate
CreateTime string
The timestamp when the auth config is created.
CreatorEmail string
The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
CredentialType string
Credential type of the encrypted credential.
DecryptedCredential Pulumi.GoogleNative.Integrations.V1Alpha.Outputs.GoogleCloudIntegrationsV1alphaCredentialResponse
Raw auth credentials.
Description string
A description of the auth config.
DisplayName string
The name of the auth config.
EncryptedCredential string
Auth credential encrypted by Cloud KMS. Can be decrypted as Credential with proper KMS key.
ExpiryNotificationDuration List<string>
User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours.
LastModifierEmail string
The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
Name string
Resource name of the SFDC instance projects/{project}/locations/{location}/authConfigs/{authConfig}.
OverrideValidTime string
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.
Reason string
The reason / details of the current status.
State string
The status of the auth config.
UpdateTime string
The timestamp when the auth config is modified.
ValidTime string
The time until the auth config is valid. Empty or max value is considered the auth config won't expire.
Visibility string
The visibility of the auth config.
CertificateId string
Certificate id for client certificate
CreateTime string
The timestamp when the auth config is created.
CreatorEmail string
The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
CredentialType string
Credential type of the encrypted credential.
DecryptedCredential GoogleCloudIntegrationsV1alphaCredentialResponse
Raw auth credentials.
Description string
A description of the auth config.
DisplayName string
The name of the auth config.
EncryptedCredential string
Auth credential encrypted by Cloud KMS. Can be decrypted as Credential with proper KMS key.
ExpiryNotificationDuration []string
User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours.
LastModifierEmail string
The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
Name string
Resource name of the SFDC instance projects/{project}/locations/{location}/authConfigs/{authConfig}.
OverrideValidTime string
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.
Reason string
The reason / details of the current status.
State string
The status of the auth config.
UpdateTime string
The timestamp when the auth config is modified.
ValidTime string
The time until the auth config is valid. Empty or max value is considered the auth config won't expire.
Visibility string
The visibility of the auth config.
certificateId String
Certificate id for client certificate
createTime String
The timestamp when the auth config is created.
creatorEmail String
The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
credentialType String
Credential type of the encrypted credential.
decryptedCredential GoogleCloudIntegrationsV1alphaCredentialResponse
Raw auth credentials.
description String
A description of the auth config.
displayName String
The name of the auth config.
encryptedCredential String
Auth credential encrypted by Cloud KMS. Can be decrypted as Credential with proper KMS key.
expiryNotificationDuration List<String>
User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours.
lastModifierEmail String
The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
name String
Resource name of the SFDC instance projects/{project}/locations/{location}/authConfigs/{authConfig}.
overrideValidTime String
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.
reason String
The reason / details of the current status.
state String
The status of the auth config.
updateTime String
The timestamp when the auth config is modified.
validTime String
The time until the auth config is valid. Empty or max value is considered the auth config won't expire.
visibility String
The visibility of the auth config.
certificateId string
Certificate id for client certificate
createTime string
The timestamp when the auth config is created.
creatorEmail string
The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
credentialType string
Credential type of the encrypted credential.
decryptedCredential GoogleCloudIntegrationsV1alphaCredentialResponse
Raw auth credentials.
description string
A description of the auth config.
displayName string
The name of the auth config.
encryptedCredential string
Auth credential encrypted by Cloud KMS. Can be decrypted as Credential with proper KMS key.
expiryNotificationDuration string[]
User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours.
lastModifierEmail string
The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
name string
Resource name of the SFDC instance projects/{project}/locations/{location}/authConfigs/{authConfig}.
overrideValidTime string
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.
reason string
The reason / details of the current status.
state string
The status of the auth config.
updateTime string
The timestamp when the auth config is modified.
validTime string
The time until the auth config is valid. Empty or max value is considered the auth config won't expire.
visibility string
The visibility of the auth config.
certificate_id str
Certificate id for client certificate
create_time str
The timestamp when the auth config is created.
creator_email str
The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
credential_type str
Credential type of the encrypted credential.
decrypted_credential GoogleCloudIntegrationsV1alphaCredentialResponse
Raw auth credentials.
description str
A description of the auth config.
display_name str
The name of the auth config.
encrypted_credential str
Auth credential encrypted by Cloud KMS. Can be decrypted as Credential with proper KMS key.
expiry_notification_duration Sequence[str]
User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours.
last_modifier_email str
The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
name str
Resource name of the SFDC instance projects/{project}/locations/{location}/authConfigs/{authConfig}.
override_valid_time str
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.
reason str
The reason / details of the current status.
state str
The status of the auth config.
update_time str
The timestamp when the auth config is modified.
valid_time str
The time until the auth config is valid. Empty or max value is considered the auth config won't expire.
visibility str
The visibility of the auth config.
certificateId String
Certificate id for client certificate
createTime String
The timestamp when the auth config is created.
creatorEmail String
The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
credentialType String
Credential type of the encrypted credential.
decryptedCredential Property Map
Raw auth credentials.
description String
A description of the auth config.
displayName String
The name of the auth config.
encryptedCredential String
Auth credential encrypted by Cloud KMS. Can be decrypted as Credential with proper KMS key.
expiryNotificationDuration List<String>
User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours.
lastModifierEmail String
The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
name String
Resource name of the SFDC instance projects/{project}/locations/{location}/authConfigs/{authConfig}.
overrideValidTime String
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.
reason String
The reason / details of the current status.
state String
The status of the auth config.
updateTime String
The timestamp when the auth config is modified.
validTime String
The time until the auth config is valid. Empty or max value is considered the auth config won't expire.
visibility String
The visibility of the auth config.

Supporting Types

GoogleCloudIntegrationsV1alphaAccessTokenResponse

AccessToken This property is required. string
The access token encapsulating the security identity of a process or thread.
AccessTokenExpireTime This property is required. string
The approximate time until the access token retrieved is valid.
RefreshToken This property is required. string
If the access token will expire, use the refresh token to obtain another access token.
RefreshTokenExpireTime This property is required. string
The approximate time until the refresh token retrieved is valid.
TokenType This property is required. string
Only support "bearer" token in v1 as bearer token is the predominant type used with OAuth 2.0.
AccessToken This property is required. string
The access token encapsulating the security identity of a process or thread.
AccessTokenExpireTime This property is required. string
The approximate time until the access token retrieved is valid.
RefreshToken This property is required. string
If the access token will expire, use the refresh token to obtain another access token.
RefreshTokenExpireTime This property is required. string
The approximate time until the refresh token retrieved is valid.
TokenType This property is required. string
Only support "bearer" token in v1 as bearer token is the predominant type used with OAuth 2.0.
accessToken This property is required. String
The access token encapsulating the security identity of a process or thread.
accessTokenExpireTime This property is required. String
The approximate time until the access token retrieved is valid.
refreshToken This property is required. String
If the access token will expire, use the refresh token to obtain another access token.
refreshTokenExpireTime This property is required. String
The approximate time until the refresh token retrieved is valid.
tokenType This property is required. String
Only support "bearer" token in v1 as bearer token is the predominant type used with OAuth 2.0.
accessToken This property is required. string
The access token encapsulating the security identity of a process or thread.
accessTokenExpireTime This property is required. string
The approximate time until the access token retrieved is valid.
refreshToken This property is required. string
If the access token will expire, use the refresh token to obtain another access token.
refreshTokenExpireTime This property is required. string
The approximate time until the refresh token retrieved is valid.
tokenType This property is required. string
Only support "bearer" token in v1 as bearer token is the predominant type used with OAuth 2.0.
access_token This property is required. str
The access token encapsulating the security identity of a process or thread.
access_token_expire_time This property is required. str
The approximate time until the access token retrieved is valid.
refresh_token This property is required. str
If the access token will expire, use the refresh token to obtain another access token.
refresh_token_expire_time This property is required. str
The approximate time until the refresh token retrieved is valid.
token_type This property is required. str
Only support "bearer" token in v1 as bearer token is the predominant type used with OAuth 2.0.
accessToken This property is required. String
The access token encapsulating the security identity of a process or thread.
accessTokenExpireTime This property is required. String
The approximate time until the access token retrieved is valid.
refreshToken This property is required. String
If the access token will expire, use the refresh token to obtain another access token.
refreshTokenExpireTime This property is required. String
The approximate time until the refresh token retrieved is valid.
tokenType This property is required. String
Only support "bearer" token in v1 as bearer token is the predominant type used with OAuth 2.0.

GoogleCloudIntegrationsV1alphaAuthTokenResponse

Token This property is required. string
The token for the auth type.
Type This property is required. string
Authentication type, e.g. "Basic", "Bearer", etc.
Token This property is required. string
The token for the auth type.
Type This property is required. string
Authentication type, e.g. "Basic", "Bearer", etc.
token This property is required. String
The token for the auth type.
type This property is required. String
Authentication type, e.g. "Basic", "Bearer", etc.
token This property is required. string
The token for the auth type.
type This property is required. string
Authentication type, e.g. "Basic", "Bearer", etc.
token This property is required. str
The token for the auth type.
type This property is required. str
Authentication type, e.g. "Basic", "Bearer", etc.
token This property is required. String
The token for the auth type.
type This property is required. String
Authentication type, e.g. "Basic", "Bearer", etc.

GoogleCloudIntegrationsV1alphaBooleanParameterArrayResponse

BooleanValues This property is required. List<bool>
Boolean array.
BooleanValues This property is required. []bool
Boolean array.
booleanValues This property is required. List<Boolean>
Boolean array.
booleanValues This property is required. boolean[]
Boolean array.
boolean_values This property is required. Sequence[bool]
Boolean array.
booleanValues This property is required. List<Boolean>
Boolean array.

GoogleCloudIntegrationsV1alphaCredentialResponse

AuthToken This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaAuthTokenResponse
Auth token credential
CredentialType This property is required. string
Credential type associated with auth config.
Jwt This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaJwtResponse
JWT credential
Oauth2AuthorizationCode This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCodeResponse
The api_key and oauth2_implicit are not covered in v1 and will be picked up once v1 is implemented. ApiKey api_key = 3; OAuth2 authorization code credential
Oauth2ClientCredentials This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaOAuth2ClientCredentialsResponse
OAuth2Implicit oauth2_implicit = 5; OAuth2 client credentials
Oauth2ResourceOwnerCredentials This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentialsResponse
OAuth2 resource owner credentials
OidcToken This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaOidcTokenResponse
Google OIDC ID Token
ServiceAccountCredentials This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaServiceAccountCredentialsResponse
Service account credential
UsernameAndPassword This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaUsernameAndPasswordResponse
Username and password credential
AuthToken This property is required. GoogleCloudIntegrationsV1alphaAuthTokenResponse
Auth token credential
CredentialType This property is required. string
Credential type associated with auth config.
Jwt This property is required. GoogleCloudIntegrationsV1alphaJwtResponse
JWT credential
Oauth2AuthorizationCode This property is required. GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCodeResponse
The api_key and oauth2_implicit are not covered in v1 and will be picked up once v1 is implemented. ApiKey api_key = 3; OAuth2 authorization code credential
Oauth2ClientCredentials This property is required. GoogleCloudIntegrationsV1alphaOAuth2ClientCredentialsResponse
OAuth2Implicit oauth2_implicit = 5; OAuth2 client credentials
Oauth2ResourceOwnerCredentials This property is required. GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentialsResponse
OAuth2 resource owner credentials
OidcToken This property is required. GoogleCloudIntegrationsV1alphaOidcTokenResponse
Google OIDC ID Token
ServiceAccountCredentials This property is required. GoogleCloudIntegrationsV1alphaServiceAccountCredentialsResponse
Service account credential
UsernameAndPassword This property is required. GoogleCloudIntegrationsV1alphaUsernameAndPasswordResponse
Username and password credential
authToken This property is required. GoogleCloudIntegrationsV1alphaAuthTokenResponse
Auth token credential
credentialType This property is required. String
Credential type associated with auth config.
jwt This property is required. GoogleCloudIntegrationsV1alphaJwtResponse
JWT credential
oauth2AuthorizationCode This property is required. GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCodeResponse
The api_key and oauth2_implicit are not covered in v1 and will be picked up once v1 is implemented. ApiKey api_key = 3; OAuth2 authorization code credential
oauth2ClientCredentials This property is required. GoogleCloudIntegrationsV1alphaOAuth2ClientCredentialsResponse
OAuth2Implicit oauth2_implicit = 5; OAuth2 client credentials
oauth2ResourceOwnerCredentials This property is required. GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentialsResponse
OAuth2 resource owner credentials
oidcToken This property is required. GoogleCloudIntegrationsV1alphaOidcTokenResponse
Google OIDC ID Token
serviceAccountCredentials This property is required. GoogleCloudIntegrationsV1alphaServiceAccountCredentialsResponse
Service account credential
usernameAndPassword This property is required. GoogleCloudIntegrationsV1alphaUsernameAndPasswordResponse
Username and password credential
authToken This property is required. GoogleCloudIntegrationsV1alphaAuthTokenResponse
Auth token credential
credentialType This property is required. string
Credential type associated with auth config.
jwt This property is required. GoogleCloudIntegrationsV1alphaJwtResponse
JWT credential
oauth2AuthorizationCode This property is required. GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCodeResponse
The api_key and oauth2_implicit are not covered in v1 and will be picked up once v1 is implemented. ApiKey api_key = 3; OAuth2 authorization code credential
oauth2ClientCredentials This property is required. GoogleCloudIntegrationsV1alphaOAuth2ClientCredentialsResponse
OAuth2Implicit oauth2_implicit = 5; OAuth2 client credentials
oauth2ResourceOwnerCredentials This property is required. GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentialsResponse
OAuth2 resource owner credentials
oidcToken This property is required. GoogleCloudIntegrationsV1alphaOidcTokenResponse
Google OIDC ID Token
serviceAccountCredentials This property is required. GoogleCloudIntegrationsV1alphaServiceAccountCredentialsResponse
Service account credential
usernameAndPassword This property is required. GoogleCloudIntegrationsV1alphaUsernameAndPasswordResponse
Username and password credential
auth_token This property is required. GoogleCloudIntegrationsV1alphaAuthTokenResponse
Auth token credential
credential_type This property is required. str
Credential type associated with auth config.
jwt This property is required. GoogleCloudIntegrationsV1alphaJwtResponse
JWT credential
oauth2_authorization_code This property is required. GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCodeResponse
The api_key and oauth2_implicit are not covered in v1 and will be picked up once v1 is implemented. ApiKey api_key = 3; OAuth2 authorization code credential
oauth2_client_credentials This property is required. GoogleCloudIntegrationsV1alphaOAuth2ClientCredentialsResponse
OAuth2Implicit oauth2_implicit = 5; OAuth2 client credentials
oauth2_resource_owner_credentials This property is required. GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentialsResponse
OAuth2 resource owner credentials
oidc_token This property is required. GoogleCloudIntegrationsV1alphaOidcTokenResponse
Google OIDC ID Token
service_account_credentials This property is required. GoogleCloudIntegrationsV1alphaServiceAccountCredentialsResponse
Service account credential
username_and_password This property is required. GoogleCloudIntegrationsV1alphaUsernameAndPasswordResponse
Username and password credential
authToken This property is required. Property Map
Auth token credential
credentialType This property is required. String
Credential type associated with auth config.
jwt This property is required. Property Map
JWT credential
oauth2AuthorizationCode This property is required. Property Map
The api_key and oauth2_implicit are not covered in v1 and will be picked up once v1 is implemented. ApiKey api_key = 3; OAuth2 authorization code credential
oauth2ClientCredentials This property is required. Property Map
OAuth2Implicit oauth2_implicit = 5; OAuth2 client credentials
oauth2ResourceOwnerCredentials This property is required. Property Map
OAuth2 resource owner credentials
oidcToken This property is required. Property Map
Google OIDC ID Token
serviceAccountCredentials This property is required. Property Map
Service account credential
usernameAndPassword This property is required. Property Map
Username and password credential

GoogleCloudIntegrationsV1alphaDoubleParameterArrayResponse

DoubleValues This property is required. List<double>
Double number array.
DoubleValues This property is required. []float64
Double number array.
doubleValues This property is required. List<Double>
Double number array.
doubleValues This property is required. number[]
Double number array.
double_values This property is required. Sequence[float]
Double number array.
doubleValues This property is required. List<Number>
Double number array.

GoogleCloudIntegrationsV1alphaIntParameterArrayResponse

IntValues This property is required. List<string>
Integer array.
IntValues This property is required. []string
Integer array.
intValues This property is required. List<String>
Integer array.
intValues This property is required. string[]
Integer array.
int_values This property is required. Sequence[str]
Integer array.
intValues This property is required. List<String>
Integer array.

GoogleCloudIntegrationsV1alphaJwtResponse

Jwt This property is required. string
The token calculated by the header, payload and signature.
JwtHeader This property is required. string
Identifies which algorithm is used to generate the signature.
JwtPayload This property is required. string
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.
Secret This property is required. string
User's pre-shared secret to sign the token.
Jwt This property is required. string
The token calculated by the header, payload and signature.
JwtHeader This property is required. string
Identifies which algorithm is used to generate the signature.
JwtPayload This property is required. string
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.
Secret This property is required. string
User's pre-shared secret to sign the token.
jwt This property is required. String
The token calculated by the header, payload and signature.
jwtHeader This property is required. String
Identifies which algorithm is used to generate the signature.
jwtPayload This property is required. String
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.
secret This property is required. String
User's pre-shared secret to sign the token.
jwt This property is required. string
The token calculated by the header, payload and signature.
jwtHeader This property is required. string
Identifies which algorithm is used to generate the signature.
jwtPayload This property is required. string
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.
secret This property is required. string
User's pre-shared secret to sign the token.
jwt This property is required. str
The token calculated by the header, payload and signature.
jwt_header This property is required. str
Identifies which algorithm is used to generate the signature.
jwt_payload This property is required. str
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.
secret This property is required. str
User's pre-shared secret to sign the token.
jwt This property is required. String
The token calculated by the header, payload and signature.
jwtHeader This property is required. String
Identifies which algorithm is used to generate the signature.
jwtPayload This property is required. String
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.
secret This property is required. String
User's pre-shared secret to sign the token.

GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCodeResponse

AccessToken This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaAccessTokenResponse
The access token received from the token endpoint.
ApplyReauthPolicy This property is required. bool
Indicates if the user has opted in Google Reauth Policy. If opted in, the refresh token will be valid for 20 hours, after which time users must re-authenticate in order to obtain a new one.
AuthCode This property is required. string
The Auth Code that is used to initially retrieve the access token.
AuthEndpoint This property is required. string
The auth url endpoint to send the auth code request to.
AuthParams This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaParameterMapResponse
The auth parameters sent along with the auth code request.
ClientId This property is required. string
The client's id.
ClientSecret This property is required. string
The client's secret.
RequestType This property is required. string
Represent how to pass parameters to fetch access token
Scope This property is required. string
A space-delimited list of requested scope permissions.
TokenEndpoint This property is required. string
The token url endpoint to send the token request to.
TokenParams This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaParameterMapResponse
The token parameters sent along with the token request.
AccessToken This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
The access token received from the token endpoint.
ApplyReauthPolicy This property is required. bool
Indicates if the user has opted in Google Reauth Policy. If opted in, the refresh token will be valid for 20 hours, after which time users must re-authenticate in order to obtain a new one.
AuthCode This property is required. string
The Auth Code that is used to initially retrieve the access token.
AuthEndpoint This property is required. string
The auth url endpoint to send the auth code request to.
AuthParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
The auth parameters sent along with the auth code request.
ClientId This property is required. string
The client's id.
ClientSecret This property is required. string
The client's secret.
RequestType This property is required. string
Represent how to pass parameters to fetch access token
Scope This property is required. string
A space-delimited list of requested scope permissions.
TokenEndpoint This property is required. string
The token url endpoint to send the token request to.
TokenParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
The token parameters sent along with the token request.
accessToken This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
The access token received from the token endpoint.
applyReauthPolicy This property is required. Boolean
Indicates if the user has opted in Google Reauth Policy. If opted in, the refresh token will be valid for 20 hours, after which time users must re-authenticate in order to obtain a new one.
authCode This property is required. String
The Auth Code that is used to initially retrieve the access token.
authEndpoint This property is required. String
The auth url endpoint to send the auth code request to.
authParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
The auth parameters sent along with the auth code request.
clientId This property is required. String
The client's id.
clientSecret This property is required. String
The client's secret.
requestType This property is required. String
Represent how to pass parameters to fetch access token
scope This property is required. String
A space-delimited list of requested scope permissions.
tokenEndpoint This property is required. String
The token url endpoint to send the token request to.
tokenParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
The token parameters sent along with the token request.
accessToken This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
The access token received from the token endpoint.
applyReauthPolicy This property is required. boolean
Indicates if the user has opted in Google Reauth Policy. If opted in, the refresh token will be valid for 20 hours, after which time users must re-authenticate in order to obtain a new one.
authCode This property is required. string
The Auth Code that is used to initially retrieve the access token.
authEndpoint This property is required. string
The auth url endpoint to send the auth code request to.
authParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
The auth parameters sent along with the auth code request.
clientId This property is required. string
The client's id.
clientSecret This property is required. string
The client's secret.
requestType This property is required. string
Represent how to pass parameters to fetch access token
scope This property is required. string
A space-delimited list of requested scope permissions.
tokenEndpoint This property is required. string
The token url endpoint to send the token request to.
tokenParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
The token parameters sent along with the token request.
access_token This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
The access token received from the token endpoint.
apply_reauth_policy This property is required. bool
Indicates if the user has opted in Google Reauth Policy. If opted in, the refresh token will be valid for 20 hours, after which time users must re-authenticate in order to obtain a new one.
auth_code This property is required. str
The Auth Code that is used to initially retrieve the access token.
auth_endpoint This property is required. str
The auth url endpoint to send the auth code request to.
auth_params This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
The auth parameters sent along with the auth code request.
client_id This property is required. str
The client's id.
client_secret This property is required. str
The client's secret.
request_type This property is required. str
Represent how to pass parameters to fetch access token
scope This property is required. str
A space-delimited list of requested scope permissions.
token_endpoint This property is required. str
The token url endpoint to send the token request to.
token_params This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
The token parameters sent along with the token request.
accessToken This property is required. Property Map
The access token received from the token endpoint.
applyReauthPolicy This property is required. Boolean
Indicates if the user has opted in Google Reauth Policy. If opted in, the refresh token will be valid for 20 hours, after which time users must re-authenticate in order to obtain a new one.
authCode This property is required. String
The Auth Code that is used to initially retrieve the access token.
authEndpoint This property is required. String
The auth url endpoint to send the auth code request to.
authParams This property is required. Property Map
The auth parameters sent along with the auth code request.
clientId This property is required. String
The client's id.
clientSecret This property is required. String
The client's secret.
requestType This property is required. String
Represent how to pass parameters to fetch access token
scope This property is required. String
A space-delimited list of requested scope permissions.
tokenEndpoint This property is required. String
The token url endpoint to send the token request to.
tokenParams This property is required. Property Map
The token parameters sent along with the token request.

GoogleCloudIntegrationsV1alphaOAuth2ClientCredentialsResponse

AccessToken This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaAccessTokenResponse
Access token fetched from the authorization server.
ClientId This property is required. string
The client's ID.
ClientSecret This property is required. string
The client's secret.
RequestType This property is required. string
Represent how to pass parameters to fetch access token
Scope This property is required. string
A space-delimited list of requested scope permissions.
TokenEndpoint This property is required. string
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
TokenParams This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaParameterMapResponse
Token parameters for the auth request.
AccessToken This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
Access token fetched from the authorization server.
ClientId This property is required. string
The client's ID.
ClientSecret This property is required. string
The client's secret.
RequestType This property is required. string
Represent how to pass parameters to fetch access token
Scope This property is required. string
A space-delimited list of requested scope permissions.
TokenEndpoint This property is required. string
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
TokenParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
Token parameters for the auth request.
accessToken This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
Access token fetched from the authorization server.
clientId This property is required. String
The client's ID.
clientSecret This property is required. String
The client's secret.
requestType This property is required. String
Represent how to pass parameters to fetch access token
scope This property is required. String
A space-delimited list of requested scope permissions.
tokenEndpoint This property is required. String
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
tokenParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
Token parameters for the auth request.
accessToken This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
Access token fetched from the authorization server.
clientId This property is required. string
The client's ID.
clientSecret This property is required. string
The client's secret.
requestType This property is required. string
Represent how to pass parameters to fetch access token
scope This property is required. string
A space-delimited list of requested scope permissions.
tokenEndpoint This property is required. string
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
tokenParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
Token parameters for the auth request.
access_token This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
Access token fetched from the authorization server.
client_id This property is required. str
The client's ID.
client_secret This property is required. str
The client's secret.
request_type This property is required. str
Represent how to pass parameters to fetch access token
scope This property is required. str
A space-delimited list of requested scope permissions.
token_endpoint This property is required. str
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
token_params This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
Token parameters for the auth request.
accessToken This property is required. Property Map
Access token fetched from the authorization server.
clientId This property is required. String
The client's ID.
clientSecret This property is required. String
The client's secret.
requestType This property is required. String
Represent how to pass parameters to fetch access token
scope This property is required. String
A space-delimited list of requested scope permissions.
tokenEndpoint This property is required. String
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
tokenParams This property is required. Property Map
Token parameters for the auth request.

GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentialsResponse

AccessToken This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaAccessTokenResponse
Access token fetched from the authorization server.
ClientId This property is required. string
The client's ID.
ClientSecret This property is required. string
The client's secret.
Password This property is required. string
The user's password.
RequestType This property is required. string
Represent how to pass parameters to fetch access token
Scope This property is required. string
A space-delimited list of requested scope permissions.
TokenEndpoint This property is required. string
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
TokenParams This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaParameterMapResponse
Token parameters for the auth request.
Username This property is required. string
The user's username.
AccessToken This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
Access token fetched from the authorization server.
ClientId This property is required. string
The client's ID.
ClientSecret This property is required. string
The client's secret.
Password This property is required. string
The user's password.
RequestType This property is required. string
Represent how to pass parameters to fetch access token
Scope This property is required. string
A space-delimited list of requested scope permissions.
TokenEndpoint This property is required. string
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
TokenParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
Token parameters for the auth request.
Username This property is required. string
The user's username.
accessToken This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
Access token fetched from the authorization server.
clientId This property is required. String
The client's ID.
clientSecret This property is required. String
The client's secret.
password This property is required. String
The user's password.
requestType This property is required. String
Represent how to pass parameters to fetch access token
scope This property is required. String
A space-delimited list of requested scope permissions.
tokenEndpoint This property is required. String
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
tokenParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
Token parameters for the auth request.
username This property is required. String
The user's username.
accessToken This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
Access token fetched from the authorization server.
clientId This property is required. string
The client's ID.
clientSecret This property is required. string
The client's secret.
password This property is required. string
The user's password.
requestType This property is required. string
Represent how to pass parameters to fetch access token
scope This property is required. string
A space-delimited list of requested scope permissions.
tokenEndpoint This property is required. string
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
tokenParams This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
Token parameters for the auth request.
username This property is required. string
The user's username.
access_token This property is required. GoogleCloudIntegrationsV1alphaAccessTokenResponse
Access token fetched from the authorization server.
client_id This property is required. str
The client's ID.
client_secret This property is required. str
The client's secret.
password This property is required. str
The user's password.
request_type This property is required. str
Represent how to pass parameters to fetch access token
scope This property is required. str
A space-delimited list of requested scope permissions.
token_endpoint This property is required. str
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
token_params This property is required. GoogleCloudIntegrationsV1alphaParameterMapResponse
Token parameters for the auth request.
username This property is required. str
The user's username.
accessToken This property is required. Property Map
Access token fetched from the authorization server.
clientId This property is required. String
The client's ID.
clientSecret This property is required. String
The client's secret.
password This property is required. String
The user's password.
requestType This property is required. String
Represent how to pass parameters to fetch access token
scope This property is required. String
A space-delimited list of requested scope permissions.
tokenEndpoint This property is required. String
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
tokenParams This property is required. Property Map
Token parameters for the auth request.
username This property is required. String
The user's username.

GoogleCloudIntegrationsV1alphaOidcTokenResponse

Audience This property is required. string
Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.
ServiceAccountEmail This property is required. string
The service account email to be used as the identity for the token.
Token This property is required. string
ID token obtained for the service account
TokenExpireTime This property is required. string
The approximate time until the token retrieved is valid.
Audience This property is required. string
Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.
ServiceAccountEmail This property is required. string
The service account email to be used as the identity for the token.
Token This property is required. string
ID token obtained for the service account
TokenExpireTime This property is required. string
The approximate time until the token retrieved is valid.
audience This property is required. String
Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.
serviceAccountEmail This property is required. String
The service account email to be used as the identity for the token.
token This property is required. String
ID token obtained for the service account
tokenExpireTime This property is required. String
The approximate time until the token retrieved is valid.
audience This property is required. string
Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.
serviceAccountEmail This property is required. string
The service account email to be used as the identity for the token.
token This property is required. string
ID token obtained for the service account
tokenExpireTime This property is required. string
The approximate time until the token retrieved is valid.
audience This property is required. str
Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.
service_account_email This property is required. str
The service account email to be used as the identity for the token.
token This property is required. str
ID token obtained for the service account
token_expire_time This property is required. str
The approximate time until the token retrieved is valid.
audience This property is required. String
Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.
serviceAccountEmail This property is required. String
The service account email to be used as the identity for the token.
token This property is required. String
ID token obtained for the service account
tokenExpireTime This property is required. String
The approximate time until the token retrieved is valid.

GoogleCloudIntegrationsV1alphaParameterMapEntryResponse

Key This property is required. GoogleCloudIntegrationsV1alphaParameterMapFieldResponse
Key of the map entry.
Value This property is required. GoogleCloudIntegrationsV1alphaParameterMapFieldResponse
Value of the map entry.
key This property is required. GoogleCloudIntegrationsV1alphaParameterMapFieldResponse
Key of the map entry.
value This property is required. GoogleCloudIntegrationsV1alphaParameterMapFieldResponse
Value of the map entry.
key This property is required. GoogleCloudIntegrationsV1alphaParameterMapFieldResponse
Key of the map entry.
value This property is required. GoogleCloudIntegrationsV1alphaParameterMapFieldResponse
Value of the map entry.
key This property is required. GoogleCloudIntegrationsV1alphaParameterMapFieldResponse
Key of the map entry.
value This property is required. GoogleCloudIntegrationsV1alphaParameterMapFieldResponse
Value of the map entry.
key This property is required. Property Map
Key of the map entry.
value This property is required. Property Map
Value of the map entry.

GoogleCloudIntegrationsV1alphaParameterMapFieldResponse

LiteralValue This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaValueTypeResponse
Passing a literal value.
ReferenceKey This property is required. string
Referencing one of the Integration variables.
LiteralValue This property is required. GoogleCloudIntegrationsV1alphaValueTypeResponse
Passing a literal value.
ReferenceKey This property is required. string
Referencing one of the Integration variables.
literalValue This property is required. GoogleCloudIntegrationsV1alphaValueTypeResponse
Passing a literal value.
referenceKey This property is required. String
Referencing one of the Integration variables.
literalValue This property is required. GoogleCloudIntegrationsV1alphaValueTypeResponse
Passing a literal value.
referenceKey This property is required. string
Referencing one of the Integration variables.
literal_value This property is required. GoogleCloudIntegrationsV1alphaValueTypeResponse
Passing a literal value.
reference_key This property is required. str
Referencing one of the Integration variables.
literalValue This property is required. Property Map
Passing a literal value.
referenceKey This property is required. String
Referencing one of the Integration variables.

GoogleCloudIntegrationsV1alphaParameterMapResponse

Entries This property is required. List<Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaParameterMapEntryResponse>
A list of parameter map entries.
KeyType This property is required. string
Option to specify key type for all entries of the map. If provided then field types for all entries must conform to this.
ValueType This property is required. string
Option to specify value type for all entries of the map. If provided then field types for all entries must conform to this.
Entries This property is required. []GoogleCloudIntegrationsV1alphaParameterMapEntryResponse
A list of parameter map entries.
KeyType This property is required. string
Option to specify key type for all entries of the map. If provided then field types for all entries must conform to this.
ValueType This property is required. string
Option to specify value type for all entries of the map. If provided then field types for all entries must conform to this.
entries This property is required. List<GoogleCloudIntegrationsV1alphaParameterMapEntryResponse>
A list of parameter map entries.
keyType This property is required. String
Option to specify key type for all entries of the map. If provided then field types for all entries must conform to this.
valueType This property is required. String
Option to specify value type for all entries of the map. If provided then field types for all entries must conform to this.
entries This property is required. GoogleCloudIntegrationsV1alphaParameterMapEntryResponse[]
A list of parameter map entries.
keyType This property is required. string
Option to specify key type for all entries of the map. If provided then field types for all entries must conform to this.
valueType This property is required. string
Option to specify value type for all entries of the map. If provided then field types for all entries must conform to this.
entries This property is required. Sequence[GoogleCloudIntegrationsV1alphaParameterMapEntryResponse]
A list of parameter map entries.
key_type This property is required. str
Option to specify key type for all entries of the map. If provided then field types for all entries must conform to this.
value_type This property is required. str
Option to specify value type for all entries of the map. If provided then field types for all entries must conform to this.
entries This property is required. List<Property Map>
A list of parameter map entries.
keyType This property is required. String
Option to specify key type for all entries of the map. If provided then field types for all entries must conform to this.
valueType This property is required. String
Option to specify value type for all entries of the map. If provided then field types for all entries must conform to this.

GoogleCloudIntegrationsV1alphaServiceAccountCredentialsResponse

Scope This property is required. string
A space-delimited list of requested scope permissions.
ServiceAccount This property is required. string
Name of the service account that has the permission to make the request.
Scope This property is required. string
A space-delimited list of requested scope permissions.
ServiceAccount This property is required. string
Name of the service account that has the permission to make the request.
scope This property is required. String
A space-delimited list of requested scope permissions.
serviceAccount This property is required. String
Name of the service account that has the permission to make the request.
scope This property is required. string
A space-delimited list of requested scope permissions.
serviceAccount This property is required. string
Name of the service account that has the permission to make the request.
scope This property is required. str
A space-delimited list of requested scope permissions.
service_account This property is required. str
Name of the service account that has the permission to make the request.
scope This property is required. String
A space-delimited list of requested scope permissions.
serviceAccount This property is required. String
Name of the service account that has the permission to make the request.

GoogleCloudIntegrationsV1alphaStringParameterArrayResponse

StringValues This property is required. List<string>
String array.
StringValues This property is required. []string
String array.
stringValues This property is required. List<String>
String array.
stringValues This property is required. string[]
String array.
string_values This property is required. Sequence[str]
String array.
stringValues This property is required. List<String>
String array.

GoogleCloudIntegrationsV1alphaUsernameAndPasswordResponse

Password This property is required. string
Password to be used
Username This property is required. string
Username to be used
Password This property is required. string
Password to be used
Username This property is required. string
Username to be used
password This property is required. String
Password to be used
username This property is required. String
Username to be used
password This property is required. string
Password to be used
username This property is required. string
Username to be used
password This property is required. str
Password to be used
username This property is required. str
Username to be used
password This property is required. String
Password to be used
username This property is required. String
Username to be used

GoogleCloudIntegrationsV1alphaValueTypeResponse

BooleanArray This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaBooleanParameterArrayResponse
Boolean Array.
BooleanValue This property is required. bool
Boolean.
DoubleArray This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaDoubleParameterArrayResponse
Double Number Array.
DoubleValue This property is required. double
Double Number.
IntArray This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaIntParameterArrayResponse
Integer Array.
IntValue This property is required. string
Integer.
JsonValue This property is required. string
Json.
StringArray This property is required. Pulumi.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaStringParameterArrayResponse
String Array.
StringValue This property is required. string
String.
BooleanArray This property is required. GoogleCloudIntegrationsV1alphaBooleanParameterArrayResponse
Boolean Array.
BooleanValue This property is required. bool
Boolean.
DoubleArray This property is required. GoogleCloudIntegrationsV1alphaDoubleParameterArrayResponse
Double Number Array.
DoubleValue This property is required. float64
Double Number.
IntArray This property is required. GoogleCloudIntegrationsV1alphaIntParameterArrayResponse
Integer Array.
IntValue This property is required. string
Integer.
JsonValue This property is required. string
Json.
StringArray This property is required. GoogleCloudIntegrationsV1alphaStringParameterArrayResponse
String Array.
StringValue This property is required. string
String.
booleanArray This property is required. GoogleCloudIntegrationsV1alphaBooleanParameterArrayResponse
Boolean Array.
booleanValue This property is required. Boolean
Boolean.
doubleArray This property is required. GoogleCloudIntegrationsV1alphaDoubleParameterArrayResponse
Double Number Array.
doubleValue This property is required. Double
Double Number.
intArray This property is required. GoogleCloudIntegrationsV1alphaIntParameterArrayResponse
Integer Array.
intValue This property is required. String
Integer.
jsonValue This property is required. String
Json.
stringArray This property is required. GoogleCloudIntegrationsV1alphaStringParameterArrayResponse
String Array.
stringValue This property is required. String
String.
booleanArray This property is required. GoogleCloudIntegrationsV1alphaBooleanParameterArrayResponse
Boolean Array.
booleanValue This property is required. boolean
Boolean.
doubleArray This property is required. GoogleCloudIntegrationsV1alphaDoubleParameterArrayResponse
Double Number Array.
doubleValue This property is required. number
Double Number.
intArray This property is required. GoogleCloudIntegrationsV1alphaIntParameterArrayResponse
Integer Array.
intValue This property is required. string
Integer.
jsonValue This property is required. string
Json.
stringArray This property is required. GoogleCloudIntegrationsV1alphaStringParameterArrayResponse
String Array.
stringValue This property is required. string
String.
boolean_array This property is required. GoogleCloudIntegrationsV1alphaBooleanParameterArrayResponse
Boolean Array.
boolean_value This property is required. bool
Boolean.
double_array This property is required. GoogleCloudIntegrationsV1alphaDoubleParameterArrayResponse
Double Number Array.
double_value This property is required. float
Double Number.
int_array This property is required. GoogleCloudIntegrationsV1alphaIntParameterArrayResponse
Integer Array.
int_value This property is required. str
Integer.
json_value This property is required. str
Json.
string_array This property is required. GoogleCloudIntegrationsV1alphaStringParameterArrayResponse
String Array.
string_value This property is required. str
String.
booleanArray This property is required. Property Map
Boolean Array.
booleanValue This property is required. Boolean
Boolean.
doubleArray This property is required. Property Map
Double Number Array.
doubleValue This property is required. Number
Double Number.
intArray This property is required. Property Map
Integer Array.
intValue This property is required. String
Integer.
jsonValue This property is required. String
Json.
stringArray This property is required. Property Map
String Array.
stringValue This property is required. String
String.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi