AuthConfigArgs

constructor(additionalVariables: Output<List<ConfigVariableArgs>>? = null, authKey: Output<String>? = null, authType: Output<AuthConfigAuthType>? = null, oauth2AuthCodeFlow: Output<Oauth2AuthCodeFlowArgs>? = null, oauth2ClientCredentials: Output<Oauth2ClientCredentialsArgs>? = null, oauth2JwtBearer: Output<Oauth2JwtBearerArgs>? = null, sshPublicKey: Output<SshPublicKeyArgs>? = null, userPassword: Output<UserPasswordArgs>? = null)