AuthConfigDecryptedCredentialArgs

constructor(authToken: Output<AuthConfigDecryptedCredentialAuthTokenArgs>? = null, credentialType: Output<String>, jwt: Output<AuthConfigDecryptedCredentialJwtArgs>? = null, oauth2AuthorizationCode: Output<AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs>? = null, oauth2ClientCredentials: Output<AuthConfigDecryptedCredentialOauth2ClientCredentialsArgs>? = null, oidcToken: Output<AuthConfigDecryptedCredentialOidcTokenArgs>? = null, serviceAccountCredentials: Output<AuthConfigDecryptedCredentialServiceAccountCredentialsArgs>? = null, usernameAndPassword: Output<AuthConfigDecryptedCredentialUsernameAndPasswordArgs>? = null)