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)
Constructors
Link copied to clipboard
fun SASAuthTypeWorkspaceConnectionPropertiesResponse(authType: String, category: String? = null, credentials: WorkspaceConnectionSharedAccessSignatureResponse? = null, expiryTime: String? = null, metadata: Any? = null, target: String? = null, value: String? = null, valueFormat: String? = null)