ConnectionSettingPropertiesArgs

data class ConnectionSettingPropertiesArgs(val clientId: Output<String>? = null, val clientSecret: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val parameters: Output<List<ConnectionSettingParameterArgs>>? = null, val provisioningState: Output<String>? = null, val scopes: Output<String>? = null, val serviceProviderDisplayName: Output<String>? = null, val serviceProviderId: Output<String>? = null) : ConvertibleToJava<ConnectionSettingPropertiesArgs>

Properties for a Connection Setting Item

Constructors

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

Properties

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

Client Id associated with the Connection Setting.

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

Client Secret associated with the Connection Setting

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

Id of the Connection Setting.

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

Name of the Connection Setting.

Link copied to clipboard

Service Provider Parameters associated with the Connection Setting

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

Provisioning state of the resource

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

Scopes associated with the Connection Setting

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

Service Provider Display Name associated with the Connection Setting

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

Service Provider Id associated with the Connection Setting

Functions

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