SourceAuthArgs

data class SourceAuthArgs(val resource: Output<String>? = null, val type: Output<SourceAuthTypeEnumValueArgs>? = null) : ConvertibleToJava<SourceAuthArgs>

Definition of SourceAuth

Constructors

Link copied to clipboard
constructor(resource: Output<String>? = null, type: Output<SourceAuthTypeEnumValueArgs>? = null)

Properties

Link copied to clipboard
val resource: Output<String>? = null

The resource value that applies to the specified authorization type.

Link copied to clipboard
val type: Output<SourceAuthTypeEnumValueArgs>? = null

The authorization type to use. Valid options are OAUTH or CODECONNECTIONS.

Functions

Link copied to clipboard
open override fun toJava(): SourceAuthArgs