SourceAuthResponse

data class SourceAuthResponse(val resource: String? = null, val type: SourceAuthTypeEnumValueResponse? = null)

Definition of SourceAuth

Constructors

Link copied to clipboard
constructor(resource: String? = null, type: SourceAuthTypeEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resource: String? = null

The resource value that applies to the specified authorization type.

Link copied to clipboard

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