Connection Setting Properties Args
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
Client Secret associated with 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
Service Provider Display Name associated with the Connection Setting
Link copied to clipboard
Service Provider Id associated with the Connection Setting