Auth Config Decrypted Credential Args Builder
Builder for AuthConfigDecryptedCredentialArgs.
Functions
Link copied to clipboard
suspend fun authToken(argument: suspend AuthConfigDecryptedCredentialAuthTokenArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun oauth2AuthorizationCode(value: Output<AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs>)
suspend fun oauth2AuthorizationCode(value: AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs?)
suspend fun oauth2AuthorizationCode(argument: suspend AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun oauth2ClientCredentials(value: Output<AuthConfigDecryptedCredentialOauth2ClientCredentialsArgs>)
suspend fun oauth2ClientCredentials(value: AuthConfigDecryptedCredentialOauth2ClientCredentialsArgs?)
suspend fun oauth2ClientCredentials(argument: suspend AuthConfigDecryptedCredentialOauth2ClientCredentialsArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun oidcToken(argument: suspend AuthConfigDecryptedCredentialOidcTokenArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun serviceAccountCredentials(value: Output<AuthConfigDecryptedCredentialServiceAccountCredentialsArgs>)
suspend fun serviceAccountCredentials(value: AuthConfigDecryptedCredentialServiceAccountCredentialsArgs?)
suspend fun serviceAccountCredentials(argument: suspend AuthConfigDecryptedCredentialServiceAccountCredentialsArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun usernameAndPassword(value: Output<AuthConfigDecryptedCredentialUsernameAndPasswordArgs>)
suspend fun usernameAndPassword(argument: suspend AuthConfigDecryptedCredentialUsernameAndPasswordArgsBuilder.() -> Unit)