CustomKeysWorkspaceConnectionPropertiesResponse

data class CustomKeysWorkspaceConnectionPropertiesResponse(val authType: String, val category: String? = null, val credentials: CustomKeysResponse? = null, val expiryTime: String? = null, val metadata: Any? = null, val target: String? = null)

Category:= CustomKeys AuthType:= CustomKeys (as type discriminator) Credentials:= {CustomKeys} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.CustomKeys Target:= {any value} Use Metadata property bag for ApiVersion and other metadata fields

Constructors

constructor(authType: String, category: String? = null, credentials: CustomKeysResponse? = null, expiryTime: String? = null, metadata: Any? = null, target: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication type of the connection target Expected value is 'CustomKeys'.

Link copied to clipboard
val category: String? = null

Category of the connection

Link copied to clipboard

Custom Keys credential object

Link copied to clipboard
val expiryTime: String? = null
Link copied to clipboard
val metadata: Any? = null
Link copied to clipboard
val target: String? = null