ConnectionSettingPropertiesResponse

data class ConnectionSettingPropertiesResponse(val clientId: String? = null, val clientSecret: String? = null, val id: String? = null, val name: String? = null, val parameters: List<ConnectionSettingParameterResponse>? = null, val provisioningState: String? = null, val scopes: String? = null, val serviceProviderDisplayName: String? = null, val serviceProviderId: String? = null, val settingId: String)

Properties for a Connection Setting Item

Constructors

Link copied to clipboard
constructor(clientId: String? = null, clientSecret: String? = null, id: String? = null, name: String? = null, parameters: List<ConnectionSettingParameterResponse>? = null, provisioningState: String? = null, scopes: String? = null, serviceProviderDisplayName: String? = null, serviceProviderId: String? = null, settingId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

Client Id associated with the Connection Setting.

Link copied to clipboard
val clientSecret: String? = null

Client Secret associated with the Connection Setting

Link copied to clipboard
val id: String? = null

Id of the Connection Setting.

Link copied to clipboard
val name: String? = null

Name of the Connection Setting.

Link copied to clipboard

Service Provider Parameters associated with the Connection Setting

Link copied to clipboard

Provisioning state of the resource

Link copied to clipboard
val scopes: String? = null

Scopes associated with the Connection Setting

Link copied to clipboard

Service Provider Display Name associated with the Connection Setting

Link copied to clipboard

Service Provider Id associated with the Connection Setting

Link copied to clipboard

Setting Id set by the service for the Connection Setting.