Service Principal Auth Type Workspace Connection Properties Response
data class ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse(val authType: String, val category: String? = null, val credentials: WorkspaceConnectionServicePrincipalResponse? = null, val expiryTime: String? = null, val metadata: Any? = null, val target: String? = null)
Constructors
Link copied to clipboard
fun ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse(authType: String, category: String? = null, credentials: WorkspaceConnectionServicePrincipalResponse? = null, expiryTime: String? = null, metadata: Any? = null, target: String? = null)