SASAuth Type Workspace Connection Properties Response
data class SASAuthTypeWorkspaceConnectionPropertiesResponse(val authType: String, val category: String? = null, val credentials: WorkspaceConnectionSharedAccessSignatureResponse? = null, val expiryTime: String? = null, val metadata: Any? = null, val target: String? = null, val value: String? = null, val valueFormat: String? = null)