Custom Keys Workspace Connection Properties Response
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